Home
last modified time | relevance | path

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

/wlan-driver/qcacld-3.0/core/dp/txrx/
H A Dol_txrx_encap.c198 wh->i_fc[1] = IEEE80211_FC1_DIR_TODS; in ol_tx_encap_from_8023()
314 case IEEE80211_FC1_DIR_TODS: in ol_rx_decap_to_native_wifi()
399 case IEEE80211_FC1_DIR_TODS: in ol_rx_decap_to_8023()
H A Dol_rx_fwd.c57 tods = mac_header->i_fc[1] & IEEE80211_FC1_DIR_TODS; in ol_ap_fwd_check()
H A Dol_rx_defrag.c1120 case IEEE80211_FC1_DIR_TODS: in ol_rx_defrag_michdr()
1373 case IEEE80211_FC1_DIR_TODS: in ol_rx_defrag_nwifi_to_8023()
/wlan-driver/qcacld-3.0/core/cds/inc/
H A Dcds_ieee80211_common.h130 #define IEEE80211_FC1_DIR_TODS 0x01 /* STA->AP */ macro
/wlan-driver/qcacld-3.0/components/pkt_capture/core/src/
H A Dwlan_pkt_capture_main.c303 (IEEE80211_FC1_DIR_TODS << 8); in pkt_capture_process_tx_data()
469 if (direction == IEEE80211_FC1_DIR_TODS) { in pkt_capture_is_frame_filter_set()
521 desc->nbuf, frame_filter, IEEE80211_FC1_DIR_TODS)) { in pkt_capture_callback()
H A Dwlan_pkt_capture_data_txrx.c1695 netbuf, frame_filter, IEEE80211_FC1_DIR_TODS)) { in pkt_capture_offload_deliver_indication_handler()
/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/
H A Ddp_rx_defrag.c585 case IEEE80211_FC1_DIR_TODS: in dp_rx_defrag_michdr()
1066 case IEEE80211_FC1_DIR_TODS: in dp_rx_defrag_nwifi_to_8023()
/wlan-driver/qca-wifi-host-cmn/utils/pktlog/
H A Dpktlog_wifi2.c39 if (dir == IEEE80211_FC1_DIR_TODS) { in process_ieee_hdr()
/wlan-driver/qcacld-3.0/core/wma/src/
H A Dwma_data.c2196 case IEEE80211_FC1_DIR_TODS: in wma_decap_to_8023()
H A Dwma_features.c2739 wh->i_fc[1] & IEEE80211_FC1_DIR_TODS, in wma_wow_dump_mgmt_buffer()
2751 case IEEE80211_FC1_DIR_TODS: in wma_wow_dump_mgmt_buffer()
/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/monitor/
H A Ddp_mon.c1552 if ((wh->i_fc[1] & IEEE80211_FC1_DIR_MASK) != IEEE80211_FC1_DIR_TODS) in dp_rx_nac_filter()