Home
last modified time | relevance | path

Searched refs:IEEE80211_CCMP_256_MIC_LEN (Results 1 – 5 of 5) sorted by relevance

/Linux-v4.19/net/mac80211/
Dkey.c453 key->conf.icv_len = IEEE80211_CCMP_256_MIC_LEN; in ieee80211_key_alloc()
462 key_data, key_len, IEEE80211_CCMP_256_MIC_LEN); in ieee80211_key_alloc()
Drx.c1984 rx, IEEE80211_CCMP_256_MIC_LEN); in ieee80211_rx_h_decrypt()
Dtx.c1032 tx, IEEE80211_CCMP_256_MIC_LEN); in ieee80211_tx_h_encrypt()
/Linux-v4.19/include/linux/
Dieee80211.h2527 #define IEEE80211_CCMP_256_MIC_LEN 16 macro
/Linux-v4.19/drivers/net/wireless/ath/ath10k/
Dhtt_rx.c685 return IEEE80211_CCMP_256_MIC_LEN; in ath10k_htt_rx_crypto_mic_len()