WifiPowerOffloadGetActionFrameWakePatternParameters - NtDoc

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

void WifiPowerOffloadGetActionFrameWakePatternParameters(
  [in]    WIFIPOWEROFFLOAD                                        WifiPowerOffload,
  [inout] WIFI_POWER_OFFLOAD_ACTION_FRAME_WAKE_PATTERN_PARAMETERS *Parameters
);
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (nf-wificxpoweroffload-wifipoweroffloadgetactionframewakepatternparameters)

Description

The WifiPowerOffloadGetActionFrameWakePatternParameters function gets the parameters for an action frame wake pattern low power protocol offload to a WiFiCx network adapter.

Parameters

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.

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.

See also

WIFI_POWER_OFFLOAD_ACTION_FRAME_WAKE_PATTERN_PARAMETERS

WIFI_POWER_OFFLOAD_ACTION_FRAME_WAKE_PATTERN_PARAMETERS_INIT