// netadapteroffload.h
void NetAdapterOffloadSetIeee8021qTagCapabilities(
[_In_] NETADAPTER Adapter,
[In_] NET_ADAPTER_OFFLOAD_IEEE8021Q_TAG_CAPABILITIES *HardwareCapabilities
);
View the official Windows Driver Kit DDI referenceNo description available.
The NetAdapterOffloadSetIeee8021qTagCapabilities function sets the IEEE 802.1 priority tagging and virtual LAN (VLAN) tagging capabilities of a network adapter.
Adapter [_In_]A handle to a NETADAPTER object that the client driver obtained from a previous call to NetAdapterCreate.
HardwareCapabilities [In_]A pointer to a driver-allocated and initialized NET_ADAPTER_OFFLOAD_IEEE8021Q_TAG_CAPABILITIES structure that describes the hardware's 802.1 priority tagging and VLAN tagging capabilities.
Client drivers typically call this function from within their EvtDevicePrepareHardware callback, but must call this function before calling NetAdapterStart.
NET_ADAPTER_OFFLOAD_IEEE8021Q_TAG_CAPABILITIES
NET_ADAPTER_OFFLOAD_TX_CHECKSUM_CAPABILITIES_INIT