From: Jouni Malinen Date: Mon, 27 Oct 2025 11:44:27 +0000 (+0200) Subject: SAE: Password identifier changing (definitions) X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=02bd7f66b4d7394291e0deeb4f77d515a83778df;p=thirdparty%2Fhostap.git SAE: Password identifier changing (definitions) Defines and parsing for SAE password identifier changes following the definition that were added in IEEE P802.11bi/D2.1. Signed-off-by: Jouni Malinen --- diff --git a/src/common/ieee802_11_defs.h b/src/common/ieee802_11_defs.h index 9782acfb6..1d803660c 100644 --- a/src/common/ieee802_11_defs.h +++ b/src/common/ieee802_11_defs.h @@ -625,6 +625,7 @@ #define WLAN_RSNX_CAPAB_URNM_MFPR 15 #define WLAN_RSNX_CAPAB_KEK_IN_PASN 18 #define WLAN_RSNX_CAPAB_SSID_PROTECTION 21 +#define WLAN_RSNX_CAPAB_SAE_PW_ID_CHANGE 34 /* Multiple BSSID element subelements */ #define WLAN_MBSSID_SUBELEMENT_NONTRANSMITTED_BSSID_PROFILE 0 diff --git a/src/common/wpa_common.h b/src/common/wpa_common.h index eb75650ee..165853d10 100644 --- a/src/common/wpa_common.h +++ b/src/common/wpa_common.h @@ -138,6 +138,7 @@ WPA_CIPHER_BIP_CMAC_256) #define RSN_KEY_DATA_MLO_IGTK RSN_SELECTOR(0x00, 0x0f, 0xac, 17) #define RSN_KEY_DATA_MLO_BIGTK RSN_SELECTOR(0x00, 0x0f, 0xac, 18) #define RSN_KEY_DATA_MLO_LINK RSN_SELECTOR(0x00, 0x0f, 0xac, 19) +#define RSN_KEY_DATA_SAE_PW_IDS RSN_SELECTOR(0x00, 0x0f, 0xac, 25) #define WFA_KEY_DATA_IP_ADDR_REQ RSN_SELECTOR(0x50, 0x6f, 0x9a, 4) #define WFA_KEY_DATA_IP_ADDR_ALLOC RSN_SELECTOR(0x50, 0x6f, 0x9a, 5)