Searched refs:ieee80211_get_SA (Results 1 – 8 of 8) sorted by relevance
/freebsd/sys/contrib/dev/athk/ath10k/ |
H A D | htt_rx.c | 1398 ieee80211_get_SA(hdr), in ath10k_process_rx() 1629 ether_addr_copy(sa, ieee80211_get_SA(hdr)); in ath10k_htt_rx_h_undecap_nwifi() 1635 ether_addr_copy(sa, ieee80211_get_SA(hdr2)); in ath10k_htt_rx_h_undecap_nwifi() 1666 ether_addr_copy(ieee80211_get_SA(hdr), sa); in ath10k_htt_rx_h_undecap_nwifi() 1670 ether_addr_copy(ieee80211_get_SA(hdr2), sa); in ath10k_htt_rx_h_undecap_nwifi() 1808 ether_addr_copy(ieee80211_get_SA(hdr), sa); in ath10k_htt_rx_h_undecap_eth() 1812 ether_addr_copy(ieee80211_get_SA(hdr2), sa); in ath10k_htt_rx_h_undecap_eth()
|
H A D | mac.c | 3845 ether_addr_copy(sa, ieee80211_get_SA(hdr)); in ath10k_tx_h_8023()
|
H A D | wmi.c | 2277 addr = ieee80211_get_SA(hdr); in ath10k_wmi_handle_wep_reauth()
|
/freebsd/sys/compat/linuxkpi/common/include/linux/ |
H A D | ieee80211.h | 1139 ieee80211_get_SA(struct ieee80211_hdr *hdr) in ieee80211_get_SA() function
|
/freebsd/sys/contrib/dev/athk/ath11k/ |
H A D | dp_rx.c | 1999 ether_addr_copy(sa, ieee80211_get_SA(hdr)); in ath11k_dp_rx_h_undecap_nwifi() 2060 ether_addr_copy(ieee80211_get_SA(hdr), sa); in ath11k_dp_rx_h_undecap_nwifi() 2211 ether_addr_copy(ieee80211_get_SA(hdr), sa); in ath11k_dp_rx_h_undecap_eth() 3234 memcpy(mic_hdr + ETH_ALEN, ieee80211_get_SA(hdr), ETH_ALEN); in ath11k_dp_rx_h_michael_mic()
|
/freebsd/sys/contrib/dev/iwlwifi/pcie/ |
H A D | tx.c | 1991 ether_addr_copy(pos_hdr, ieee80211_get_SA(hdr));
|
/freebsd/sys/contrib/dev/iwlwifi/queue/ |
H A D | tx.c |
|
/freebsd/sys/contrib/dev/athk/ath12k/ |
H A D | dp_rx.c | 2138 ether_addr_copy(ieee80211_get_SA(hdr), sa); in ath12k_dp_rx_h_undecap_eth() 2792 memcpy(mic_hdr + ETH_ALEN, ieee80211_get_SA(hdr), ETH_ALEN); in ath12k_dp_rx_h_michael_mic()
|