Add passive_scan configuration parameter
authorJouni Malinen <jouni@qca.qualcomm.com>
Thu, 22 Jan 2015 18:50:01 +0000 (20:50 +0200)
committerJouni Malinen <j@w1.fi>
Thu, 22 Jan 2015 18:50:01 +0000 (20:50 +0200)
commitc35e35ed8133bb6d7b96765c5f0b1d41efe09fc5
treec8835ac2c8d43ab4dc611ece7832cf5e17f428af
parent180a858f766dae14de6e68e528c6a1407d1419af
Add passive_scan configuration parameter

This new wpa_supplicant configuration parameter can be used to force
passive scanning to be used for most scanning cases at the cost of
increased latency and less reliably scans. This may be of use for both
testing purposes and somewhat increased privacy due to no Probe Request
frames with fixed MAC address being sent out.

Signed-off-by: Jouni Malinen <jouni@qca.qualcomm.com>
wpa_supplicant/config.c
wpa_supplicant/config.h
wpa_supplicant/config_file.c
wpa_supplicant/p2p_supplicant.c
wpa_supplicant/scan.c