WifiTxQueueGetDemuxWmmInfo function (wificx.h)

The WifiTxQueueGetDemuxWmmInfo function gets the priority that the WiFiCx framework will use for this queue.

Syntax

UINT8 WifiTxQueueGetDemuxWmmInfo(
  NETPACKETQUEUE Queue
);

Parameters

Queue

[In] A handle to this packet queue.

Return value

Returns the queue priority.

Remarks

The client driver should query the queue priority from EvtPacketQueueStart.

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
IRQL PASSIVE_LEVEL

See also

Setting up multiple Tx queues