// ieee8021qtypes.h
typedef enum _NET_PACKET_TX_IEEE8021Q_ACTION_FLAGS {
NetPacketTxIeee8021qActionFlagPriorityRequired = 1,
NetPacketTxIeee8021qActionFlagVlanRequired = 2
} NET_PACKET_TX_IEEE8021Q_ACTION_FLAGS;
View the official Windows Driver Kit DDI referenceNo description available.
NetAdapterCx sets the NET_PACKET_TX_IEEE8021Q_ACTION_FLAGS enum to specify the IEEE 802.1 priority tagging and virtual LAN (VLAN) tagging capabilities that the client driver supports.
NetPacketTxIeee8021qActionFlagPriorityRequired:1NetPacketTxIeee8021qActionFlagVlanRequired:2If only IEEE 802.1 priority tagging is supported, NetAdapterCx sets this value to 1. If only VLAN tagging is supported, NetAdapterCx sets this value to 2. If both are supported, NetAdapterCx sets this value to 3.
NET_ADAPTER_OFFLOAD_IEEE8021Q_TAG_CAPABILITIES