Skip to content
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

Wifi connection configured wrongly if device has to be connected to Wifi AP configured with WPA2 + WPA3 #177

Open
volkmarnissen opened this issue Nov 23, 2022 · 0 comments

Comments

@volkmarnissen
Copy link

According to this document
https://wiki.archlinux.org/title/wpa_supplicant#Connections_to_pure_WPA3-SAE_access_points
chapter 6.6 and 6.7 armbian-config needs to configure wpasupplicant.conf differently than in 22.04 bullseye.

For pure WPA3
ssid="network SSID"
key_mgmt=SAE
sae_password="the.literal.wifi.password"
ieee80211w=2

For mixed WPA2/WPA3
ssid="network SSID"
key_mgmt=WPA-PSK-SHA256
psk=xxx
ieee80211w=2

However in mixed mode, my device worked also using the WPA3 (SAE) settings.
This depends on the Wifi adapter. If it supports SAE, it will work.

If the AP is configured for WPA2 only it will also work properly.

The current configuration makes it impossible to configure Wifi if the router is in WPA2/WPA3 mode.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant