Condividi tramite


struttura WIFI_POWER_OFFLOAD_80211RSNREKEY_PARAMETERS (wificxpoweroffload.h)

La struttura WIFI_POWER_OFFLOAD_80211RSNREKEY_PARAMETERS contiene parametri per l'offload del protocollo RSN 802.11 a basso consumo in una scheda Net 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;

Membri

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 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 il KCK.

KEK[WIFI_RSN_MAX_CIPHER_KEY_LENGTH]

Matrice UCHAR che specifica la chiave kek.

Osservazioni

Chiamare WIFI_POWER_OFFLOAD_80211RSNREKEY_PARAMETERS_INIT per inizializzare questa struttura e compilare il relativo campo dimensioni. Chiamare quindi WifiPowerOffloadGet80211RSNRekeyParameters per compilare i membri rimanenti della struttura.

Fabbisogno

Requisito Valore
client minimo supportato Windows 11
server minimo supportato Windows Server 2022
intestazione wificxpoweroffload.h

Vedere anche

WIFI_POWER_OFFLOAD_80211RSNREKEY_PARAMETERS_INIT

WifiPowerOffloadGet80211RSNRekeyParameters