// wificxpoweroffload.h
void WifiPowerOffloadGet80211RSNRekeyParameters(
WIFIPOWEROFFLOAD WifiPowerOffload,
WIFI_POWER_OFFLOAD_80211RSNREKEY_PARAMETERS *Parameters
);
View the official Windows Driver Kit DDI referenceNo description available.
The WifiPowerOffloadGet80211RSNRekeyParameters function gets parameters for an 802.11 RSN rekey low power protocol offload to a WiFiCx net adapter.
WifiPowerOffloadThe WIFIPOWEROFFLOAD object that represents this protocol offload.
ParametersA pointer to a driver-allocated and initialized WIFI_POWER_OFFLOAD_80211RSNREKEY_PARAMETERS structure that receives the ARP parameter information.
Call WIFI_POWER_OFFLOAD_80211RSNREKEY_PARAMETERS_INIT to initialize the WIFI_POWER_OFFLOAD_80211RSNREKEY_PARAMETERS structure before calling this function.
The client driver must only call WifiPowerOffloadGet80211RSNRekeyParameters during a power transition, typically from its EVT_WDF_DEVICE_ARM_WAKE_FROM_SX, EVT_WDF_DEVICE_ARM_WAKE_FROM_S0, or EVT_NET_DEVICE_PREVIEW_POWER_OFFLOAD callback function. Otherwise, the call results in a system bugcheck.
WIFI_POWER_OFFLOAD_80211RSNREKEY_PARAMETERS
WIFI_POWER_OFFLOAD_80211RSNREKEY_PARAMETERS_INIT