Add scheduled scan driver operations
authorLuciano Coelho <coelho@ti.com>
Tue, 27 Sep 2011 19:21:29 +0000 (22:21 +0300)
committerJouni Malinen <j@w1.fi>
Sat, 15 Oct 2011 15:53:13 +0000 (18:53 +0300)
commitcbdf3507e99e1639cba9635c22ba8f29c0bec99e
tree1a49da70ea2be90118305ce077e5544a9b82daad
parent5f738a21a6e2d7d903321b5f5050a5ca89261638
Add scheduled scan driver operations

In new Linux kernel versions (>=3.0), nl80211 adds scheduled scan
capability. In order to use this feature to its full extent, we need
to support it in the wpa_supplicant core, so that it can also be used
by other drivers.

This commit adds initial scheduled scan support operations and events.

Signed-off-by: Luciano Coelho <coelho@ti.com>
src/drivers/driver.h
src/drivers/driver_ndis.c
wpa_supplicant/driver_i.h
wpa_supplicant/events.c
wpa_supplicant/scan.c
wpa_supplicant/scan.h
wpa_supplicant/wpa_supplicant.c
wpa_supplicant/wpa_supplicant_i.h