WifiWakeSourceGetType - NtDoc

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

WIFI_WAKE_SOURCE_TYPE WifiWakeSourceGetType(
  WIFIWAKESOURCE WakeSource
);
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (nf-wificxwakesource-wifiwakesourcegettype)

Description

The WifiWakeSourceGetType function gets the type for wake-on-LAN (WoL) source from a WiFiCx net adapter.

Parameters

WakeSource

The WIFIWAKESOURCE object that represents this wake source.

Return value

Returns a WIFI_WAKE_SOURCE_TYPE value that specifies the wake source type.

Remarks

The client driver must only call WifiWakeSourceGetType during a power transition, typically from its EVT_WDF_DEVICE_ARM_WAKE_FROM_SX, EVT_WDF_DEVICE_ARM_WAKE_FROM_S0, or EVT_NET_DEVICE_PREVIEW_WAKE_SOURCE callback function. Otherwise, the call results in a system bugcheck.

See also

WIFI_WAKE_SOURCE_TYPE