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 <jouni@codeaurora.org>
This commit is contained in:
parent
e5a410f472
commit
105b14f54b
1 changed files with 1 additions and 1 deletions
|
@ -1444,7 +1444,7 @@ enum wmm_ac {
|
||||||
/* WNM-Notification WFA vendors specific subtypes */
|
/* WNM-Notification WFA vendors specific subtypes */
|
||||||
#define HS20_WNM_SUB_REM_NEEDED 0
|
#define HS20_WNM_SUB_REM_NEEDED 0
|
||||||
#define HS20_WNM_DEAUTH_IMMINENT_NOTICE 1
|
#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_BSS 0
|
||||||
#define HS20_DEAUTH_REASON_CODE_ESS 1
|
#define HS20_DEAUTH_REASON_CODE_ESS 1
|
||||||
|
|
Loading…
Reference in a new issue