Part Number: WL1801MOD
Tool/software: Linux
How can we test the passive scan functionality? My customer is trying to check the passive scan and not being able to see it work.
I asked them to modify the wpa_supplicant.conf to hard code the passive scan setting but they dont seem to be able to get it working.
Any suggestions? How is passive scan tested?
I try it again by adding passive_scan=0 in wpa_supplicant.conf file, still not work.
ctrl_interface=/var/run/wpa_supplicant
ap_scan=1
passive_scan=0
fast_reauth=1
filter_ssids=1
network={
key_mgmt=WPA-PSK
ssid="fb53e249f7028f8859135e8ee70ef1cc"
psk="I0d91c32b9718c0126b6123b83b4ac56c"
}
See below result, wpa_supplicant is failed to start:
# wpa_supplicant -W -B -Dnl80211 -iwlan0 -c /tmp/wpa_supplicant.conf
Successfully initialized wpa_supplicant
Line 3: unknown global field 'passive_scan=0'.
Line 3: Invalid configuration line 'passive_scan=0'.
Failed to read or parse configuration '/tmp/wpa_supplicant.conf'.