WifiPowerOffloadGetActionFrameWakePatternParameters function (wificxpoweroffload.h)
The WifiPowerOffloadGetActionFrameWakePatternParameters function gets the parameters for an action frame wake pattern low power protocol offload to a WiFiCx network adapter.
Syntax
void WifiPowerOffloadGetActionFrameWakePatternParameters(
[in] WIFIPOWEROFFLOAD WifiPowerOffload,
[inout] WIFI_POWER_OFFLOAD_ACTION_FRAME_WAKE_PATTERN_PARAMETERS *Parameters
);
Parameters
[in] WifiPowerOffload
The WIFIPOWEROFFLOAD object that represents this protocol offload.
[inout] Parameters
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.
Return value
None
Remarks
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.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 11, version 24H2 |
Header | wificxpoweroffload.h |
IRQL | PASSIVE_LEVEL |
See also
WIFI_POWER_OFFLOAD_ACTION_FRAME_WAKE_PATTERN_PARAMETERS
WIFI_POWER_OFFLOAD_ACTION_FRAME_WAKE_PATTERN_PARAMETERS_INIT