WifiAdapterInitAddTxDemux function (wificx.h)
The WifiAdapterInitAddTxDemux function adds DEMUX properties for multiple Tx queue support.
Syntax
void WifiAdapterInitAddTxDemux(
NETADAPTER_INIT *Adapter,
const WIFI_ADAPTER_TX_DEMUX *Demux
);
Parameters
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.
Return value
None
Remarks
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.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 11 |
Minimum supported server | Windows Server 2022 |
Header | wificx.h |
IRQL | PASSIVE_LEVEL |