nRF Connect SDK API 3.4.99
Loading...
Searching...
No Matches

◆ UMAC_QUEUE_NUM

#include <drivers/wifi/nrf71/fw_if/nrf71_wifi_common.h>

This enum represents the queues used to segregate the TX frames depending on their QoS categories. A separate queue is used for Beacon frames / frames transmitted during DTIM intervals.

Enumerator
UMAC_AC_BK 

Queue for frames belonging to the "Background" Access Category.

UMAC_AC_BE 

Queue for frames belonging to the "Best-Effort" Access Category.

UMAC_AC_VI 

Queue for frames belonging to the "Video" Access Category.

UMAC_AC_VO 

Queue for frames belonging to the "Voice" Access Category.

UMAC_AC_BCN 

Queue for frames belonging to the "Beacon" Access Category.

UMAC_AC_MAX_CNT 

Maximum number of transmit queues supported.