WifiAdapterInitAddTxDemux - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// wificx.h

void WifiAdapterInitAddTxDemux(
  NETADAPTER_INIT             *Adapter,
  const WIFI_ADAPTER_TX_DEMUX *Demux
);
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (nf-wificx-wifiadapterinitaddtxdemux)

Description

The WifiAdapterInitAddTxDemux function adds DEMUX properties for multiple Tx queue support.

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.

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.

See also

Setting up multiple Tx queues

WIFI_ADAPTER_TX_DEMUX