DOT11_KEY_ALGO_BIP struttura (windot11.h)
Importante L'interfaccia LAN wireless nativa 802.11 è deprecata in Windows 10 e versioni successive. Usare invece l'interfaccia WDI (WLAN Device Driver Interface). Per altre informazioni su WDI, vedere Modello di driver windows universale WLAN.
Sintassi
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
Lunghezza, in byte, del materiale della chiave BIP nella matrice ucBIPKey .
ucBIPKey[1]
Materiale chiave BIP.
Requisiti
Requisito | Valore |
---|---|
Client minimo supportato | Disponibile in Windows 8 e versioni successive dei sistemi operativi Windows. |
Intestazione | windot11.h (include Ndis.h) |