NetAdapterReportWakeReasonPacket - NtDoc

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

VOID NetAdapterReportWakeReasonPacket(
  [_In_] NETADAPTER                           Adapter,
  [_In_] const NET_ADAPTER_WAKE_REASON_PACKET *Reason
);
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (nf-netadapter-netadapterreportwakereasonpacket)

NetAdapterReportWakeReasonPacket function

Description

The NetAdapterReportWakeReasonPacket function reports to the framework that a net adapter generated a wake-up event because it received a packet that matched a wake-on-LAN (WoL) pattern.

Parameters

Adapter [_In_]

A handle to the NETADAPTER object.

Reason [_In_]

A pointer to the NET_ADAPTER_WAKE_REASON_PACKET structure that represents the wake reason packet that the net adapter received.

Remarks

See also

Configuring power management

NET_ADAPTER_WAKE_REASON_PACKET