Home
last modified time | relevance | path

Searched refs:IEEE80211_TKIP_ICV_LEN (Results 1 – 7 of 7) sorted by relevance

/linux-4.1.27/net/mac80211/
Dwpa.c67 tail += IEEE80211_TKIP_ICV_LEN; in ieee80211_tx_h_michael_mic_add()
206 tail = IEEE80211_TKIP_ICV_LEN; in tkip_encrypt_skb()
234 skb_put(skb, IEEE80211_TKIP_ICV_LEN); in tkip_encrypt_skb()
297 skb_trim(skb, skb->len - IEEE80211_TKIP_ICV_LEN); in ieee80211_crypto_tkip_decrypt()
Dkey.c407 key->conf.icv_len = IEEE80211_TKIP_ICV_LEN; in ieee80211_key_alloc()
/linux-4.1.27/include/linux/
Dieee80211.h2026 #define IEEE80211_TKIP_ICV_LEN 4 macro
/linux-4.1.27/drivers/net/wireless/iwlwifi/pcie/
Dtx.c232 len += IEEE80211_TKIP_ICV_LEN; in iwl_pcie_txq_update_byte_cnt_tbl()
/linux-4.1.27/drivers/net/wireless/ath/ath10k/
Dhtt_rx.c628 return IEEE80211_TKIP_ICV_LEN; in ath10k_htt_rx_crypto_tail_len()
/linux-4.1.27/drivers/staging/rtl8723au/core/
Drtw_recv.c1367 pattrib->icv_len = IEEE80211_TKIP_ICV_LEN; in validate_recv_data_frame()
Drtw_xmit.c590 pattrib->icv_len = IEEE80211_TKIP_ICV_LEN; in update_attrib()