Add optional scan result filter based on SSID
authorJouni Malinen <j@w1.fi>
Fri, 5 Mar 2010 19:42:06 +0000 (21:42 +0200)
committerJouni Malinen <j@w1.fi>
Fri, 5 Mar 2010 19:42:06 +0000 (21:42 +0200)
commit3812464cda18b98875d5c080faf9167dffc5078d
treee13240a04c7a6ab1f62a7dca7c80e226c6e9dbef
parentc9c38b099689616111416af9df3a4882535edff3
Add optional scan result filter based on SSID

filter_ssids=1 global configuration parameter can now be used to
enable scan result filtering (with -Dnl80211 only for now) based on
the configured SSIDs. In other words, only the scan results that have
an SSID matching with one of the configured networks are included in the
BSS table. This can be used to reduce memory needs in environments that
have huge number of APs.
src/drivers/driver.h
src/drivers/driver_nl80211.c
wpa_supplicant/config.h
wpa_supplicant/config_file.c
wpa_supplicant/config_winreg.c
wpa_supplicant/scan.c
wpa_supplicant/wpa_supplicant.conf