Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/realtek/rtlwifi/
H A Drc.c225 if (is_multicast_ether_addr(ieee80211_get_DA(hdr)) || in rtl_tx_status()
226 is_broadcast_ether_addr(ieee80211_get_DA(hdr))) in rtl_tx_status()
/linux/net/mac80211/
H A Dmichael.c
H A Dstatus.c1070 if (is_multicast_ether_addr(ieee80211_get_DA(hdr))) in __ieee80211_tx_status()
/linux/drivers/net/wireless/realtek/rtlwifi/rtl8192du/
H A Dtrx.c209 if (is_multicast_ether_addr(ieee80211_get_DA(hdr)) || in rtl92du_tx_fill_desc()
210 is_broadcast_ether_addr(ieee80211_get_DA(hdr))) in rtl92du_tx_fill_desc()
/linux/drivers/net/wireless/realtek/rtlwifi/rtl8192ee/
H A Dtrx.c259 !is_multicast_ether_addr(ieee80211_get_DA(hdr))) { in _rtl92ee_translate_rx_signal_stuff()
825 if (is_multicast_ether_addr(ieee80211_get_DA(hdr)) || in rtl92ee_tx_fill_desc()
826 is_broadcast_ether_addr(ieee80211_get_DA(hdr))) { in rtl92ee_tx_fill_desc()
/linux/drivers/net/wireless/realtek/rtlwifi/rtl8821ae/
H A Dtrx.c319 !is_multicast_ether_addr(ieee80211_get_DA(hdr))) { in translate_rx_signal_stuff()
822 if (is_multicast_ether_addr(ieee80211_get_DA(hdr)) || in rtl8821ae_tx_fill_desc()
823 is_broadcast_ether_addr(ieee80211_get_DA(hdr))) { in rtl8821ae_tx_fill_desc()
/linux/drivers/net/wireless/realtek/rtlwifi/rtl8192ce/
H A Dtrx.c509 if (is_multicast_ether_addr(ieee80211_get_DA(hdr)) || in rtl92ce_tx_fill_desc()
510 is_broadcast_ether_addr(ieee80211_get_DA(hdr))) { in rtl92ce_tx_fill_desc()
/linux/drivers/net/wireless/realtek/rtlwifi/rtl8723ae/
H A Dtrx.c510 if (is_multicast_ether_addr(ieee80211_get_DA(hdr)) || in rtl8723e_tx_fill_desc()
511 is_broadcast_ether_addr(ieee80211_get_DA(hdr))) { in rtl8723e_tx_fill_desc()
/linux/drivers/net/wireless/realtek/rtlwifi/rtl8723be/
H A Dtrx.c579 if (is_multicast_ether_addr(ieee80211_get_DA(hdr)) || in rtl8723be_tx_fill_desc()
580 is_broadcast_ether_addr(ieee80211_get_DA(hdr))) { in rtl8723be_tx_fill_desc()
/linux/drivers/net/wireless/intel/iwlwifi/mei/
H A Dnet.c397 memcpy(ethhdr.h_dest, ieee80211_get_DA(hdr), ETH_ALEN); in iwl_mei_tx_copy_to_csme()
/linux/drivers/net/wireless/realtek/rtlwifi/rtl8192cu/
H A Dtrx.c605 if (is_multicast_ether_addr(ieee80211_get_DA(hdr)) || in rtl92cu_tx_fill_desc()
606 is_broadcast_ether_addr(ieee80211_get_DA(hdr))) in rtl92cu_tx_fill_desc()
/linux/drivers/net/wireless/realtek/rtlwifi/rtl8188ee/
H A Dtrx.c659 if (is_multicast_ether_addr(ieee80211_get_DA(hdr)) || in rtl88ee_tx_fill_desc()
660 is_broadcast_ether_addr(ieee80211_get_DA(hdr))) { in rtl88ee_tx_fill_desc()
/linux/drivers/net/wireless/silabs/wfx/
H A Ddata_tx.c246 const u8 *da = ieee80211_get_DA(hdr); in wfx_tx_get_link_id()
/linux/drivers/net/wireless/ath/carl9170/
H A Ddebug.c290 ieee80211_get_DA(hdr), get_seq_h(hdr), in carl9170_debugfs_format_frame()
/linux/drivers/net/wireless/ath/ath10k/
H A Dhtt_rx.c1384 is_multicast_ether_addr(ieee80211_get_DA(hdr)) ? in ath10k_process_rx()
1586 ether_addr_copy(da, ieee80211_get_DA(hdr)); in ath10k_htt_rx_h_undecap_nwifi()
1607 ether_addr_copy(ieee80211_get_DA(hdr), da); in ath10k_htt_rx_h_undecap_nwifi()
1714 ether_addr_copy(ieee80211_get_DA(hdr), da); in ath10k_htt_rx_h_undecap_eth()
H A Dmac.c3858 ether_addr_copy(da, ieee80211_get_DA(hdr)); in ath10k_tx_h_8023()
4162 peer_addr = ieee80211_get_DA(hdr); in ath10k_offchan_tx_work()
H A Dwmi.c2036 ether_addr_copy(cmd->hdr.peer_macaddr.addr, ieee80211_get_DA(hdr)); in ath10k_wmi_op_gen_mgmt_tx()
2421 if (is_multicast_ether_addr(ieee80211_get_DA(hdr)) && in ath10k_wmi_rx_is_decrypted()
/linux/drivers/net/wireless/ti/wlcore/
H A Dtx.c152 if (is_multicast_ether_addr(ieee80211_get_DA(hdr))) in wl12xx_tx_get_hlid_ap()
/linux/drivers/net/wireless/intel/iwlwifi/pcie/gen1_2/
H A Dtx-gen2.c225 ether_addr_copy(pos_hdr, ieee80211_get_DA(hdr)); in iwl_txq_gen2_build_amsdu()
H A Dtx.c1981 ether_addr_copy(pos_hdr, ieee80211_get_DA(hdr)); in iwl_fill_data_tbs_amsdu()
/linux/drivers/net/wireless/st/cw1200/
H A Dtxrx.c726 t.da = ieee80211_get_DA(t.hdr); in cw1200_tx()
/linux/include/linux/
H A Dieee80211.h2349 * ieee80211_get_DA - get pointer to DA
2359 static inline u8 *ieee80211_get_DA(struct ieee80211_hdr *hdr)
2361 static inline u8 *ieee80211_get_DA(struct ieee80211_hdr *hdr) ieee80211_get_DA() function
/linux/drivers/net/wireless/admtek/
H A Dadm8211.c1697 memcpy(txhdr->da, ieee80211_get_DA(hdr), ETH_ALEN); in adm8211_tx()
/linux/net/wireless/
H A Dutil.c600 memcpy(tmp.h_dest, ieee80211_get_DA(hdr), ETH_ALEN); in ieee80211_data_to_8023_exthdr()
/linux/drivers/net/wireless/ath/ath11k/
H A Dwmi.c7688 !is_multicast_ether_addr(ieee80211_get_DA(hdr))) { in ath11k_mgmt_rx_event()