WifiPowerOffloadGet80211RSNRekeyParameters - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// wificxpoweroffload.h

void WifiPowerOffloadGet80211RSNRekeyParameters(
  WIFIPOWEROFFLOAD                            WifiPowerOffload,
  WIFI_POWER_OFFLOAD_80211RSNREKEY_PARAMETERS *Parameters
);
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (nf-wificxpoweroffload-wifipoweroffloadget80211rsnrekeyparameters)

Description

The WifiPowerOffloadGet80211RSNRekeyParameters function gets parameters for an 802.11 RSN rekey low power protocol offload to a WiFiCx net adapter.

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.

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.

See also

WIFI_POWER_OFFLOAD_80211RSNREKEY_PARAMETERS

WIFI_POWER_OFFLOAD_80211RSNREKEY_PARAMETERS_INIT