WIFI_POWER_OFFLOAD_80211RSNREKEY_PARAMETERS struttura (wificxpoweroffload.h)
La struttura WIFI_POWER_OFFLOAD_80211RSNREKEY_PARAMETERS contiene parametri per un rekey protocollo rsn 802.11 rekey low power protocol offload in una scheda Di rete WiFiCx.
Sintassi
typedef struct _WIFI_POWER_OFFLOAD_80211RSNREKEY_PARAMETERS {
ULONG Size;
ULONG ProtocolOffloadId;
UINT64 ReplayCounter;
ULONG KCKLength;
ULONG KEKLength;
UCHAR KCK[WIFI_RSN_MAX_CIPHER_KEY_LENGTH];
UCHAR KEK[WIFI_RSN_MAX_CIPHER_KEY_LENGTH];
} WIFI_POWER_OFFLOAD_80211RSNREKEY_PARAMETERS;
Members
Size
Dimensioni di questa struttura, in byte.
ProtocolOffloadId
Identificatore per questo offload del protocollo.
ReplayCounter
Valore UINT64 che specifica il contatore di riproduzione.
KCKLength
Lunghezza della chiave di conferma della chiave IEEE 802.11 (KCK).
KEKLength
Lunghezza della chiave di crittografia della chiave IEEE 802.11 (KEK).
KCK[WIFI_RSN_MAX_CIPHER_KEY_LENGTH]
Matrice UCHAR che specifica KCK.
KEK[WIFI_RSN_MAX_CIPHER_KEY_LENGTH]
Matrice UCHAR che specifica il KEK.
Commenti
Chiamare WIFI_POWER_OFFLOAD_80211RSNREKEY_PARAMETERS_INIT per inizializzare questa struttura e compilare il campo Dimensioni . Chiamare quindi WifiPowerOffloadGet80211RSNRekeyParameters per compilare i membri rimanenti della struttura.
Requisiti
Requisito | Valore |
---|---|
Client minimo supportato | Windows 11 |
Server minimo supportato | Windows Server 2022 |
Intestazione | wificxpoweroffload.h |