Home
last modified time | relevance | path

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

/openbmc/linux/net/mac80211/
H A Dwpa.c453 skb_headroom(skb) < IEEE80211_CCMP_HDR_LEN)) in ccmp_encrypt_skb()
456 pos = skb_push(skb, IEEE80211_CCMP_HDR_LEN); in ccmp_encrypt_skb()
457 memmove(pos, pos + IEEE80211_CCMP_HDR_LEN, hdrlen); in ccmp_encrypt_skb()
481 pos += IEEE80211_CCMP_HDR_LEN; in ccmp_encrypt_skb()
525 if (!pskb_may_pull(rx->skb, hdrlen + IEEE80211_CCMP_HDR_LEN)) in ieee80211_crypto_ccmp_decrypt()
537 data_len = skb->len - hdrlen - IEEE80211_CCMP_HDR_LEN - mic_len; in ieee80211_crypto_ccmp_decrypt()
564 skb->data + hdrlen + IEEE80211_CCMP_HDR_LEN, in ieee80211_crypto_ccmp_decrypt()
578 memmove(skb->data + IEEE80211_CCMP_HDR_LEN, skb->data, hdrlen); in ieee80211_crypto_ccmp_decrypt()
579 skb_pull(skb, IEEE80211_CCMP_HDR_LEN); in ieee80211_crypto_ccmp_decrypt()
H A Dmesh_pathtbl.c538 build.fast_tx.hdr_len += IEEE80211_CCMP_HDR_LEN; in mesh_fast_tx_cache()
H A Dkey.c638 key->conf.iv_len = IEEE80211_CCMP_HDR_LEN; in ieee80211_key_alloc()
H A Drx.c4866 snap_offs += IEEE80211_CCMP_HDR_LEN; in ieee80211_invoke_fast_rx()
H A Dtx.c3198 build.hdr_len += IEEE80211_CCMP_HDR_LEN; in ieee80211_check_fast_xmit()
/openbmc/linux/drivers/net/wireless/ath/ath10k/
H A Dhtt_rx.c874 return IEEE80211_CCMP_HDR_LEN; in ath10k_htt_rx_crypto_param_len()
2611 memmove(skb->data - IEEE80211_CCMP_HDR_LEN, in ath10k_htt_rx_proc_rx_ind_hl()
2613 skb_push(skb, IEEE80211_CCMP_HDR_LEN); in ath10k_htt_rx_proc_rx_ind_hl()
2615 memset(skb->data + offset, 0, IEEE80211_CCMP_HDR_LEN); in ath10k_htt_rx_proc_rx_ind_hl()
2735 memmove(orig_hdr + IEEE80211_CCMP_HDR_LEN, orig_hdr, head_len + hdr_len); in ath10k_htt_rx_frag_ccmp_decap()
2736 skb_pull(skb, IEEE80211_CCMP_HDR_LEN); in ath10k_htt_rx_frag_ccmp_decap()
/openbmc/linux/drivers/net/wireless/intel/iwlwifi/pcie/
H A Dtx.c1295 BUILD_BUG_ON(IEEE80211_CCMP_HDR_LEN != IEEE80211_GCMP_HDR_LEN); in iwl_fill_data_tbs_amsdu()
1297 IEEE80211_CCMP_HDR_LEN : 0; in iwl_fill_data_tbs_amsdu()
/openbmc/linux/drivers/net/wireless/intel/iwlwifi/mvm/
H A Drx.c162 *crypt_len = IEEE80211_CCMP_HDR_LEN; in iwl_mvm_set_mac80211_rx_flag()
H A Drxmq.c398 *crypt_len = IEEE80211_CCMP_HDR_LEN; in iwl_mvm_rx_crypto()
/openbmc/linux/include/linux/
H A Dieee80211.h3722 #define IEEE80211_CCMP_HDR_LEN 8 macro
/openbmc/linux/drivers/net/wireless/ath/ath12k/
H A Ddp_rx.c1927 return IEEE80211_CCMP_HDR_LEN; in ath12k_dp_rx_crypto_param_len()
/openbmc/linux/drivers/net/wireless/ath/ath11k/
H A Ddp_rx.c1919 return IEEE80211_CCMP_HDR_LEN; in ath11k_dp_rx_crypto_param_len()