Home
last modified time | relevance | path

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

/wlan-driver/qcacld-3.0/core/cds/inc/
H A Dcds_ieee80211_common.h148 #define IEEE80211_QOS_TID 0x0f macro
/wlan-driver/qcacld-3.0/core/dp/txrx/
H A Dol_txrx_encap.c82 tx_msdu_info->htt.info.ext_tid & IEEE80211_QOS_TID; in ol_tx_encap_from_native_wifi()
209 tx_msdu_info->htt.info.ext_tid & IEEE80211_QOS_TID; in ol_tx_encap_from_8023()
H A Dol_rx_defrag.c76 ((_x)->i_qos[0] & IEEE80211_QOS_TID)
1144 hdr[12] = qwh->i_qos[0] & IEEE80211_QOS_TID; in ol_rx_defrag_michdr()
H A Dol_tx_classify.c267 tid = whqos->i_qos[0] & IEEE80211_QOS_TID; in ol_tx_tid_by_raw_type()
/wlan-driver/qcacld-3.0/components/pkt_capture/core/src/
H A Dwlan_pkt_capture_data_txrx.c415 (rx_desc->mpdu_start.tid & IEEE80211_QOS_TID); in pkt_capture_rx_convert8023to80211()
506 qos_cntl->i_qos[0] = (tid & IEEE80211_QOS_TID); in pkt_capture_rx_convert8023to80211()
1220 (tid & IEEE80211_QOS_TID); in pkt_capture_tx_data_cb()
1415 (tid & IEEE80211_QOS_TID); in pkt_capture_tx_data_cb()
/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/
H A Ddp_rx_defrag.c612 hdr[12] = qwh->i_qos[0] & IEEE80211_QOS_TID; in dp_rx_defrag_michdr()
616 hdr[12] = qwh->i_qos[0] & IEEE80211_QOS_TID; in dp_rx_defrag_michdr()