Searched refs:IEEE80211_WEP_ICV_LEN (Results 1 – 9 of 9) sorted by relevance
147 for (i = 0; i < data_len + IEEE80211_WEP_ICV_LEN; i++) in ieee80211_wep_encrypt_data()169 if (WARN_ON(skb_tailroom(skb) < IEEE80211_WEP_ICV_LEN)) in ieee80211_wep_encrypt()185 skb_put(skb, IEEE80211_WEP_ICV_LEN); in ieee80211_wep_encrypt()205 for (i = 0; i < data_len + IEEE80211_WEP_ICV_LEN; i++) in ieee80211_wep_decrypt_data()209 if (memcmp(&crc, data + data_len, IEEE80211_WEP_ICV_LEN) != 0) in ieee80211_wep_decrypt_data()241 if (skb->len < hdrlen + IEEE80211_WEP_IV_LEN + IEEE80211_WEP_ICV_LEN) in ieee80211_wep_decrypt()244 len = skb->len - hdrlen - IEEE80211_WEP_IV_LEN - IEEE80211_WEP_ICV_LEN; in ieee80211_wep_decrypt()265 skb_trim(skb, skb->len - IEEE80211_WEP_ICV_LEN); in ieee80211_wep_decrypt()296 if (pskb_trim(rx->skb, rx->skb->len - IEEE80211_WEP_ICV_LEN)) in ieee80211_crypto_wep_decrypt()
403 key->conf.icv_len = IEEE80211_WEP_ICV_LEN; in ieee80211_key_alloc()
1279 24 + 6 + extra_len + IEEE80211_WEP_ICV_LEN); in ieee80211_send_auth()
2018 #define IEEE80211_WEP_ICV_LEN 4 macro
235 len += IEEE80211_WEP_IV_LEN + IEEE80211_WEP_ICV_LEN; in iwl_pcie_txq_update_byte_cnt_tbl()
625 return IEEE80211_WEP_ICV_LEN; in ath10k_htt_rx_crypto_tail_len()
1363 pattrib->icv_len = IEEE80211_WEP_ICV_LEN; in validate_recv_data_frame()
585 pattrib->icv_len = IEEE80211_WEP_ICV_LEN; in update_attrib()
2957 pattrib->icv_len = IEEE80211_WEP_ICV_LEN; in issue_auth()