-
Notifications
You must be signed in to change notification settings - Fork 5.2k
Closed as not planned
Description
Describe the bug
Model
Pi 3 A
Kernel
$ dpkg --no-pager --list raspberrypi-kernel
Desired=Unknown/Install/Remove/Purge/Hold
| Status=Not/Inst/Conf-files/Unpacked/halF-conf/Half-inst/trig-aWait/Trig-pend
|/ Err?=(none)/Reinst-required (Status,Err: uppercase=bad)
||/ Name Version Architecture Description
+++-==================-==============-============-=================================
ii raspberrypi-kernel 1:1.20220328-1 armhf Raspberry Pi bootloader
$ uname -a
Linux catcam 5.15.30-v7+ #1536 SMP Mon Mar 28 13:43:34 BST 2022 armv7l GNU/Linux
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
- Have an AP in WPA2/WPA3 mixed-mode (pure WPA3 might also work)
- Install
raspberrypi-kernel
1:1.20220328-1
- Configure
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 fail
Device (s)
Raspberry Pi 3 Mod. A+
System
$ cat /etc/rpi-issue
Raspberry Pi reference 2015-01-31 (armhf)
Generated using spindle, http://asbradbury.org/projects/spindle/, 56db930, stage4-lxde-edu.qed
$ vcgencmd version
Mar 24 2022 13:21:51
Copyright (c) 2012 Broadcom
version e5a963efa66a1974127860b42e913d2374139ff5 (clean) (release) (start_x)
$ uname -a
Linux catcam 5.15.30-v7+ #1536 SMP Mon Mar 28 13:43:34 BST 2022 armv7l GNU/Linux
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
Metadata
Metadata
Assignees
Labels
No labels