agama-project / agama

A service-based Linux installer
https://agama-project.github.io/
GNU General Public License v2.0
143 stars 43 forks source link

Network keeps "Connecting" to wifi although wpa_supplicant already knows that they "key" is wrong #1051

Closed kobliha closed 1 month ago

kobliha commented 9 months ago

Network-wrong-key-keeps-connecting

When a wrong wifi key is provided, network keeps in loop showing that it's still connecting. This may be true, but the underlying layer already knows that the key was wrong after 10 seconds.

It would be great to stop connecting and provide the info to the user somehow. Maybe with possibility to re-enter the key. Maybe with the key entry already pre-filled. The user can always clikc the [] eye button to check and validate the entered key and possibly change it.

kobliha commented 9 months ago

wpa_supplicant.log Here's the wpa_supplicant.log

  1. Unsuccessful auth
  2. Successful auth
kobliha commented 9 months ago

So, as @teclator says, it's already mentioned at https://trello.com/c/ysy9NkN3 (internal link) at "What is missing" section.

imobachgs commented 1 month ago

This is no longer the case after the latest changes in network management. Hence I am closing this issue.

JFTR, https://github.com/agama-project/agama/blob/master/web/src/components/network/WifiConnectionForm.tsx#L100