WIFI_ADAPTER_TX_DEMUX structure (wificx.h)

The WIFI_ADAPTER_TX_DEMUX structure specifies Tx DEMUX information.

Syntax

typedef struct _WIFI_ADAPTER_TX_DEMUX {
  ULONG                      Size;
  WIFI_ADAPTER_TX_DEMUX_TYPE Type;
  UINT8                      Range;
} WIFI_ADAPTER_TX_DEMUX;

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.

Requirements

Requirement Value
Minimum supported client Windows 11
Minimum supported server Windows Server 2022
Header wificx.h

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