WIFI_POWER_OFFLOAD_80211RSNREKEY_PARAMETERS_INIT function (wificxpoweroffload.h)
The WIFI_POWER_OFFLOAD_80211RSNREKEY_PARAMETERS_INIT function initializes a WIFI_POWER_OFFLOAD_80211RSNREKEY_PARAMETERS structure.
Syntax
void WIFI_POWER_OFFLOAD_80211RSNREKEY_PARAMETERS_INIT(
WIFI_POWER_OFFLOAD_80211RSNREKEY_PARAMETERS *Parameters
);
Parameters
Parameters
[Out] A pointer to a client driver-allocated WIFI_POWER_OFFLOAD_80211RSNREKEY_PARAMETERS structure.
Return value
None
Remarks
This function zeroes out the memory of the WIFI_POWER_OFFLOAD_80211RSNREKEY_PARAMETERS structure, then fills in the Size member. Client drivers must then call WifiPowerOffloadGet80211RSNRekeyParameters to fill in the remaining members of the structure.
The client driver must only call WIFI_POWER_OFFLOAD_80211RSNREKEY_PARAMETERS_INIT 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 |