Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 |