IEEE80211_WEP_ICV_LEN 892 drivers/net/wireless/ath/ath10k/htt_rx.c return IEEE80211_WEP_ICV_LEN; IEEE80211_WEP_ICV_LEN 2434 drivers/net/wireless/ath/ath10k/htt_rx.c skb_trim(skb, skb->len - IEEE80211_WEP_ICV_LEN); IEEE80211_WEP_ICV_LEN 232 drivers/net/wireless/intel/iwlwifi/pcie/tx.c len += IEEE80211_WEP_IV_LEN + IEEE80211_WEP_ICV_LEN; IEEE80211_WEP_ICV_LEN 528 net/mac80211/key.c key->conf.icv_len = IEEE80211_WEP_ICV_LEN; IEEE80211_WEP_ICV_LEN 1565 net/mac80211/util.c 24 + 6 + extra_len + IEEE80211_WEP_ICV_LEN); IEEE80211_WEP_ICV_LEN 119 net/mac80211/wep.c arc4_crypt(ctx, data, data, data_len + IEEE80211_WEP_ICV_LEN); IEEE80211_WEP_ICV_LEN 141 net/mac80211/wep.c if (WARN_ON(skb_tailroom(skb) < IEEE80211_WEP_ICV_LEN)) IEEE80211_WEP_ICV_LEN 157 net/mac80211/wep.c skb_put(skb, IEEE80211_WEP_ICV_LEN); IEEE80211_WEP_ICV_LEN 173 net/mac80211/wep.c arc4_crypt(ctx, data, data, data_len + IEEE80211_WEP_ICV_LEN); IEEE80211_WEP_ICV_LEN 177 net/mac80211/wep.c if (memcmp(&crc, data + data_len, IEEE80211_WEP_ICV_LEN) != 0) IEEE80211_WEP_ICV_LEN 209 net/mac80211/wep.c if (skb->len < hdrlen + IEEE80211_WEP_IV_LEN + IEEE80211_WEP_ICV_LEN) IEEE80211_WEP_ICV_LEN 212 net/mac80211/wep.c len = skb->len - hdrlen - IEEE80211_WEP_IV_LEN - IEEE80211_WEP_ICV_LEN; IEEE80211_WEP_ICV_LEN 233 net/mac80211/wep.c skb_trim(skb, skb->len - IEEE80211_WEP_ICV_LEN); IEEE80211_WEP_ICV_LEN 265 net/mac80211/wep.c pskb_trim(rx->skb, rx->skb->len - IEEE80211_WEP_ICV_LEN))