NET_ADAPTER_WAKE_PATTERN_ID - NtDoc

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

typedef enum _NET_ADAPTER_WAKE_PATTERN_ID {
  NetAdapterWakeMagicPatternId = 0x0000fffe,
  NetAdapterWakeEapolPatternId = 0x0000fffd,
  NetAdapterWakeFilterPatternId = 0x0000fffc
} NET_ADAPTER_WAKE_PATTERN_ID;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ne-netadapter-net_adapter_wake_pattern_id)

Description

The NET_ADAPTER_WAKE_PATTERN_ID enumeration specifies the wake pattern ID in the NET_ADAPTER_WAKE_REASON_PACKET structure.

Constants

NetAdapterWakeMagicPatternId:0x0000fffe

NetAdapterWakeEapolPatternId:0x0000fffd

NetAdapterWakeFilterPatternId:0x0000fffc

Remarks

See NET_WAKE_SOURCE_TYPE for descriptions of each wake source type.

An initialized NET_ADAPTER_WAKE_REASON_PACKET structure is an input to NetAdapterReportWakeReasonPacket.

See also

NET_ADAPTER_WAKE_REASON_PACKET

NetAdapterReportWakeReasonPacket