// netadapter.h
void NetAdapterPowerOffloadSetArpCapabilities(
[_In_] NETADAPTER Adapter,
[_In_] const NET_ADAPTER_POWER_OFFLOAD_ARP_CAPABILITIES *Capabilities
);
View the official Windows Driver Kit DDI referenceNo description available.
The NetAdapterPowerOffloadSetArpCapabilities function sets a net adapter's capabilities for IPv4 ARP low power protocol offload.
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_ARP_CAPABILITIES structure.
Client drivers typically call this function from within their EvtDevicePrepareHardware callback, but must call this function before calling NetAdapterStart.
NET_ADAPTER_POWER_OFFLOAD_ARP_CAPABILITIES
NET_ADAPTER_POWER_OFFLOAD_ARP_CAPABILITIES_INIT