Searched refs:IEEE80211_CCMP_MIC_LEN (Results 1 – 12 of 12) sorted by relevance
| /linux/drivers/net/wireless/ath/ath12k/ |
| H A D | dp_tx.c | 112 return IEEE80211_CCMP_MIC_LEN; in ath12k_dp_tx_crypto_icv_len()
|
| H A D | dp_rx.c | 879 return IEEE80211_CCMP_MIC_LEN; in ath12k_dp_rx_crypto_mic_len() 1046 skb_trim(msdu, msdu->len - IEEE80211_CCMP_MIC_LEN); in ath12k_dp_rx_h_undecap_raw()
|
| /linux/drivers/net/wireless/ath/ath12k/wifi7/ |
| H A D | dp_rx.c | 1003 u8 mic[IEEE80211_CCMP_MIC_LEN]; in ath12k_wifi7_dp_rx_h_verify_tkip_mic() 1019 tail_len = IEEE80211_CCMP_MIC_LEN + IEEE80211_TKIP_ICV_LEN + FCS_LEN; in ath12k_wifi7_dp_rx_h_verify_tkip_mic() 1033 if (memcmp(mic, data + data_len, IEEE80211_CCMP_MIC_LEN)) in ath12k_wifi7_dp_rx_h_verify_tkip_mic()
|
| H A D | dp_tx.c | 198 skb_put(skb, IEEE80211_CCMP_MIC_LEN); in ath12k_wifi7_dp_tx()
|
| /linux/drivers/net/wireless/ath/ath11k/ |
| H A D | dp_rx.c | 1880 return IEEE80211_CCMP_MIC_LEN; in ath11k_dp_rx_crypto_mic_len() 2076 skb_trim(msdu, msdu->len - IEEE80211_CCMP_MIC_LEN); in ath11k_dp_rx_h_undecap_raw() 3252 u8 mic[IEEE80211_CCMP_MIC_LEN]; in ath11k_dp_rx_h_verify_tkip_mic() 3266 tail_len = IEEE80211_CCMP_MIC_LEN + IEEE80211_TKIP_ICV_LEN + FCS_LEN; in ath11k_dp_rx_h_verify_tkip_mic() 3280 if (memcmp(mic, data + data_len, IEEE80211_CCMP_MIC_LEN)) in ath11k_dp_rx_h_verify_tkip_mic()
|
| /linux/include/linux/ |
| H A D | ieee80211.h | 1926 #define IEEE80211_CCMP_MIC_LEN 8 macro
|
| /linux/drivers/net/wireless/ath/ath10k/ |
| H A D | htt_rx.c | 907 return IEEE80211_CCMP_MIC_LEN; in ath10k_htt_rx_crypto_mic_len() 2737 skb_trim(skb, skb->len - IEEE80211_CCMP_MIC_LEN); in ath10k_htt_rx_frag_ccmp_decap()
|
| H A D | wmi.c | 2016 len += IEEE80211_CCMP_MIC_LEN; in ath10k_wmi_op_gen_mgmt_tx() 2017 buf_len += IEEE80211_CCMP_MIC_LEN; in ath10k_wmi_op_gen_mgmt_tx()
|
| /linux/drivers/net/wireless/intel/iwlwifi/pcie/gen1_2/ |
| H A D | tx.c | 2089 len += IEEE80211_CCMP_MIC_LEN; in iwl_txq_gen1_update_byte_cnt_tbl()
|
| /linux/drivers/net/wireless/morsemicro/mm81x/ |
| H A D | mac.c | 231 ccmp_len = IEEE80211_CCMP_HDR_LEN + IEEE80211_CCMP_MIC_LEN; in mm81x_tx_h_pkt_over_rts_threshold()
|
| /linux/net/mac80211/ |
| H A D | rx.c | 2237 rx, IEEE80211_CCMP_MIC_LEN); in ieee80211_rx_h_decrypt()
|
| H A D | tx.c | 1061 tx, IEEE80211_CCMP_MIC_LEN); in ieee80211_tx_h_encrypt()
|