]> git.ipfire.org Git - thirdparty/hostap.git/commitdiff
HS 2.0: Update the T&C Acceptance subtype value
authorJouni Malinen <jouni@codeaurora.org>
Thu, 31 Jan 2019 10:54:33 +0000 (12:54 +0200)
committerJouni Malinen <j@w1.fi>
Wed, 6 Feb 2019 17:10:17 +0000 (19:10 +0200)
The previously used value 2 was already assigned for another purpose
(MBO non-preferred channel report), so the newer T&C Acceptable
definition needs to be updated with a unique value.

Signed-off-by: Jouni Malinen <jouni@codeaurora.org>
src/common/ieee802_11_defs.h

index cc512c6c95c207d89fb9a5c7e99afba38d01636d..5652a865f9a03441faea50c57786199b0e532055 100644 (file)
@@ -1444,7 +1444,7 @@ enum wmm_ac {
 /* WNM-Notification WFA vendors specific subtypes */
 #define HS20_WNM_SUB_REM_NEEDED 0
 #define HS20_WNM_DEAUTH_IMMINENT_NOTICE 1
-#define HS20_WNM_T_C_ACCEPTANCE 2
+#define HS20_WNM_T_C_ACCEPTANCE 4
 
 #define HS20_DEAUTH_REASON_CODE_BSS 0
 #define HS20_DEAUTH_REASON_CODE_ESS 1