WifiAdapterSetWakeCapabilities - NtDoc

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

VOID WifiAdapterSetWakeCapabilities(
  NETADAPTER                           Adapter,
  const WIFI_ADAPTER_WAKE_CAPABILITIES *Capabilities
);
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

Description

The WifiAdapterSetWakeCapabilities method sets the wake capabilities for a WiFiCx device.

Parameters

Adapter

[_In_] A handle to a NETADAPTER object that the client driver obtained from a previous call to NetAdapterCreate.

Capabilities

[_In_] A pointer to a driver-allocated and initialized WIFI_ADAPTER_WAKE_CAPABILITIES structure.

Remarks

The client driver typically calls this function from within EVT_DEVICE_PREPARE_HARDWARE.

The client driver must call WifiDeviceSetStationCapabilities before calling WifiAdapterSetWakeCapabilities.

See also

WIFI_ADAPTER_WAKE_CAPABILITIES