Searched refs:IEEE80211_TKIP_IV_LEN (Results 1 – 8 of 8) sorted by relevance
| /linux/net/mac80211/ |
| H A 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()
|
| H A D | key.c | 627 key->conf.iv_len = IEEE80211_TKIP_IV_LEN; in ieee80211_key_alloc()
|
| H A D | tx.c | 3268 build.hdr_len += IEEE80211_TKIP_IV_LEN; in ieee80211_check_fast_xmit()
|
| /linux/drivers/net/wireless/ath/ath10k/ |
| H A D | htt_rx.c | 876 return IEEE80211_TKIP_IV_LEN; in ath10k_htt_rx_crypto_param_len() 2700 memmove(orig_hdr + IEEE80211_TKIP_IV_LEN, orig_hdr, head_len + hdr_len); in ath10k_htt_rx_frag_tkip_decap_nomic() 2701 skb_pull(skb, IEEE80211_TKIP_IV_LEN); in ath10k_htt_rx_frag_tkip_decap_nomic() 2719 memmove(orig_hdr + IEEE80211_TKIP_IV_LEN, orig_hdr, head_len + hdr_len); in ath10k_htt_rx_frag_tkip_decap_withmic() 2720 skb_pull(skb, IEEE80211_TKIP_IV_LEN); in ath10k_htt_rx_frag_tkip_decap_withmic()
|
| /linux/drivers/net/wireless/intel/iwlwifi/mvm/ |
| H A D | rx.c | 171 *crypt_len = IEEE80211_TKIP_IV_LEN; in iwl_mvm_set_mac80211_rx_flag()
|
| H A D | rxmq.c | 472 *crypt_len = IEEE80211_TKIP_IV_LEN; in iwl_mvm_rx_crypto()
|
| /linux/include/linux/ |
| H A D | ieee80211.h | 1903 #define IEEE80211_TKIP_IV_LEN 8 1911 #define IEEE80211_TKIP_IV_LEN global() macro
|
| /linux/drivers/net/wireless/intel/iwlwifi/mei/ |
| H A D | main.c | 1055 IEEE80211_TKIP_IV_LEN + \
|