// wificx.h
VOID WifiAdapterReportWakeReason(
NETADAPTER Adapter,
WIFI_WAKE_REASON_TYPE Reason
);
View the official Windows Driver Kit DDI referenceNo description available.
The WifiAdapterReportWakeReason function reports to the framework the reason that a Wi-Fi device has generated a wake-up event.
Adapter[_In_] A handle to a NETADAPTER object that the client driver obtained from a previous call to NetAdapterCreate.
Reason[_In_] A WIFI_WAKE_REASON_TYPE value that describes the reason for the wake-up event.