WIFI_POWER_OFFLOAD_TYPE enumeration (wificxpoweroffload.h)

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

Syntax

typedef enum _WIFI_POWER_OFFLOAD_TYPE {
  WifiPowerOffloadType80211RsnRekey = 1
} WIFI_POWER_OFFLOAD_TYPE;

Constants

 
WifiPowerOffloadType80211RsnRekey
Value: 1
The power offload is the 802.11 RSN rekey protocol.

Remarks

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

Requirements

Requirement Value
Minimum supported client Windows 11
Minimum supported server Windows Server 2022
Header wificxpoweroffload.h

See also

WifiPowerOffloadGetType