From 105b14f54bed60d852df518392936cb17a587739 Mon Sep 17 00:00:00 2001 From: Jouni Malinen Date: Thu, 31 Jan 2019 12:54:33 +0200 Subject: [PATCH] HS 2.0: Update the T&C Acceptance subtype value 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 --- src/common/ieee802_11_defs.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/common/ieee802_11_defs.h b/src/common/ieee802_11_defs.h index cc512c6c9..5652a865f 100644 --- a/src/common/ieee802_11_defs.h +++ b/src/common/ieee802_11_defs.h @@ -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