RSNA_AKM_CIPHER_PAIR structure (windot11.h)
The RSNA_AKM_CIPHER_PAIR structure represents a Robust Security Network Association (RSNA) authentication and key management (AKM) and encryption cipher pair.
Syntax
typedef struct {
RSNA_AKM_SUITE akm;
RSNA_CIPHER_SUITE cipher;
} RSNA_AKM_CIPHER_PAIR;
Members
akm
An RSNA_AKM_SUITE enumeration value that specifies the RSNA AKM suite.
cipher
An RSNA_CIPHER_SUITE enumeration value that specifies the RSNA cipher suite.
Remarks
The RSNA_AKM_CIPHER_PAIR structure is used in the WDI_TLV_RSNA_AKM_CIPHER_SUITE TLV.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 11, version 24H2 |
Header | windot11.h |