Searched refs:mic_hdr (Results 1 – 2 of 2) sorted by relevance
| /freebsd-14-stable/sys/contrib/dev/athk/ath12k/ |
| HD | dp_rx.c | 2773 u8 mic_hdr[16] = {0}; in ath12k_dp_rx_h_michael_mic() local 2791 memcpy(mic_hdr, ieee80211_get_DA(hdr), ETH_ALEN); in ath12k_dp_rx_h_michael_mic() 2792 memcpy(mic_hdr + ETH_ALEN, ieee80211_get_SA(hdr), ETH_ALEN); in ath12k_dp_rx_h_michael_mic() 2795 mic_hdr[12] = tid; in ath12k_dp_rx_h_michael_mic() 2797 ret = crypto_shash_update(desc, mic_hdr, 16); in ath12k_dp_rx_h_michael_mic()
|
| /freebsd-14-stable/sys/contrib/dev/athk/ath11k/ |
| HD | dp_rx.c | 3215 u8 mic_hdr[16] = {0}; in ath11k_dp_rx_h_michael_mic() local 3233 memcpy(mic_hdr, ieee80211_get_DA(hdr), ETH_ALEN); in ath11k_dp_rx_h_michael_mic() 3234 memcpy(mic_hdr + ETH_ALEN, ieee80211_get_SA(hdr), ETH_ALEN); in ath11k_dp_rx_h_michael_mic() 3237 mic_hdr[12] = tid; in ath11k_dp_rx_h_michael_mic() 3239 ret = crypto_shash_update(desc, mic_hdr, 16); in ath11k_dp_rx_h_michael_mic()
|