NET_ADAPTER_WAKE_MAGIC_PACKET_CAPABILITIES - NtDoc

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

typedef struct _NET_ADAPTER_WAKE_MAGIC_PACKET_CAPABILITIES {
  ULONG   Size;
  BOOLEAN MagicPacket;
} NET_ADAPTER_WAKE_MAGIC_PACKET_CAPABILITIES;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-netadapter-_net_adapter_wake_magic_packet_capabilities)

NET_ADAPTER_WAKE_MAGIC_PACKET_CAPABILITIES structure

Description

The NET_ADAPTER_WAKE_MAGIC_PACKET_CAPABILITIES structure describes a net adapter's wake on LAN (WoL) capabilities for waking from a magic packet.

Members

Size

The size of this structure, in bytes.

MagicPacket

A boolean value that describes if the net adapter is capable of waking from a magic packet.

Remarks

Call NET_ADAPTER_WAKE_MAGIC_PACKET_CAPABILITIES_INIT to initialize this structure, then call NetAdapterWakeSetMagicPacketCapabilities to set the net adapter's magic packet WoL capabilities. Client drivers typically call NetAdapterWakeSetMagicPacketCapabilities when starting a net adapter, but before calling NetAdapterStart.

See also

Configuring power management

NET_ADAPTER_WAKE_MAGIC_PACKET_CAPABILITIES_INIT

NetAdapterWakeSetMagicPacketCapabilities

NetAdapterStart