DOT11_KEY_ALGO_BIP structure (windot11.h)
Important
WiFiCx is the new Wi-Fi driver model released in Windows 11. We recommend that you use WiFiCx to take advantage of the latest features. The WDI driver model is now in maintenance mode and will only receive high priority fixes.
The DOT11_KEY_ALGO_BIP structure defines a cipher key that is used by the Broadcast Integrity Protocol (BIP) algorithm for management frame integrity protection.
Syntax
typedef struct _DOT11_KEY_ALGO_BIP {
UCHAR ucIPN[6];
ULONG ulBIPKeyLength;
UCHAR ucBIPKey[1];
} DOT11_KEY_ALGO_BIP, *PDOT11_KEY_ALGO_BIP;
Members
ucIPN[6]
ulBIPKeyLength
The length, in bytes, of the BIP key material in ucBIPKey array.
ucBIPKey[1]
The BIP key material.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Available in Windows 8 and later versions of the Windows operating systems. |
Header | windot11.h (include Ndis.h) |