NetAdapterPowerOffloadSetNSCapabilities - NtDoc

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

void NetAdapterPowerOffloadSetNSCapabilities(
  [_In_] NETADAPTER                                      Adapter,
  [_In_] const NET_ADAPTER_POWER_OFFLOAD_NS_CAPABILITIES *Capabilities
);
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

NetAdapterPowerOffloadSetNSCapabilities function

Description

The NetAdapterPowerOffloadSetNsCapabilities function sets a net adapter's capabilities for IPv6 Neighbor Solicitation (NS) low power protocol offload.

Parameters

Adapter [_In_]

A handle to a NETADAPTER object that the client driver obtained from a previous call to NetAdapterCreate.

Capabilities [_In_]

A pointer to a client driver-allocated and initialized NET_ADAPTER_POWER_OFFLOAD_NS_CAPABILITIES structure.

Remarks

Client drivers typically call this function from within their EvtDevicePrepareHardware callback, but must call this function before calling NetAdapterStart.

See also

Configuring power management

NET_ADAPTER_POWER_OFFLOAD_NS_CAPABILITIES

NET_ADAPTER_POWER_OFFLOAD_NS_CAPABILITIES_INIT

NetAdapterCreate

EvtDevicePrepareHardware

NetAdapterStart