WIFI_POWER_OFFLOAD_TYPE - NtDoc

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

typedef enum _WIFI_POWER_OFFLOAD_TYPE {
  WifiPowerOffloadType80211RsnRekey = 1,
  WifiPowerOffloadTypeWakeOnIncomingActionFrame = 2
} WIFI_POWER_OFFLOAD_TYPE;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ne-wificxpoweroffload-wifi_power_offload_type)

Description

The WIFI_POWER_OFFLOAD_TYPE enumeration specifies the type for a low power offload protocol offload to a WiFiCx network adapter.

Constants

WifiPowerOffloadType80211RsnRekey:1

The power offload is the 802.11 RSN rekey protocol.

WifiPowerOffloadTypeWakeOnIncomingActionFrame:2

The power offload is for waking on incoming action frame reception.

Remarks

Call WifiPowerOffloadGetType to get the type for a low power protocol offload to a WiFiCx network adapter.

See also

WifiPowerOffloadGetType