From: Jouni Malinen Date: Wed, 7 Oct 2015 13:12:55 +0000 (+0300) Subject: Interworking: Define new ANQP-element Info IDs X-Git-Tag: hostap_2_6~1572 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3f21b311b2a1f21277fda5fe92f9778e83c8f3d3;p=thirdparty%2Fhostap.git Interworking: Define new ANQP-element Info IDs This adds the full set on ANQP-elements based on IEEE P802.11REVmc/D4.2. Signed-off-by: Jouni Malinen --- diff --git a/src/common/ieee802_11_defs.h b/src/common/ieee802_11_defs.h index cc67658f1..5b8d13062 100644 --- a/src/common/ieee802_11_defs.h +++ b/src/common/ieee802_11_defs.h @@ -408,7 +408,12 @@ enum anqp_info_id { ANQP_AP_LOCATION_PUBLIC_URI = 267, ANQP_DOMAIN_NAME = 268, ANQP_EMERGENCY_ALERT_URI = 269, + ANQP_TDLS_CAPABILITY = 270, ANQP_EMERGENCY_NAI = 271, + ANQP_NEIGHBOR_REPORT = 272, + ANQP_VENUE_URL = 277, + ANQP_ADVICE_OF_CHARGE = 278, + ANQP_LOCAL_CONTENT = 279, ANQP_VENDOR_SPECIFIC = 56797 };