mirror of
https://github.com/vanhoefm/fragattacks.git
synced 2024-11-28 18:28:23 -05:00
SAE-PK: Identifier definitions
Add the assigned identifiers for SAE-PK elements and fields. Signed-off-by: Jouni Malinen <jouni@codeaurora.org>
This commit is contained in:
parent
aed01b82d3
commit
b6dcbd01a6
@ -1667,6 +1667,7 @@ const char * status2str(u16 status)
|
||||
S2S(UNKNOWN_AUTHENTICATION_SERVER)
|
||||
S2S(UNKNOWN_PASSWORD_IDENTIFIER)
|
||||
S2S(SAE_HASH_TO_ELEMENT)
|
||||
S2S(SAE_PK)
|
||||
}
|
||||
return "UNKNOWN";
|
||||
#undef S2S
|
||||
|
@ -205,6 +205,7 @@
|
||||
#define WLAN_STATUS_UNKNOWN_AUTHENTICATION_SERVER 113
|
||||
#define WLAN_STATUS_UNKNOWN_PASSWORD_IDENTIFIER 123
|
||||
#define WLAN_STATUS_SAE_HASH_TO_ELEMENT 126
|
||||
#define WLAN_STATUS_SAE_PK 127
|
||||
|
||||
/* Reason codes (IEEE Std 802.11-2016, 9.4.1.7, Table 9-45) */
|
||||
#define WLAN_REASON_UNSPECIFIED 1
|
||||
@ -560,11 +561,13 @@
|
||||
#define WLAN_EXT_CAPAB_SAE_PW_ID 81
|
||||
#define WLAN_EXT_CAPAB_SAE_PW_ID_EXCLUSIVELY 82
|
||||
#define WLAN_EXT_CAPAB_BEACON_PROTECTION 84
|
||||
#define WLAN_EXT_CAPAB_SAE_PK_EXCLUSIVELY 88
|
||||
|
||||
/* Extended RSN Capabilities */
|
||||
/* bits 0-3: Field length (n-1) */
|
||||
#define WLAN_RSNX_CAPAB_PROTECTED_TWT 4
|
||||
#define WLAN_RSNX_CAPAB_SAE_H2E 5
|
||||
#define WLAN_RSNX_CAPAB_SAE_PK 6
|
||||
|
||||
/* Action frame categories (IEEE Std 802.11-2016, 9.4.1.11, Table 9-76) */
|
||||
#define WLAN_ACTION_SPECTRUM_MGMT 0
|
||||
@ -1319,6 +1322,7 @@ struct ieee80211_ampe_ie {
|
||||
#define MULTI_AP_OUI_TYPE 0x1B
|
||||
#define DPP_CC_IE_VENDOR_TYPE 0x506f9a1e
|
||||
#define DPP_CC_OUI_TYPE 0x1e
|
||||
#define SAE_PK_IE_VENDOR_TYPE 0x506f9a1f
|
||||
|
||||
#define MULTI_AP_SUB_ELEM_TYPE 0x06
|
||||
#define MULTI_AP_TEAR_DOWN BIT(4)
|
||||
|
Loading…
Reference in New Issue
Block a user