Home
last modified time | relevance | path

Searched refs:IEEE80211_CCMP_MIC_LEN (Results 1 – 10 of 10) sorted by relevance

/linux-4.4.14/drivers/net/wireless/ath/ath10k/
Dhtt_tx.c578 skb_put(msdu, IEEE80211_CCMP_MIC_LEN); in ath10k_htt_tx()
582 skb_put(msdu, IEEE80211_CCMP_MIC_LEN); in ath10k_htt_tx()
Dhtt_rx.c630 return IEEE80211_CCMP_MIC_LEN; in ath10k_htt_rx_crypto_tail_len()
Dwmi.c1777 len += IEEE80211_CCMP_MIC_LEN; in ath10k_wmi_op_gen_mgmt_tx()
1778 buf_len += IEEE80211_CCMP_MIC_LEN; in ath10k_wmi_op_gen_mgmt_tx()
/linux-4.4.14/net/mac80211/
Dkey.c421 key->conf.icv_len = IEEE80211_CCMP_MIC_LEN; in ieee80211_key_alloc()
433 key_data, key_len, IEEE80211_CCMP_MIC_LEN); in ieee80211_key_alloc()
Drx.c1705 rx, IEEE80211_CCMP_MIC_LEN); in ieee80211_rx_h_decrypt()
Dtx.c1019 tx, IEEE80211_CCMP_MIC_LEN); in ieee80211_tx_h_encrypt()
/linux-4.4.14/include/linux/
Dieee80211.h2022 #define IEEE80211_CCMP_MIC_LEN 8 macro
/linux-4.4.14/drivers/net/wireless/iwlwifi/pcie/
Dtx.c227 len += IEEE80211_CCMP_MIC_LEN; in iwl_pcie_txq_update_byte_cnt_tbl()
/linux-4.4.14/drivers/staging/rtl8723au/core/
Drtw_recv.c1371 pattrib->icv_len = IEEE80211_CCMP_MIC_LEN; in validate_recv_data_frame()
Drtw_xmit.c606 pattrib->icv_len = IEEE80211_CCMP_MIC_LEN; in update_attrib()