diff options
author | Jouni Malinen <jouni@qca.qualcomm.com> | 2011-10-03 18:23:01 +0300 |
---|---|---|
committer | Jouni Malinen <j@w1.fi> | 2012-05-08 23:30:23 +0300 |
commit | 64855b96825d9e0600d163a1117c6b6b1ef73be6 (patch) | |
tree | cb005c3878b74446fbe671298fa5d751533627ef /src/common | |
parent | 0b12e961874d786c759db1d9c678369683721169 (diff) | |
download | external_wpa_supplicant_8_ti-64855b96825d9e0600d163a1117c6b6b1ef73be6.zip external_wpa_supplicant_8_ti-64855b96825d9e0600d163a1117c6b6b1ef73be6.tar.gz external_wpa_supplicant_8_ti-64855b96825d9e0600d163a1117c6b6b1ef73be6.tar.bz2 |
HS 2.0: Indicate Hotspot 2.0 in BSS table and status
If the AP indicates support for Hotspot 2.0, show this in the
ctrl_iface commands for BSS table and status.
Signed-hostap: Jouni Malinen <jouni@qca.qualcomm.com>
Diffstat (limited to 'src/common')
-rw-r--r-- | src/common/ieee802_11_defs.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/common/ieee802_11_defs.h b/src/common/ieee802_11_defs.h index e15b626..27b9e61 100644 --- a/src/common/ieee802_11_defs.h +++ b/src/common/ieee802_11_defs.h @@ -651,6 +651,7 @@ struct ieee80211_ht_operation { #define WPS_IE_VENDOR_TYPE 0x0050f204 #define OUI_WFA 0x506f9a #define P2P_IE_VENDOR_TYPE 0x506f9a09 +#define HS20_IE_VENDOR_TYPE 0x506f9a10 #define WMM_OUI_TYPE 2 #define WMM_OUI_SUBTYPE_INFORMATION_ELEMENT 0 |