After recently updating wpa_supplicant to version net-wireless/wpa_supplicant-2.10-r1, scanning with wpa_cli (and hence establishing any connection) fails:
Code: Select all
$ wpa_cli
wpa_cli v2.10
Copyright (c) 2004-2022, Jouni Malinen <j@w1.fi> and contributors
This software may be distributed under the terms of the BSD license.
See README for more details.
Selected interface 'wlp3s0'
Interactive mode
<3>CTRL-EVENT-SCAN-FAILED ret=-22 retry=1
<3>CTRL-EVENT-SCAN-FAILED ret=-22 retry=1
<3>CTRL-EVENT-SCAN-FAILED ret=-22 retry=1
<3>CTRL-EVENT-SCAN-FAILED ret=-22 retry=1
<3>CTRL-EVENT-SCAN-FAILED ret=-22 retry=1In the forums I've found the TKIP related thread viewtopic-t-1147741.html and the one about the kernel panic viewtopic-p-8701895.html#8701895, but both issues seem to be different to mine:
- wpa_supplicant-2.9-r8 works fine without the tkip useflag being enabled and enabling or disabling it for wpa_supplicant-2.10-r1 does not change anything. Also, the TKIP issue related to certain older routers, but my problem seems to be rather related to my wireless adapter.
- dmesg shows no related messages either.
The adapter is manufactured by Broadcom and I'm using the bcma and wl kernel modules (lspci -knn):
Code: Select all
03:00.0 Network controller [0280]: Broadcom Inc. and subsidiaries BCM4360 802.11ac Wireless Network Adapter [14e4:43a0] (rev 03)
Subsystem: Apple Inc. BCM4360 802.11ac Wireless Network Adapter [106b:0117]
Kernel driver in use: wl
Kernel modules: bcma, wlCode: Select all
ctrl_interface=/var/run/wpa_supplicant
ctrl_interface_group=1001
update_config=1