]> git.ipfire.org Git - thirdparty/hostap.git/commit - wpa_supplicant/wpa_supplicant_i.h
New driver capability info: max number of scan SSIDs
authorJouni Malinen <jouni.malinen@atheros.com>
Thu, 12 Feb 2009 19:49:57 +0000 (21:49 +0200)
committerJouni Malinen <j@w1.fi>
Thu, 12 Feb 2009 20:05:32 +0000 (22:05 +0200)
commit80bc75f13549c5208c39598c14f26ec501d085fb
tree0023eacefe6efc251007ba49b87c14058859bee4
parent97865538ba250730841727a42b7beccd9f7af414
New driver capability info: max number of scan SSIDs

The driver wrappers can now inform wpa_supplicant how many SSIDs can
be used in a single scan request (i.e., send multiple Probe Requests
per channel). This value is not yet used, but it can eventually be used
to allow a new scan command to specify multiple SSIDs to speed up
scan_ssid=1 operations. In addition, a warning could be printed if
scan_ssid=1 is used with a driver that does not support it
(max_scan_ssids=0).
src/drivers/driver.h
src/drivers/driver_nl80211.c
src/drivers/driver_test.c
src/drivers/driver_wext.c
wpa_supplicant/wpa_supplicant.c
wpa_supplicant/wpa_supplicant_i.h