WifiPowerOffloadGet80211RSNRekeyParameters function (wificxpoweroffload.h)
The WifiPowerOffloadGet80211RSNRekeyParameters function gets parameters for an 802.11 RSN rekey low power protocol offload to a WiFiCx net adapter.
Syntax
void WifiPowerOffloadGet80211RSNRekeyParameters(
WIFIPOWEROFFLOAD WifiPowerOffload,
WIFI_POWER_OFFLOAD_80211RSNREKEY_PARAMETERS *Parameters
);
Parameters
WifiPowerOffload
The WIFIPOWEROFFLOAD object that represents this protocol offload.
Parameters
A pointer to a driver-allocated and initialized WIFI_POWER_OFFLOAD_80211RSNREKEY_PARAMETERS structure that receives the ARP parameter information.
Return value
None
Remarks
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.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 11 |
Minimum supported server | Windows Server 2022 |
Header | wificxpoweroffload.h |
IRQL | PASSIVE_LEVEL |