WIFI_POWER_OFFLOAD_ACTION_FRAME_WAKE_PATTERN_PARAMETERS - NtDoc

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

typedef struct _WIFI_POWER_OFFLOAD_ACTION_FRAME_WAKE_PATTERN_PARAMETERS {
  ULONG   Size;
  BOOLEAN FilterOnFrameAction;
  UINT8   ActionFrameCategory;
  UINT8   ActionFrameAction;
} WIFI_POWER_OFFLOAD_ACTION_FRAME_WAKE_PATTERN_PARAMETERS;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-wificxpoweroffload-wifi_power_offload_action_frame_wake_pattern_parameters)

Description

The WIFI_POWER_OFFLOAD_ACTION_FRAME_WAKE_PATTERN_PARAMETERS structure contains parameters for an action frame wake pattern low power protocol offload to a WiFiCx network adapter.

Members

Size

The size of the WIFI_POWER_OFFLOAD_ACTION_FRAME_WAKE_PATTERN_PARAMETERS structure in bytes.

FilterOnFrameAction

FilterOnFrameAction can have the following values:

ActionFrameCategory

A UINT8 representing the Action Frame Category.

ActionFrameAction

A UINT8 representing the Action Frame Action. The driver ignores ActionFrameAction if it isn't filtering by action type.

Remarks

The IHV driver must call WIFI_POWER_OFFLOAD_ACTION_FRAME_WAKE_PATTERN_PARAMETERS_INIT to initialize this structure and fill in its Size field. Then the driver must call WifiPowerOffloadGetActionFrameWakePatternParameters to fill in the remaining members of the structure.

See also

WIFI_POWER_OFFLOAD_ACTION_FRAME_WAKE_PATTERN_PARAMETERS_INIT

WifiPowerOffloadGetActionFrameWakePatternParameters