diff options
author | Jouni Malinen <j@w1.fi> | 2015-09-04 22:04:29 (GMT) |
---|---|---|
committer | Jouni Malinen <j@w1.fi> | 2015-09-04 22:04:29 (GMT) |
commit | 8406cd35159f4286c12a629ddfecaa33e587a805 (patch) | |
tree | 69881c2e00d4748ea5171596e204d1bfd2803f2c /wpa_supplicant/config_ssid.h | |
parent | d188367148d0caaa5a4fe352f1afd2d002ad5109 (diff) | |
download | hostap-8406cd35159f4286c12a629ddfecaa33e587a805.zip hostap-8406cd35159f4286c12a629ddfecaa33e587a805.tar.gz hostap-8406cd35159f4286c12a629ddfecaa33e587a805.tar.bz2 |
Make it clearer that ap_scan=2 mode should not be used with nl80211
Add more details into configuration comments and a runtime info message
if ap_scan=2 is used with the nl80211 driver interface.
Signed-off-by: Jouni Malinen <j@w1.fi>
Diffstat (limited to 'wpa_supplicant/config_ssid.h')
-rw-r--r-- | wpa_supplicant/config_ssid.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/wpa_supplicant/config_ssid.h b/wpa_supplicant/config_ssid.h index 1c63e51..7ef326c 100644 --- a/wpa_supplicant/config_ssid.h +++ b/wpa_supplicant/config_ssid.h @@ -225,7 +225,9 @@ struct wpa_ssid { * * scan_ssid can be used to scan for APs using hidden SSIDs. * Note: Many drivers do not support this. ap_mode=2 can be used with - * such drivers to use hidden SSIDs. + * such drivers to use hidden SSIDs. Note2: Most nl80211-based drivers + * do support scan_ssid=1 and that should be used with them instead of + * ap_scan=2. */ int scan_ssid; |