// netadapter.h
VOID NetAdapterReportWakeReasonPacket(
[_In_] NETADAPTER Adapter,
[_In_] const NET_ADAPTER_WAKE_REASON_PACKET *Reason
);
View the official Windows Driver Kit DDI referenceNo description available.
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.
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.
NET_ADAPTER_WAKE_REASON_PACKET