Searched refs:ieee80211_get_DA (Results 1 – 9 of 9) sorted by relevance
/freebsd/sys/contrib/dev/athk/ath10k/ |
H A D | htt_rx.c | 1400 is_multicast_ether_addr(ieee80211_get_DA(hdr)) ? in ath10k_process_rx() 1628 ether_addr_copy(da, ieee80211_get_DA(hdr)); in ath10k_htt_rx_h_undecap_nwifi() 1634 ether_addr_copy(da, ieee80211_get_DA(hdr2)); in ath10k_htt_rx_h_undecap_nwifi() 1665 ether_addr_copy(ieee80211_get_DA(hdr), da); in ath10k_htt_rx_h_undecap_nwifi() 1669 ether_addr_copy(ieee80211_get_DA(hdr2), da); in ath10k_htt_rx_h_undecap_nwifi() 1807 ether_addr_copy(ieee80211_get_DA(hdr), da); in ath10k_htt_rx_h_undecap_eth() 1811 ether_addr_copy(ieee80211_get_DA(hdr2), da); in ath10k_htt_rx_h_undecap_eth()
|
H A D | mac.c | 3844 ether_addr_copy(da, ieee80211_get_DA(hdr)); in ath10k_tx_h_8023() 4148 peer_addr = ieee80211_get_DA(hdr); in ath10k_offchan_tx_work()
|
H A D | wmi.c | 2015 ether_addr_copy(cmd->hdr.peer_macaddr.addr, ieee80211_get_DA(hdr)); in ath10k_wmi_op_gen_mgmt_tx() 2400 if (is_multicast_ether_addr(ieee80211_get_DA(hdr)) && in ath10k_wmi_rx_is_decrypted()
|
/freebsd/sys/compat/linuxkpi/common/include/linux/ |
H A D | ieee80211.h | 1150 ieee80211_get_DA(struct ieee80211_hdr *hdr) in ieee80211_get_DA() function
|
/freebsd/sys/contrib/dev/athk/ath11k/ |
H A D | dp_rx.c | 1998 ether_addr_copy(da, ieee80211_get_DA(hdr)); in ath11k_dp_rx_h_undecap_nwifi() 2059 ether_addr_copy(ieee80211_get_DA(hdr), da); in ath11k_dp_rx_h_undecap_nwifi() 2210 ether_addr_copy(ieee80211_get_DA(hdr), da); in ath11k_dp_rx_h_undecap_eth() 3233 memcpy(mic_hdr, ieee80211_get_DA(hdr), ETH_ALEN); in ath11k_dp_rx_h_michael_mic()
|
H A D | wmi.c | 7952 !is_multicast_ether_addr(ieee80211_get_DA(hdr))) { in ath11k_mgmt_rx_event()
|
/freebsd/sys/contrib/dev/iwlwifi/pcie/ |
H A D | tx.c | 1989 ether_addr_copy(pos_hdr, ieee80211_get_DA(hdr));
|
/freebsd/sys/contrib/dev/iwlwifi/queue/ |
H A D | tx.c |
|
/freebsd/sys/contrib/dev/athk/ath12k/ |
H A D | dp_rx.c | 2137 ether_addr_copy(ieee80211_get_DA(hdr), da); in ath12k_dp_rx_h_undecap_eth() 2791 memcpy(mic_hdr, ieee80211_get_DA(hdr), ETH_ALEN); in ath12k_dp_rx_h_michael_mic()
|