// wificx.h
VOID WifiAdapterSetWakeCapabilities(
NETADAPTER Adapter,
const WIFI_ADAPTER_WAKE_CAPABILITIES *Capabilities
);
View the official Windows Driver Kit DDI referenceNo description available.
The WifiAdapterSetWakeCapabilities method sets the wake capabilities for a WiFiCx device.
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.
The client driver typically calls this function from within EVT_DEVICE_PREPARE_HARDWARE.
The client driver must call WifiDeviceSetStationCapabilities before calling WifiAdapterSetWakeCapabilities.
WIFI_ADAPTER_WAKE_CAPABILITIES