Transition Disable KDE definitions
Define the OUI Type and bitmap values for Transition Disable KDE. These will be shared by both the AP and STA implementations. Signed-off-by: Jouni Malinen <jouni@codeaurora.org>
This commit is contained in:
parent
a72ec4c221
commit
3eb9ddc658
1 changed files with 7 additions and 0 deletions
|
@ -113,6 +113,7 @@ WPA_CIPHER_BIP_CMAC_256)
|
||||||
|
|
||||||
#define WFA_KEY_DATA_IP_ADDR_REQ RSN_SELECTOR(0x50, 0x6f, 0x9a, 4)
|
#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)
|
#define WFA_KEY_DATA_IP_ADDR_ALLOC RSN_SELECTOR(0x50, 0x6f, 0x9a, 5)
|
||||||
|
#define WFA_KEY_DATA_TRANSITION_DISABLE RSN_SELECTOR(0x50, 0x6f, 0x9a, 0x20)
|
||||||
|
|
||||||
#define WPA_OUI_TYPE RSN_SELECTOR(0x00, 0x50, 0xf2, 1)
|
#define WPA_OUI_TYPE RSN_SELECTOR(0x00, 0x50, 0xf2, 1)
|
||||||
|
|
||||||
|
@ -344,6 +345,12 @@ struct rsn_rdie {
|
||||||
le16 status_code;
|
le16 status_code;
|
||||||
} STRUCT_PACKED;
|
} STRUCT_PACKED;
|
||||||
|
|
||||||
|
/* WFA Transition Disable KDE (using OUI_WFA) */
|
||||||
|
/* Transition Disable Bitmap bits */
|
||||||
|
#define TRANSITION_DISABLE_WPA3_PERSONAL BIT(0)
|
||||||
|
#define TRANSITION_DISABLE_SAE_PK BIT(1)
|
||||||
|
#define TRANSITION_DISABLE_WPA3_ENTERPRISE BIT(2)
|
||||||
|
#define TRANSITION_DISABLE_ENHANCED_OPEN BIT(3)
|
||||||
|
|
||||||
#ifdef _MSC_VER
|
#ifdef _MSC_VER
|
||||||
#pragma pack(pop)
|
#pragma pack(pop)
|
||||||
|
|
Loading…
Reference in a new issue