wpa_supplicant: Use freq_list scan filtar in sched_scan
authorBojan Prtvar <bojan.prtvar@rt-rk.com>
Mon, 11 Aug 2014 10:25:03 +0000 (12:25 +0200)
committerJouni Malinen <j@w1.fi>
Tue, 12 Aug 2014 13:44:04 +0000 (16:44 +0300)
commit1cc0d6a0eb0e640a4853bfd05b5033c22fc60c73
tree796e3962b3c365894ca0bfe682587665bf133b77
parent4aa9c156e583c64cf5d90751ec888c478e1155c2
wpa_supplicant: Use freq_list scan filtar in sched_scan

Global freq_list scan filtar was taken into account only by
req_scan and not by req_sched_scan. We want to allow the user
to limit the channels that wpa_supplicant will scan in req_sched_scan
requests as well.

Signed-off-by: Bojan Prtvar <bojan.prtvar@rt-rk.com>
wpa_supplicant/scan.c