WIFI_ADAPTER_TX_DEMUX - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// 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 reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-wificx-wifi_adapter_tx_demux)

Description

The WIFI_ADAPTER_TX_DEMUX structure specifies Tx DEMUX information.

Members

Size

The size of this structure in bytes.

Type

The demux type formatted as a WIFI_ADAPTER_TX_DEMUX_TYPE enumeration.

Range

The maximum number of queues for QOS or peers.

Remarks

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.

See also

WIFI_ADAPTER_TX_DEMUX_TYPE

WIFI_ADAPTER_TX_WMMINFO_DEMUX_INIT

WIFI_ADAPTER_TX_PEER_ADDRESS_DEMUX_INIT

WifiAdapterInitAddTxDemux

Setting up multiple Tx queues