// windot11.h
typedef struct {
RSNA_AKM_SUITE akm;
RSNA_CIPHER_SUITE cipher;
} RSNA_AKM_CIPHER_PAIR;
View the official Windows Driver Kit DDI referenceNo description available.
The RSNA_AKM_CIPHER_PAIR structure represents a Robust Security Network Association (RSNA) authentication and key management (AKM) and encryption cipher pair.
akmAn RSNA_AKM_SUITE enumeration value that specifies the RSNA AKM suite.
cipherAn RSNA_CIPHER_SUITE enumeration value that specifies the RSNA cipher suite.
The RSNA_AKM_CIPHER_PAIR structure is used in the WDI_TLV_RSNA_AKM_CIPHER_SUITE TLV.
WiFiCx Wi-Fi 7 feature requirements