NET_ADAPTER_POWER_OFFLOAD_NS_CAPABILITIES structure (netadapter.h)
The NET_ADAPTER_POWER_OFFLOAD_NS_CAPABILITIES structure describes a net adapter's capabilities for IPv6 Neighbor Solicitation (NS) low power protocol offload.
Syntax
typedef struct _NET_ADAPTER_POWER_OFFLOAD_NS_CAPABILITIES {
ULONG Size;
BOOLEAN NSOffload;
SIZE_T MaximumOffloadCount;
} NET_ADAPTER_POWER_OFFLOAD_NS_CAPABILITIES;
Members
Size
The size of this structure, in bytes.
NSOffload
A boolean value that specifies if this net adapter supports IPv6 NS protocol offload.
MaximumOffloadCount
The maximum number of NS protocol offloads that the hardware supports.
Remarks
Call NET_ADAPTER_POWER_OFFLOAD_NS_CAPABILITIES_INIT to initialize this structure, then call NetAdapterPowerOffloadSetNsCapabilities to set the net adapter's NS protocol offload capabilities. Client drivers typically call NetAdapterPowerOffloadSetNsCapabilities when starting a net adapter, but before calling NetAdapterStart.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 10, version 2004 |
Minimum UMDF version | 2.33 |
Header | netadapter.h (include netadaptercx.h) |
See also
NET_ADAPTER_POWER_OFFLOAD_NS_CAPABILITIES_INIT