// wificx.h
void WifiAdapterInitAddTxDemux(
NETADAPTER_INIT *Adapter,
const WIFI_ADAPTER_TX_DEMUX *Demux
);
View the official Windows Driver Kit DDI referenceNo description available.
The WifiAdapterInitAddTxDemux function adds DEMUX properties for multiple Tx queue support.
Adapter[_In_] A pointer to a NETADAPTER_INIT object that describes the initialization information for the NETADAPTER.
Demux[_In_] A pointer to an initialized WIFI_ADAPTER_TX_DEMUX structure.
Before using a NETADAPTER_INIT object to create a NETADAPTER, client drivers add Tx DEMUX properties to the adapter.
For code examples see Setting up multiple Tx queues.