WIFI_WAKE_REASON_TYPE - NtDoc

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

typedef enum _WIFI_WAKE_REASON_TYPE {
  WifiWakeReasonTypeNloDiscovery,
  WifiWakeReasonTypeApAssociationlost,
  WifiWakeReasonTypeGtkHandshakeError,
  WifiWakeReasonTypeFourWayHandshakeRequest,
  WifiWakeReasonTypeIncomingActionFrame,
  WifiWakeReasonTypeClientDriverDiagnostic
} WIFI_WAKE_REASON_TYPE;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ne-wificx-wifi_wake_reason_type)

Description

The WIFI_WAKE_REASON_TYPE enumeration specifies the reason type for a wake-on-LAN (WoL) wake event generated by a WiFiCx adapter.

Constants

WifiWakeReasonTypeNloDiscovery

The WiFiCx net adapter generated the wake-up event due to NLO discovery.

WifiWakeReasonTypeApAssociationlost

The WiFiCx net adapter generated the wake-up event because access point association was lost.

WifiWakeReasonTypeGtkHandshakeError

The WiFiCx net adapter generated the wake-up event because of a GTK handshake error.

WifiWakeReasonTypeFourWayHandshakeRequest

The WiFiCx net adapter generated the wake-up event because it received a 4-Way Handshake request.

WifiWakeReasonTypeIncomingActionFrame

The WiFiCx net adapter generated the wake-up event because it received an incoming action frame.

WifiWakeReasonTypeClientDriverDiagnostic

The WiFiCx net adapter generated the wake-up event as a result of a client driver diagnostic event.

Remarks

This enumeration is passed as an input parameter to WifiAdapterReportWakeReason.

See also

WifiAdapterReportWakeReason