Home
last modified time | relevance | path

Searched refs:IEEE80211_CCMP_MIC_LEN (Results 1 – 12 of 12) sorted by relevance

/linux/drivers/net/wireless/ath/ath12k/
H A Ddp_tx.c112 return IEEE80211_CCMP_MIC_LEN; in ath12k_dp_tx_crypto_icv_len()
H A Ddp_rx.c879 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 Ddp_rx.c1003 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 Ddp_tx.c198 skb_put(skb, IEEE80211_CCMP_MIC_LEN); in ath12k_wifi7_dp_tx()
/linux/drivers/net/wireless/ath/ath11k/
H A Ddp_rx.c1880 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 Dieee80211.h1926 #define IEEE80211_CCMP_MIC_LEN 8 macro
/linux/drivers/net/wireless/ath/ath10k/
H A Dhtt_rx.c907 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 Dwmi.c2016 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 Dtx.c2089 len += IEEE80211_CCMP_MIC_LEN; in iwl_txq_gen1_update_byte_cnt_tbl()
/linux/drivers/net/wireless/morsemicro/mm81x/
H A Dmac.c231 ccmp_len = IEEE80211_CCMP_HDR_LEN + IEEE80211_CCMP_MIC_LEN; in mm81x_tx_h_pkt_over_rts_threshold()
/linux/net/mac80211/
H A Drx.c2237 rx, IEEE80211_CCMP_MIC_LEN); in ieee80211_rx_h_decrypt()
H A Dtx.c1061 tx, IEEE80211_CCMP_MIC_LEN); in ieee80211_tx_h_encrypt()