Home
last modified time | relevance | path

Searched refs:IEEE80211_GCMP_HDR_LEN (Results 1 – 7 of 7) sorted by relevance

/linux-6.1.9/net/mac80211/
Dwpa.c652 skb_headroom(skb) < IEEE80211_GCMP_HDR_LEN)) in gcmp_encrypt_skb()
655 pos = skb_push(skb, IEEE80211_GCMP_HDR_LEN); in gcmp_encrypt_skb()
656 memmove(pos, pos + IEEE80211_GCMP_HDR_LEN, hdrlen); in gcmp_encrypt_skb()
658 IEEE80211_GCMP_HDR_LEN); in gcmp_encrypt_skb()
682 pos += IEEE80211_GCMP_HDR_LEN; in gcmp_encrypt_skb()
721 if (!pskb_may_pull(rx->skb, hdrlen + IEEE80211_GCMP_HDR_LEN)) in ieee80211_crypto_gcmp_decrypt()
733 data_len = skb->len - hdrlen - IEEE80211_GCMP_HDR_LEN - mic_len; in ieee80211_crypto_gcmp_decrypt()
760 skb->data + hdrlen + IEEE80211_GCMP_HDR_LEN, in ieee80211_crypto_gcmp_decrypt()
775 memmove(skb->data + IEEE80211_GCMP_HDR_LEN, skb->data, hdrlen); in ieee80211_crypto_gcmp_decrypt()
776 skb_pull(skb, IEEE80211_GCMP_HDR_LEN); in ieee80211_crypto_gcmp_decrypt()
Dkey.c716 key->conf.iv_len = IEEE80211_GCMP_HDR_LEN; in ieee80211_key_alloc()
Dtx.c3200 build.hdr_len += IEEE80211_GCMP_HDR_LEN; in ieee80211_check_fast_xmit()
/linux-6.1.9/drivers/net/wireless/intel/iwlwifi/pcie/
Dtx.c1307 BUILD_BUG_ON(IEEE80211_CCMP_HDR_LEN != IEEE80211_GCMP_HDR_LEN); in iwl_fill_data_tbs_amsdu()
/linux-6.1.9/include/linux/
Dieee80211.h3595 #define IEEE80211_GCMP_HDR_LEN 8 macro
/linux-6.1.9/drivers/net/wireless/ath/ath10k/
Dhtt_rx.c879 return IEEE80211_GCMP_HDR_LEN; in ath10k_htt_rx_crypto_param_len()
/linux-6.1.9/drivers/net/wireless/ath/ath11k/
Ddp_rx.c1918 return IEEE80211_GCMP_HDR_LEN; in ath11k_dp_rx_crypto_param_len()