// wificx.h
typedef struct _WIFI_ADAPTER_TX_DEMUX {
ULONG Size;
WIFI_ADAPTER_TX_DEMUX_TYPE Type;
UINT8 Range;
} WIFI_ADAPTER_TX_DEMUX;
View the official Windows Driver Kit DDI referenceNo description available.
The WIFI_ADAPTER_TX_DEMUX structure specifies Tx DEMUX information.
SizeThe size of this structure in bytes.
TypeThe demux type formatted as a WIFI_ADAPTER_TX_DEMUX_TYPE enumeration.
RangeThe maximum number of queues for QOS or peers.
If the demux type is WMMINFO call WIFI_ADAPTER_TX_WMMINFO_DEMUX_INIT to initialize this structure.
If the demux type is PEER_ADDRESS call WIFI_ADAPTER_TX_PEER_ADDRESS_DEMUX_INIT to initialize this structure.
Call WifiAdapterInitAddTxDemux to add the Tx demux information to the NETADAPTER.
For more information, see Setting up multiple Tx queues.
WIFI_ADAPTER_TX_WMMINFO_DEMUX_INIT
WIFI_ADAPTER_TX_PEER_ADDRESS_DEMUX_INIT