nrfxlib API 0.1.0
Loading...
Searching...
No Matches

◆ UMAC_QUEUE_NUM

#include <nrf_wifi/fw_if/umac_if/inc/fw/host_rpu_sys_if.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.