Home
last modified time | relevance | path

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

/linux-4.1.27/net/mac80211/
Dkey.c420 key->conf.icv_len = IEEE80211_CCMP_MIC_LEN; in ieee80211_key_alloc()
432 key_data, key_len, IEEE80211_CCMP_MIC_LEN); in ieee80211_key_alloc()
Dtx.c1010 tx, IEEE80211_CCMP_MIC_LEN); in ieee80211_tx_h_encrypt()
Drx.c1676 rx, IEEE80211_CCMP_MIC_LEN); in ieee80211_rx_h_decrypt()
/linux-4.1.27/drivers/net/wireless/ath/ath10k/
Dhtt_tx.c463 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.c1076 len += IEEE80211_CCMP_MIC_LEN; in ath10k_wmi_op_gen_mgmt_tx()
1077 buf_len += IEEE80211_CCMP_MIC_LEN; in ath10k_wmi_op_gen_mgmt_tx()
/linux-4.1.27/include/linux/
Dieee80211.h2020 #define IEEE80211_CCMP_MIC_LEN 8 macro
/linux-4.1.27/drivers/net/wireless/iwlwifi/pcie/
Dtx.c229 len += IEEE80211_CCMP_MIC_LEN; in iwl_pcie_txq_update_byte_cnt_tbl()
/linux-4.1.27/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()