Home
last modified time | relevance | path

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

/wlan-driver/qcacld-3.0/core/dp/txrx/
Dol_txrx_encap.c128 wh->i_fc[1] |= IEEE80211_FC1_WEP; in ol_tx_encap_from_native_wifi()
223 wh->i_fc[1] |= IEEE80211_FC1_WEP; in ol_tx_encap_from_8023()
/wlan-driver/qcacld-3.0/components/pkt_capture/core/src/
Dwlan_pkt_capture_mgmt_txrx.c421 wh->i_fc[1] &= ~IEEE80211_FC1_WEP; in pkt_capture_process_mgmt_tx_data()
746 wh->i_fc[1] &= ~IEEE80211_FC1_WEP; in pkt_capture_mgmt_rx_data_cb()
Dwlan_pkt_capture_data_txrx.c500 wh->i_fc[1] &= ~IEEE80211_FC1_WEP; in pkt_capture_rx_convert8023to80211()
1212 wh->i_fc[1] &= ~IEEE80211_FC1_WEP; in pkt_capture_tx_data_cb()
1404 wh->i_fc[1] &= ~IEEE80211_FC1_WEP; in pkt_capture_tx_data_cb()
/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/monitor/1.0/
Ddp_rx_mon_dest_1.0.c1868 if (wh->i_fc[1] & IEEE80211_FC1_WEP) { in dp_rx_mon_restitch_mpdu_from_msdus()
2186 if (wh->i_fc[1] & IEEE80211_FC1_WEP) { in dp_rx_mon_frag_restitch_mpdu_from_msdus()
/wlan-driver/qca-wifi-host-cmn/umac/cmn_services/mgmt_txrx/dispatcher/src/
Dwlan_mgmt_txrx_tgt_api.c1442 if ((wh->i_fc[1] & IEEE80211_FC1_WEP) && in tgt_mgmt_txrx_rx_frame_handler()
/wlan-driver/qcacld-3.0/components/p2p/core/src/
Dwlan_p2p_off_chan_tx.c677 wh->i_fc[1] &= ~IEEE80211_FC1_WEP; in p2p_populate_mac_header()
1795 (rmf_wh)->i_fc[1] |= IEEE80211_FC1_WEP; in p2p_populate_rmf_field()
/wlan-driver/qcacld-3.0/core/wma/src/
Dwma_mgmt.c3347 if ((wh)->i_fc[1] & IEEE80211_FC1_WEP) { in wma_process_rmf_frame()
3516 (hdr->i_fc[1] & IEEE80211_FC1_WEP))) { in wma_check_and_process_rmf_frame()
/wlan-driver/qca-wifi-host-cmn/umac/cmn_services/cmn_defs/inc/
Dwlan_cmn_ieee80211.h148 #define IEEE80211_FC1_WEP 0x40 macro
/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/monitor/2.0/
Ddp_rx_mon_2.0.c1536 if (wh->i_fc[1] & IEEE80211_FC1_WEP) { in dp_rx_mon_handle_full_mon()
/wlan-driver/qcacld-3.0/core/mac/src/pe/lim/
Dlim_api.c2392 if (mac_hdr->i_fc[1] & IEEE80211_FC1_WEP) { in lim_process_rmf_disconnect_frame()
/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/
Ddp_tx.c1440 qos_wh->i_fc[1] |= IEEE80211_FC1_WEP; in dp_tx_prepare_raw()