Closed dword1511 closed 2 years ago
No issue on my end:
/etc/wpa_supplicant/wpa_supplicant.conf
:
update_config=1
network={
ssid="ssid"
key_mgmt=WPA-PSK-SHA256
psk=psk
ieee80211w=2
}
I think key_mgmt=WPA-PSK-SHA256
and ieee80211w=2
fixed it
@dword1511 Thank you for this. I recently upgraded a RPi 3 from Raspbian to Ubuntu 22.04 LTS and the wifi was terrible - taking up to half an hour to connect, dropping connections frequently, etc. I've been fighting it for 3 days. The feature_disable
kernel command line flag has solved this for me. Thank you!
I think
key_mgmt=WPA-PSK-SHA256
andieee80211w=2
fixed it
Do you know why "key_mgmt=WPA-PSK-SHA256" works? I just cannot get sussed out the link between it and WPA3/WPA2 mixed mode.
Describe the bug
Model
Pi 3 A
Kernel
Symptom
brcmfmac will fail to connect to WPA2/WPA3 mixed-mode AP (I am using an Archer A7 V5 running OpenWRT, where all other devices work fine). wpa_supplicant complains about auth rejected and AP sees invalid keys.
How to fix
Followed instructions at https://iwd.wiki.kernel.org/offloading to disable SAE offloading by appending brcmfmac.feature_disable=0x82000 to the kernel command line (/boot/cmdline.txt) and it starts to connect and work normally.
Steps to reproduce the behaviour
raspberrypi-kernel
1:1.20220328-1
wpa_supplicant
by adding a valid entry generated bywpa_passphrase
to/etc/wpa_supplicant/wpa_supplicant-wlan0.conf
sudo systemctl enable wpa_supplicant@wlan0 && sudo systemctl start wpa_supplicant@wlan0
(assuming wpa_supplicant.service was disabled)sudo journalctl -u wpa_supplicant@wlan0 -f
and watch it failDevice (s)
Raspberry Pi 3 Mod. A+
System
Logs
I am using volatile storage for logs. Let me know if exact kernel logs or wpa_supplicant logs are needed.
Additional context
No response