Searched refs:IEEE80211_WEP_ICV_LEN (Results 1 – 6 of 6) sorted by relevance
| /Linux-v5.4/net/mac80211/ |
| D | wep.c | 119 arc4_crypt(ctx, data, data, data_len + IEEE80211_WEP_ICV_LEN); in ieee80211_wep_encrypt_data() 141 if (WARN_ON(skb_tailroom(skb) < IEEE80211_WEP_ICV_LEN)) in ieee80211_wep_encrypt() 157 skb_put(skb, IEEE80211_WEP_ICV_LEN); in ieee80211_wep_encrypt() 173 arc4_crypt(ctx, data, data, data_len + IEEE80211_WEP_ICV_LEN); in ieee80211_wep_decrypt_data() 177 if (memcmp(&crc, data + data_len, IEEE80211_WEP_ICV_LEN) != 0) in ieee80211_wep_decrypt_data() 209 if (skb->len < hdrlen + IEEE80211_WEP_IV_LEN + IEEE80211_WEP_ICV_LEN) in ieee80211_wep_decrypt() 212 len = skb->len - hdrlen - IEEE80211_WEP_IV_LEN - IEEE80211_WEP_ICV_LEN; in ieee80211_wep_decrypt() 233 skb_trim(skb, skb->len - IEEE80211_WEP_ICV_LEN); in ieee80211_wep_decrypt() 265 pskb_trim(rx->skb, rx->skb->len - IEEE80211_WEP_ICV_LEN)) in ieee80211_crypto_wep_decrypt()
|
| D | key.c | 524 key->conf.icv_len = IEEE80211_WEP_ICV_LEN; in ieee80211_key_alloc()
|
| D | util.c | 1559 24 + 6 + extra_len + IEEE80211_WEP_ICV_LEN); in ieee80211_send_auth()
|
| /Linux-v5.4/include/linux/ |
| D | ieee80211.h | 2648 #define IEEE80211_WEP_ICV_LEN 4 macro
|
| /Linux-v5.4/drivers/net/wireless/ath/ath10k/ |
| D | htt_rx.c | 892 return IEEE80211_WEP_ICV_LEN; in ath10k_htt_rx_crypto_icv_len() 2434 skb_trim(skb, skb->len - IEEE80211_WEP_ICV_LEN); in ath10k_htt_rx_frag_wep_decap()
|
| /Linux-v5.4/drivers/net/wireless/intel/iwlwifi/pcie/ |
| D | tx.c | 232 len += IEEE80211_WEP_IV_LEN + IEEE80211_WEP_ICV_LEN; in iwl_pcie_txq_update_byte_cnt_tbl()
|