]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - wl12xx/hostap.git/commit
Avoid normal scans before sched scan if max_scan_ssids=1 (UPSTREAM)
authorEyal Shapira <eyal@wizery.com>
Sun, 28 Oct 2012 16:18:06 +0000 (18:18 +0200)
committerEyal Shapira <eyal@wizery.com>
Mon, 29 Oct 2012 09:14:08 +0000 (11:14 +0200)
commit022c2f963b43baa3fb3f71839c2ff601d0e86424
treec79f2511cd206a45329f3c74465eddf3ce861e86
parenta54d554ff1495c6989edc093a468b69666564124
Avoid normal scans before sched scan if max_scan_ssids=1 (UPSTREAM)

In the case of max_scan_ssids=1 we may fallback to normal scan
if there's a single scan_ssid network. However the normal scan
can't add a wildcard SSID to the ssid list as it's limited to a single
entry. This delays getting broadcast scan results.
Always prefer to do a sched scan in such a case.

Signed-off-by: Eyal Shapira <eyal@wizery.com>
wpa_supplicant/scan.c