aboutsummaryrefslogtreecommitdiffstats
path: root/src/common
diff options
context:
space:
mode:
authorJay Katabathuni <jkatabat@qca.qualcomm.com>2011-10-16 19:40:32 +0300
committerJouni Malinen <j@w1.fi>2012-05-08 23:29:25 +0300
commitc8a7f9a7b80959566bf3117151dc678aea7f55b3 (patch)
treefdf794514e5d550c5e9cef0ecd33d683a3849f04 /src/common
parent8d2f05462cd4d3a0aea3fc338f22bad4eaa403d3 (diff)
downloadexternal_wpa_supplicant_8_ti-c8a7f9a7b80959566bf3117151dc678aea7f55b3.zip
external_wpa_supplicant_8_ti-c8a7f9a7b80959566bf3117151dc678aea7f55b3.tar.gz
external_wpa_supplicant_8_ti-c8a7f9a7b80959566bf3117151dc678aea7f55b3.tar.bz2
HS 2.0: Define Hotspot 2.0 OUI types and subtype values
Signed-hostap: Jouni Malinen <jouni@qca.qualcomm.com>
Diffstat (limited to 'src/common')
-rw-r--r--src/common/ieee802_11_defs.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/common/ieee802_11_defs.h b/src/common/ieee802_11_defs.h
index b892832..e15b626 100644
--- a/src/common/ieee802_11_defs.h
+++ b/src/common/ieee802_11_defs.h
@@ -764,6 +764,16 @@ enum {
};
+#define HS20_INDICATION_OUI_TYPE 16
+#define HS20_ANQP_OUI_TYPE 17
+#define HS20_STYPE_QUERY_LIST 1
+#define HS20_STYPE_CAPABILITY_LIST 2
+#define HS20_STYPE_OPERATOR_FRIENDLY_NAME 3
+#define HS20_STYPE_WAN_METRICS 4
+#define HS20_STYPE_CONNECTION_CAPABILITY 5
+#define HS20_STYPE_NAI_HOME_REALM_QUERY 6
+#define HS20_STYPE_OPERATING_CLASS 7
+
/* Wi-Fi Direct (P2P) */
#define P2P_OUI_TYPE 9