// netadapter.h
void NET_ADAPTER_WAKE_REASON_EAPOL_PACKET_INIT(
[out] NET_ADAPTER_WAKE_REASON_PACKET *Reason
);
View the official Windows Driver Kit DDI referenceNo description available.
The client driver calls the NET_ADAPTER_WAKE_REASON_EAPOL_PACKET_INIT function to initialize a NET_ADAPTER_WAKE_EAPOL_PACKET_CAPABILITIES structure when reporting that an EAP over LAN (EAPOL) packet caused a wake-up event.
Reason [out]A pointer to a driver allocated NET_ADAPTER_WAKE_EAPOL_PACKET_CAPABILITIES structure.
When the NET_WAKE_SOURCE_TYPE is NetWakeSourceTypeEapolPacket, call NET_ADAPTER_WAKE_REASON_EAPOL_PACKET_INIT to initialize the NET_ADAPTER_WAKE_REASON_PACKET structure. Call NetAdapterReportWakeReasonPacket to report this wake reason to NetAdapterCx.
This function zeroes out the memory for the NET_ADAPTER_WAKE_REASON_PACKET structure, sets the Size member, and sets the PatternId member to NetAdapterWakeEapolPatternId.
NET_ADAPTER_WAKE_EAPOL_PACKET_CAPABILITIES
Configuring NetAdapterCx Power Management
NET_ADAPTER_WAKE_REASON_PACKET
NetAdapterReportWakeReasonPacket