FT: Fix status code values to match with IEEE 802.11r-2007
It looks like couple of status code values were changed during the 802.11r draft process and these were not updated in source code yet.
This commit is contained in:
parent
f238cf9f42
commit
86f4deb635
1 changed files with 3 additions and 4 deletions
|
@ -138,10 +138,9 @@
|
|||
#define WLAN_STATUS_ASSOC_DENIED_LISTEN_INT_TOO_LARGE 51
|
||||
/* IEEE 802.11r */
|
||||
#define WLAN_STATUS_INVALID_FT_ACTION_FRAME_COUNT 52
|
||||
#define WLAN_STATUS_EXPECTED_RESOURCE_REQ_FT 53
|
||||
#define WLAN_STATUS_INVALID_PMKID 54
|
||||
#define WLAN_STATUS_INVALID_MDIE 55
|
||||
#define WLAN_STATUS_INVALID_FTIE 56
|
||||
#define WLAN_STATUS_INVALID_PMKID 53
|
||||
#define WLAN_STATUS_INVALID_MDIE 54
|
||||
#define WLAN_STATUS_INVALID_FTIE 55
|
||||
|
||||
/* Reason codes (IEEE 802.11-2007, 7.3.1.7, Table 7-22) */
|
||||
#define WLAN_REASON_UNSPECIFIED 1
|
||||
|
|
Loading…
Reference in a new issue