]> git.ipfire.org Git - thirdparty/hostap.git/commit
Skip networks without known SSID when selecting the BSS
authorJouni Malinen <jouni.malinen@atheros.com>
Thu, 15 Oct 2009 18:58:58 +0000 (21:58 +0300)
committerJouni Malinen <j@w1.fi>
Thu, 15 Oct 2009 18:58:58 +0000 (21:58 +0300)
commite81634cd1802e14b061c6c3672529a862ba19189
treeddb531093c8ac71d541188648fe0a3fd511132e4
parentdc461de43e807ff2758cb333a1338f1f672c6836
Skip networks without known SSID when selecting the BSS

Previously, APs that were hiding SSID (zero-length SSID IE in
Beacon frames) could have been selected when wildcard SSID matching
was used. This would result in failed association attempt since
the client does not know the correct SSID. This can slow down WPS
which is often using wildcard SSID matching.

Ignore BSSes without known SSID in the scan results when selecting
which BSS to use.
wpa_supplicant/events.c