WIFI_ADAPTER_WAKE_CAPABILITIES_INIT - NtDoc

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

void WIFI_ADAPTER_WAKE_CAPABILITIES_INIT(
  WIFI_ADAPTER_WAKE_CAPABILITIES *Capabilities
);
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (nf-wificx-wifi_adapter_wake_capabilities_init)

Description

The WIFI_ADAPTER_WAKE_CAPABILITIES_INIT method initializes a WIFI_ADAPTER_WAKE_CAPABILITIES structure.

Parameters

Capabilities

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

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.

See also

WIFI_ADAPTER_WAKE_CAPABILITIES

WifiAdapterSetWakeCapabilities