From: Jouni Malinen Date: Fri, 7 Dec 2018 22:55:01 +0000 (+0200) Subject: HS 2.0: Update supported release number to 3 X-Git-Tag: hostap_2_8~814 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2205ca0dfe139926f1dbc47012906d03b960f9ea;p=thirdparty%2Fhostap.git HS 2.0: Update supported release number to 3 Release 3 functionality is included, so start advertising support for that release. Signed-off-by: Jouni Malinen --- diff --git a/src/common/ieee802_11_defs.h b/src/common/ieee802_11_defs.h index 4465bfafc..4029d150b 100644 --- a/src/common/ieee802_11_defs.h +++ b/src/common/ieee802_11_defs.h @@ -1347,7 +1347,7 @@ enum wmm_ac { #define HS20_PPS_MO_ID_PRESENT 0x02 #define HS20_ANQP_DOMAIN_ID_PRESENT 0x04 #ifndef HS20_VERSION -#define HS20_VERSION 0x10 /* Release 2 */ +#define HS20_VERSION 0x20 /* Release 3 */ #endif /* HS20_VERSION */ /* WNM-Notification WFA vendors specific subtypes */