Home
last modified time | relevance | path

Searched refs:NRF_WIFI_FMAC_VLAN_PRIO_MASK (Results 1 – 2 of 2) sorted by relevance

/nrf_wifi-latest/fw_if/umac_if/inc/common/
Dfmac_util.h63 #define NRF_WIFI_FMAC_VLAN_PRIO_MASK 0xE000 macro
/nrf_wifi-latest/fw_if/umac_if/src/system/
Dtx.c153 vlan_priority = ((vlan_tci & NRF_WIFI_FMAC_VLAN_PRIO_MASK) in nrf_wifi_get_tid()