// wificxpoweroffload.h
void WifiPowerOffloadGetActionFrameWakePatternParameters(
[in] WIFIPOWEROFFLOAD WifiPowerOffload,
[inout] WIFI_POWER_OFFLOAD_ACTION_FRAME_WAKE_PATTERN_PARAMETERS *Parameters
);
View the official Windows Driver Kit DDI referenceNo description available.
The WifiPowerOffloadGetActionFrameWakePatternParameters function gets the parameters for an action frame wake pattern low power protocol offload to a WiFiCx network adapter.
WifiPowerOffload [in]The WIFIPOWEROFFLOAD object that represents this protocol offload.
Parameters [inout]A pointer to a driver-allocated and initialized WIFI_POWER_OFFLOAD_ACTION_FRAME_WAKE_PATTERN_PARAMETERS structure that receives the action frame wake pattern parameter information.
Drivers must call WIFI_POWER_OFFLOAD_ACTION_FRAME_WAKE_PATTERN_PARAMETERS_INIT to initialize the WIFI_POWER_OFFLOAD_ACTION_FRAME_WAKE_PATTERN_PARAMETERS structure before calling this function.
WIFI_POWER_OFFLOAD_ACTION_FRAME_WAKE_PATTERN_PARAMETERS
WIFI_POWER_OFFLOAD_ACTION_FRAME_WAKE_PATTERN_PARAMETERS_INIT