]> git.ipfire.org Git - thirdparty/hostap.git/commit
WPS: Fix ap_scan=2 special association case
authorJouni Malinen <jouni@qca.qualcomm.com>
Mon, 27 Oct 2014 18:13:39 +0000 (20:13 +0200)
committerJouni Malinen <j@w1.fi>
Mon, 27 Oct 2014 18:13:39 +0000 (20:13 +0200)
commit76d81b3272b8b570118b106c3f53f67f2c3bb1c4
treefe31105a28a8b79f6f2aa4dfc9e97815a37c014f
parent745d62322b37675b4a7eb8f0cd10e25a288168da
WPS: Fix ap_scan=2 special association case

Commit 22628eca3440976bf51846da0554099f7429b206 ('Support driver-based
BSS selection in ap_scan=1 mode') ended up disabling the special
ap_scan=2 WPS case where ap_scan=1 like scan followed by association is
used to find the WPS AP using wildcard SSID. Fix this by allowing
association request even with wpas_driver_bss_selection() when searching
for a WPS AP.

Signed-off-by: Jouni Malinen <jouni@qca.qualcomm.com>
wpa_supplicant/wpa_supplicant.c