Home
last modified time | relevance | path

Searched refs:IEEE80211_TKIP_IV_LEN (Results 1 – 8 of 8) sorted by relevance

/kernel/linux/linux-5.10/net/mac80211/
Dwpa.c71 skb_headroom(skb) < IEEE80211_TKIP_IV_LEN, in ieee80211_tx_h_michael_mic_add()
73 skb_headroom(skb), IEEE80211_TKIP_IV_LEN, in ieee80211_tx_h_michael_mic_add()
220 skb_headroom(skb) < IEEE80211_TKIP_IV_LEN)) in tkip_encrypt_skb()
223 pos = skb_push(skb, IEEE80211_TKIP_IV_LEN); in tkip_encrypt_skb()
224 memmove(pos, pos + IEEE80211_TKIP_IV_LEN, hdrlen); in tkip_encrypt_skb()
308 memmove(skb->data + IEEE80211_TKIP_IV_LEN, skb->data, hdrlen); in ieee80211_crypto_tkip_decrypt()
309 skb_pull(skb, IEEE80211_TKIP_IV_LEN); in ieee80211_crypto_tkip_decrypt()
Dkey.c566 key->conf.iv_len = IEEE80211_TKIP_IV_LEN; in ieee80211_key_alloc()
Dtx.c3102 build.hdr_len += IEEE80211_TKIP_IV_LEN; in ieee80211_check_fast_xmit()
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath10k/
Dhtt_rx.c843 return IEEE80211_TKIP_IV_LEN; in ath10k_htt_rx_crypto_param_len()
2581 memmove(orig_hdr + IEEE80211_TKIP_IV_LEN, orig_hdr, head_len + hdr_len); in ath10k_htt_rx_frag_tkip_decap_nomic()
2582 skb_pull(skb, IEEE80211_TKIP_IV_LEN); in ath10k_htt_rx_frag_tkip_decap_nomic()
2600 memmove(orig_hdr + IEEE80211_TKIP_IV_LEN, orig_hdr, head_len + hdr_len); in ath10k_htt_rx_frag_tkip_decap_withmic()
2601 skb_pull(skb, IEEE80211_TKIP_IV_LEN); in ath10k_htt_rx_frag_tkip_decap_withmic()
/kernel/linux/linux-5.10/drivers/net/wireless/intel/iwlwifi/mvm/
Drx.c228 *crypt_len = IEEE80211_TKIP_IV_LEN; in iwl_mvm_set_mac80211_rx_flag()
Drxmq.c408 *crypt_len = IEEE80211_TKIP_IV_LEN; in iwl_mvm_rx_crypto()
/kernel/linux/linux-5.10/include/linux/
Dieee80211.h3032 #define IEEE80211_TKIP_IV_LEN 8 macro
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath11k/
Ddp_rx.c1862 return IEEE80211_TKIP_IV_LEN; in ath11k_dp_rx_crypto_param_len()
3101 head_len = hdr_len + HAL_RX_DESC_SIZE + IEEE80211_TKIP_IV_LEN; in ath11k_dp_rx_h_verify_tkip_mic()