// wificx.h
void WIFI_ADAPTER_WAKE_CAPABILITIES_INIT(
WIFI_ADAPTER_WAKE_CAPABILITIES *Capabilities
);
View the official Windows Driver Kit DDI referenceNo description available.
The WIFI_ADAPTER_WAKE_CAPABILITIES_INIT method initializes a WIFI_ADAPTER_WAKE_CAPABILITIES structure.
Capabilities[_Out_] A pointer to a driver-allocated WIFI_ADAPTER_WAKE_CAPABILITIES structure.
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.
WIFI_ADAPTER_WAKE_CAPABILITIES
WifiAdapterSetWakeCapabilities