]> git.ipfire.org Git - thirdparty/hostap.git/commit
Add delayed scheduled scan request
authorLuciano Coelho <coelho@ti.com>
Tue, 27 Sep 2011 19:21:38 +0000 (22:21 +0300)
committerJouni Malinen <j@w1.fi>
Sat, 15 Oct 2011 15:53:14 +0000 (18:53 +0300)
commit6a90053cdfbf62fea6ddb1b0269b1176b796e01e
tree9a1027511200d0ad167216d446a97d59281152b9
parentbd525934e5f4cde3be2cd4c4def46ebaba3eaa0f
Add delayed scheduled scan request

When initializing, the scheduled scan code was being called before
everything is ready. With normal scans, the first scan round is
delayed, so the initialization is finished by the time it really
starts.

Add a function that can be used to request a delayed scheduled scan.
The scan will only start after the specified time has elapsed. Call
this function instead of starting the scheduled scan directly during
driver initialization.

Signed-off-by: Luciano Coelho <coelho@ti.com>
wpa_supplicant/scan.c
wpa_supplicant/scan.h
wpa_supplicant/wpa_supplicant.c