WIFI_ADAPTER_WAKE_CAPABILITIES_INIT function (wificx.h)

The WIFI_ADAPTER_WAKE_CAPABILITIES_INIT method initializes a WIFI_ADAPTER_WAKE_CAPABILITIES structure.

Syntax

void WIFI_ADAPTER_WAKE_CAPABILITIES_INIT(
  WIFI_ADAPTER_WAKE_CAPABILITIES *Capabilities
);

Parameters

Capabilities

[Out] A pointer to a driver-allocated WIFI_ADAPTER_WAKE_CAPABILITIES structure.

Return value

None

Remarks

This function zeroes out the memory of the WIFI_ADAPTER_WAKE_CAPABILITIES structure, then fills in the Size member. After calling this function, set the remaining members of the WIFI_ADAPTER_WAKE_CAPABILITIES structure according to your device's capabilities, then call WifiAdapterSetWakeCapabilities.

Requirements

Requirement Value
Minimum supported client Windows 11
Minimum supported server Windows Server 2022
Header wificx.h

See also

WIFI_ADAPTER_WAKE_CAPABILITIES

WifiAdapterSetWakeCapabilities