// 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 referenceNo description available.
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.
SizeThe size of the WIFI_POWER_OFFLOAD_ACTION_FRAME_WAKE_PATTERN_PARAMETERS structure in bytes.
FilterOnFrameActionFilterOnFrameAction can have the following values:
ActionFrameCategoryA UINT8 representing the Action Frame Category.
ActionFrameActionA UINT8 representing the Action Frame Action. The driver ignores ActionFrameAction if it isn't filtering by action type.
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.
WIFI_POWER_OFFLOAD_ACTION_FRAME_WAKE_PATTERN_PARAMETERS_INIT
WifiPowerOffloadGetActionFrameWakePatternParameters