Searched refs:mic_hdr (Results 1 – 2 of 2) sorted by relevance
| /freebsd/sys/contrib/dev/athk/ath12k/ |
| H A D | dp_rx.c | 1483 u8 mic_hdr[16] = {}; in ath12k_dp_rx_h_michael_mic() local 1501 memcpy(mic_hdr, ieee80211_get_DA(hdr), ETH_ALEN); in ath12k_dp_rx_h_michael_mic() 1502 memcpy(mic_hdr + ETH_ALEN, ieee80211_get_SA(hdr), ETH_ALEN); in ath12k_dp_rx_h_michael_mic() 1505 mic_hdr[12] = tid; in ath12k_dp_rx_h_michael_mic() 1507 ret = crypto_shash_update(desc, mic_hdr, 16); in ath12k_dp_rx_h_michael_mic()
|
| /freebsd/sys/contrib/dev/athk/ath11k/ |
| H A D | dp_rx.c | 3271 u8 mic_hdr[16] = {}; in ath11k_dp_rx_h_michael_mic() local 3289 memcpy(mic_hdr, ieee80211_get_DA(hdr), ETH_ALEN); in ath11k_dp_rx_h_michael_mic() 3290 memcpy(mic_hdr + ETH_ALEN, ieee80211_get_SA(hdr), ETH_ALEN); in ath11k_dp_rx_h_michael_mic() 3293 mic_hdr[12] = tid; in ath11k_dp_rx_h_michael_mic() 3295 ret = crypto_shash_update(desc, mic_hdr, 16); in ath11k_dp_rx_h_michael_mic()
|