]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
wpa: Address CTRL-EVENT-SCAN-FAILED
authorCy Schubert <cy@FreeBSD.org>
Tue, 7 Sep 2021 01:48:39 +0000 (18:48 -0700)
committerCy Schubert <cy@FreeBSD.org>
Thu, 4 Nov 2021 18:30:25 +0000 (11:30 -0700)
commitf9d2cbc6a5267003042663e0311d1b9d86ba4e36
tree7abe565e31e4ad97cbd0a5e28b9f6e71591949c7
parent580c04df4db670a023a2f8e95ae4889b8e3dc4bf
wpa: Address CTRL-EVENT-SCAN-FAILED

Some installations may experience CTRL-EVENT-SCAN-FAILED when
associating to an AP. Installations that specify
ifconfig_wlan0="WPA ... up" in rc.conf do not experience
the problem whereas those which specify ifconfig_wlan0="WPA" without
the "up" will experience CTRL-EVENT-SCAN_FAILED.

However those that specify "up" in ifconfig_wlan0 will be able to
reproduce this problem by service netif stop wlan0;
service netif start wlan0. Interestingly The service netif stop/start
problem is reproducible on the older wpa 2.9 as well.

Reported by: dhw
Reported by: "Oleg V. Nauman" <oleg _ theweb_org_ua>
Reported by: Filipe da Silva Santos <contact _ shiori_com_br>
Reported by: Jakob Alvermark <jakob _ alvermark_net>

(cherry picked from commit 5fcdc19a81115d975e238270754e28557a2fcfc5)
libexec/rc/rc.d/wpa_supplicant