Set default scan IEs to the driver (QCA vendor extension)
authorvamsi krishna <vamsin@qti.qualcomm.com>
Tue, 19 Jul 2016 07:11:15 +0000 (12:41 +0530)
committerJouni Malinen <j@w1.fi>
Tue, 2 Aug 2016 18:21:52 +0000 (21:21 +0300)
commitcc9985d1b1a844fddbc042abe8c4f5036c0d410b
tree75d6c20989747f12d1e2b88b9afdfac3db5c5eef
parent4f910f38e57d154f7ef559dad7d31cadf045b9a2
Set default scan IEs to the driver (QCA vendor extension)

This makes wpa_supplicant set default scan IEs to the driver (if the
vendor command is supported). The driver can use these IEs in the scan
requests initiated by the driver itself. Also the driver can merge these
IEs into further scan requests that it receives, in case if the scan
request doesn't carry any of the IEs sent in this command.

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_capa.c
src/drivers/driver_nl80211_scan.c
wpa_supplicant/driver_i.h
wpa_supplicant/mbo.c
wpa_supplicant/scan.c
wpa_supplicant/scan.h
wpa_supplicant/wpa_supplicant.c