Funzione WifiPowerOffloadGet80211RSNRekeyParameters (wificxpoweroffload.h)
La funzione WifiPowerOffloadGet80211RSNRekeyParameters ottiene i parametri per un offload rsn 802.11 RSN rekey low power protocol offload in una scheda Net WiFiCx.
Sintassi
void WifiPowerOffloadGet80211RSNRekeyParameters(
WIFIPOWEROFFLOAD WifiPowerOffload,
WIFI_POWER_OFFLOAD_80211RSNREKEY_PARAMETERS *Parameters
);
Parametri
WifiPowerOffload
Oggetto WIFIPOWEROFFLOAD che rappresenta questo offload del protocollo.
Parameters
Puntatore a una struttura del driver allocata e inizializzata WIFI_POWER_OFFLOAD_80211RSNREKEY_PARAMETERS che riceve le informazioni sul parametro ARP.
Valore restituito
Nessuno
Osservazioni
Chiamare WIFI_POWER_OFFLOAD_80211RSNREKEY_PARAMETERS_INIT per inizializzare la struttura WIFI_POWER_OFFLOAD_80211RSNREKEY_PARAMETERS prima di chiamare questa funzione.
Il driver client deve chiamare solo WifiPowerOffloadGet80211RSNRekeyParameters durante una transizione di alimentazione, in genere dalla relativa EVT_WDF_DEVICE_ARM_WAKE_FROM_SX, EVT_WDF_DEVICE_ARM_WAKE_FROM_S0o EVT_NET_DEVICE_PREVIEW_POWER_OFFLOAD funzione di callback. In caso contrario, la chiamata genera un controllo errori di sistema.
Fabbisogno
Requisito | Valore |
---|---|
client minimo supportato | Windows 11 |
server minimo supportato | Windows Server 2022 |
intestazione | wificxpoweroffload.h |
IRQL | PASSIVE_LEVEL |