WifiAdapterReportWakeReason - NtDoc

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

VOID WifiAdapterReportWakeReason(
  NETADAPTER            Adapter,
  WIFI_WAKE_REASON_TYPE Reason
);
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

Description

The WifiAdapterReportWakeReason function reports to the framework the reason that a Wi-Fi device has generated a wake-up event.

Parameters

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.

Remarks

See also

WIFI_WAKE_REASON_TYPE