]> git.ipfire.org Git - thirdparty/hostap.git/commit
nl80211: Support vendor scan together with normal scan
authorKanchanapally, Vidyullatha <vkanchan@qti.qualcomm.com>
Wed, 16 Sep 2015 12:15:05 +0000 (17:45 +0530)
committerJouni Malinen <j@w1.fi>
Wed, 30 Sep 2015 22:41:46 +0000 (01:41 +0300)
commitadcd7c4b0bd02bead77f884f52782a813f5243bb
tree485aab7db15bfcdde408a1c4a3ef7befe4baa7bd
parentf22a080cdc19ba1dee1f85f1d71d2a9c0e699a56
nl80211: Support vendor scan together with normal scan

Allow wpa_supplicant to use vendor scan (if supported by the driver)
together with the normal nl80211 scan and handling external scan events.
Since this results in possibility of concurrent scan operations, some of
the operations related to scan results need to check more carefully when
an event is relevant for a specific interface.

Signed-off-by: Jouni Malinen <jouni@qca.qualcomm.com>
src/drivers/driver.h
src/drivers/driver_nl80211.c
src/drivers/driver_nl80211.h
src/drivers/driver_nl80211_event.c
src/drivers/driver_nl80211_scan.c
wpa_supplicant/events.c