Home
last modified time | relevance | path

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

/linux-4.4.14/net/mac80211/
Dwpa.c70 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()
212 skb_headroom(skb) < IEEE80211_TKIP_IV_LEN)) in tkip_encrypt_skb()
215 pos = skb_push(skb, IEEE80211_TKIP_IV_LEN); in tkip_encrypt_skb()
216 memmove(pos, pos + IEEE80211_TKIP_IV_LEN, hdrlen); in tkip_encrypt_skb()
303 memmove(skb->data + IEEE80211_TKIP_IV_LEN, skb->data, hdrlen); in ieee80211_crypto_tkip_decrypt()
304 skb_pull(skb, IEEE80211_TKIP_IV_LEN); in ieee80211_crypto_tkip_decrypt()
Dkey.c407 key->conf.iv_len = IEEE80211_TKIP_IV_LEN; in ieee80211_key_alloc()
Dtx.c2594 build.hdr_len += IEEE80211_TKIP_IV_LEN; in ieee80211_check_fast_xmit()
/linux-4.4.14/drivers/net/wireless/iwlwifi/mvm/
Drx.c212 *crypt_len = IEEE80211_TKIP_IV_LEN; in iwl_mvm_set_mac80211_rx_flag()
/linux-4.4.14/include/linux/
Dieee80211.h2027 #define IEEE80211_TKIP_IV_LEN 8 macro
/linux-4.4.14/drivers/staging/rtl8723au/core/
Drtw_recv.c1366 pattrib->iv_len = IEEE80211_TKIP_IV_LEN; in validate_recv_data_frame()
Drtw_xmit.c589 pattrib->iv_len = IEEE80211_TKIP_IV_LEN; in update_attrib()
/linux-4.4.14/drivers/net/wireless/ath/ath10k/
Dhtt_rx.c603 return IEEE80211_TKIP_IV_LEN; in ath10k_htt_rx_crypto_param_len()