WIFI_ADAPTER_TX_DEMUX_TYPE - NtDoc

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

typedef enum _WIFI_ADAPTER_TX_DEMUX_TYPE {
  WifiAdapterTxDemuxTypePeerAddress = 2,
  WifiAdapterTxDemuxTypeWmmInfo = 3
} WIFI_ADAPTER_TX_DEMUX_TYPE;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ne-wificx-wifi_adapter_tx_demux_type)

Description

The WIFI_ADAPTER_TX_DEMUX_TYPE enumeration specifies the Tx DEMUX type.

Constants

WifiAdapterTxDemuxTypePeerAddress:2

The type is PEER_ADDRESS.

WifiAdapterTxDemuxTypeWmmInfo:3

The type is WWMINFO.

Remarks

For more information, see Setting up multiple Tx queues.

See also

WIFI_ADAPTER_TX_DEMUX