sched scan: Fix passive scanning
authorEyal Shapira <eyal@wizery.com>
Fri, 18 Nov 2011 21:05:57 +0000 (23:05 +0200)
committerJouni Malinen <j@w1.fi>
Fri, 18 Nov 2011 21:05:57 +0000 (23:05 +0200)
commit1966e3d1b798984e38b6ea1c2a24f6e5d6205125
tree37a61f6984a030888ba9c96dbd93eb7bc23169b7
parente159cc5e9b879a42b2f89405f909393f1aa1d65e
sched scan: Fix passive scanning

Scan wasn't initiated in case the config contained only networks without
scan_ssid. In such a case we want scan to be initiated without any SSIDs
to actively scan but include all the SSIDs in the filter list. Also
added some debug logs to easily see which SSIDs were included in which
list.

Cc: Luciano Coelho <coelho@ti.com>
Signed-off-by: Eyal Shapira <eyal@wizery.com>
wpa_supplicant/scan.c