Searched refs:IEEE80211_TKIP_IV_LEN (Results 1 – 7 of 7) sorted by relevance
| /Linux-v5.4/net/mac80211/ |
| D | wpa.c | 70 skb_headroom(skb) < IEEE80211_TKIP_IV_LEN, in ieee80211_tx_h_michael_mic_add() 72 skb_headroom(skb), IEEE80211_TKIP_IV_LEN, in ieee80211_tx_h_michael_mic_add() 219 skb_headroom(skb) < IEEE80211_TKIP_IV_LEN)) in tkip_encrypt_skb() 222 pos = skb_push(skb, IEEE80211_TKIP_IV_LEN); in tkip_encrypt_skb() 223 memmove(pos, pos + IEEE80211_TKIP_IV_LEN, hdrlen); in tkip_encrypt_skb() 307 memmove(skb->data + IEEE80211_TKIP_IV_LEN, skb->data, hdrlen); in ieee80211_crypto_tkip_decrypt() 308 skb_pull(skb, IEEE80211_TKIP_IV_LEN); in ieee80211_crypto_tkip_decrypt()
|
| D | key.c | 527 key->conf.iv_len = IEEE80211_TKIP_IV_LEN; in ieee80211_key_alloc()
|
| D | tx.c | 3032 build.hdr_len += IEEE80211_TKIP_IV_LEN; in ieee80211_check_fast_xmit()
|
| /Linux-v5.4/drivers/net/wireless/ath/ath10k/ |
| D | htt_rx.c | 835 return IEEE80211_TKIP_IV_LEN; in ath10k_htt_rx_crypto_param_len() 2379 memmove(orig_hdr + IEEE80211_TKIP_IV_LEN, orig_hdr, head_len + hdr_len); in ath10k_htt_rx_frag_tkip_decap_nomic() 2380 skb_pull(skb, IEEE80211_TKIP_IV_LEN); in ath10k_htt_rx_frag_tkip_decap_nomic() 2398 memmove(orig_hdr + IEEE80211_TKIP_IV_LEN, orig_hdr, head_len + hdr_len); in ath10k_htt_rx_frag_tkip_decap_withmic() 2399 skb_pull(skb, IEEE80211_TKIP_IV_LEN); in ath10k_htt_rx_frag_tkip_decap_withmic()
|
| /Linux-v5.4/drivers/net/wireless/intel/iwlwifi/mvm/ |
| D | rx.c | 227 *crypt_len = IEEE80211_TKIP_IV_LEN; in iwl_mvm_set_mac80211_rx_flag()
|
| D | rxmq.c | 356 *crypt_len = IEEE80211_TKIP_IV_LEN; in iwl_mvm_rx_crypto()
|
| /Linux-v5.4/include/linux/ |
| D | ieee80211.h | 2655 #define IEEE80211_TKIP_IV_LEN 8 macro
|