WIFI_ADAPTER_TX_DEMUX_TYPE enumeration (wificx.h)

The WIFI_ADAPTER_TX_DEMUX_TYPE enumeration specifies the Tx DEMUX type.

Syntax

typedef enum _WIFI_ADAPTER_TX_DEMUX_TYPE {
  WifiAdapterTxDemuxTypePeerAddress = 2,
  WifiAdapterTxDemuxTypeWmmInfo = 3
} WIFI_ADAPTER_TX_DEMUX_TYPE;

Constants

 
WifiAdapterTxDemuxTypePeerAddress
Value: 2
The type is PEER_ADDRESS.
WifiAdapterTxDemuxTypeWmmInfo
Value: 3
The type is WWMINFO.

Remarks

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