Searched refs:WEP_ICV_LEN (Results 1 - 5 of 5) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/mac80211/
H A Dwep.c102 if (WARN_ON(skb_tailroom(skb) < WEP_ICV_LEN ||
144 sg_init_one(&sg, data, data_len + WEP_ICV_LEN);
179 skb_put(skb, WEP_ICV_LEN);
200 sg_init_one(&sg, data, data_len + WEP_ICV_LEN);
204 if (memcmp(&crc, data + data_len, WEP_ICV_LEN) != 0)
236 if (skb->len < hdrlen + WEP_IV_LEN + WEP_ICV_LEN)
239 len = skb->len - hdrlen - WEP_IV_LEN - WEP_ICV_LEN;
266 skb_trim(skb, skb->len - WEP_ICV_LEN);
310 skb_trim(rx->skb, rx->skb->len - WEP_ICV_LEN);
H A Dkey.h20 #define WEP_ICV_LEN 4 macro
H A Dkey.c258 key->conf.icv_len = WEP_ICV_LEN;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/iwlwifi/
H A Diwl-agn-tx.c133 len += WEP_IV_LEN + WEP_ICV_LEN;
H A Diwl-commands.h1542 #define WEP_ICV_LEN 4 macro

Completed in 114 milliseconds