WIFI_WAKE_SOURCE_TYPE - NtDoc

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

typedef enum _WIFI_WAKE_SOURCE_TYPE {
  WifiWakeSourceTypeNloDiscovery,
  WifiWakeSourceTypeApAssociationLost,
  WifiWakeSourceTypeGtkHandshakeError,
  WifiWakeSourceTypeFourWayHandshakeRequest,
  WifiWakeSourceTypeIncomingActionFrame,
  WifiWakeSourceTypeClientDriverDiagnostic
} WIFI_WAKE_SOURCE_TYPE;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ne-wificxwakesource-wifi_wake_source_type)

Description

The WIFI_WAKE_SOURCE_TYPE enumeration specifies the type of a wake-on-LAN (WoL) wake-up event for a WiFiCx net adapter.

Constants

WifiWakeSourceTypeNloDiscovery

NLO discovery.

WifiWakeSourceTypeApAssociationLost

Access point association lost.

WifiWakeSourceTypeGtkHandshakeError

GTK handshake error.

WifiWakeSourceTypeFourWayHandshakeRequest

4-Way Handshake request.

WifiWakeSourceTypeIncomingActionFrame

Incoming action frame.

WifiWakeSourceTypeClientDriverDiagnostic

Client driver diagnostic event.

Remarks

See also