Home
last modified time | relevance | path

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

/nrf_wifi-latest/fw_if/umac_if/src/system/
Dtx.c130 unsigned short vlan_tci = 0; in nrf_wifi_get_tid() local
151 vlan_tci = (((unsigned char *)nwb_data)[4] << 8) | in nrf_wifi_get_tid()
153 vlan_priority = ((vlan_tci & NRF_WIFI_FMAC_VLAN_PRIO_MASK) in nrf_wifi_get_tid()