nl80211: Use extended capabilities per interface type
authorKanchanapally, Vidyullatha <vkanchan@qti.qualcomm.com>
Tue, 12 Apr 2016 08:01:42 +0000 (13:31 +0530)
committerJouni Malinen <j@w1.fi>
Tue, 31 May 2016 18:35:54 +0000 (21:35 +0300)
commitcc9a2575cabd2adb975df3677c6df5829f4279ad
tree9cad73bfb49f4e89311b65f674324a12bad4f5d7
parentc6edea0df6a59d9847c6f8239f279b8446411a60
nl80211: Use extended capabilities per interface type

This adds the necessary changes to support extraction and use of the
extended capabilities specified per interface type (a recent
cfg80211/nl80211 extension). If that information is available,
per-interface values will be used to override the global per-radio
value.

Signed-off-by: Jouni Malinen <jouni@qca.qualcomm.com>
12 files changed:
hostapd/main.c
src/ap/ap_drv_ops.c
src/ap/ap_drv_ops.h
src/drivers/driver.h
src/drivers/driver_nl80211.c
src/drivers/driver_nl80211.h
src/drivers/driver_nl80211_capa.c
wpa_supplicant/ap.c
wpa_supplicant/driver_i.h
wpa_supplicant/scan.c
wpa_supplicant/sme.c
wpa_supplicant/wpa_supplicant.c