-
Notifications
You must be signed in to change notification settings - Fork 64
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Wi-Fi networks with WPA3 are not supported #171
Comments
Probably just needs an extra flag added here. I would also say this issue probably only applies to networks with WPA3 only. |
Great, want to open a PR and test it? |
I am by no means a developer, but I did fork and add the flag in both networkmanager.h & wifiManager.cc. It sees the network and allows me to type in the password, but it does not actually connect. Accidentally closed this |
Tested with two different Wi-Fi networks using only WPA3. It only saves the password, but never connects. Going to guess there's something more than these two lines. Is there a log file I can provide to help with figuring it out? |
I can replicate this on my comma three, and looking at the system logs doesn't give much information. I think we might just have to update the network manager package, which is already on the latest release available in apt for Ubuntu 20.04/agnos... EDIT: If anyone wants to try and solve this I expect you'll need to temporarily add the |
We build ModemManager from source, might have to do the same for NetworkManager. |
@andiradulescu you know if 24.04 fixes this for free? |
As it is, I kind of doubt it. I need to test - switching my router to WPA3 only - let's see what happens when I try to connect from 24.04. |
The WPA3 network appears in the list grayed out with a "forbidden" icon to the left of the right signal icon. I think I need to patch this in commaai/openpilot#27824.
|
Patched wifi_manager.cc to be able to connect to my WPA3 SSID but it doesn't work:
also tried with nmcli 1.46.0 in Ubuntu 24.04:
compared to a connecting to a WPA2 wifi afterwards
So, it still doesn't work also in Ubuntu 24.04 with Network Manager 1.46.0 |
Wi-Fi networks using only the WPA3 security protocol are showing the 🚫 symbol next to them, and cannot be joined.
See the network "DingoAteYourBaby" in the attached screenshot, which is only using WPA3. The IOT network current connected, has the exact same settings, on the same Access Point, except it is using WPA2.
The text was updated successfully, but these errors were encountered: