Lines Matching defs:wep
43 * IEEE 802.11 WEP crypto support.
69 .ic_name = "WEP",
83 #define wep ieee80211_cipher_wep
142 * for WEP. And the IV may be duplicated at other stations
150 * WEP this seems worthwhile.
221 "[%s] WEP ICV mismatch on decrypt\n",
230 memmove(mtod(m, u_int8_t *) + wep.ic_header, mtod(m, void *), hdrlen);
231 m_adj(m, wep.ic_header);
232 m_adj(m, -wep.ic_trailer);
335 off = hdrlen + wep.ic_header;
358 "[%s] out of data for WEP (data_len %zu)\n",
417 off = hdrlen + wep.ic_header;
418 data_len = m->m_pkthdr.len - (off + wep.ic_trailer);
442 "[%s] out of data for WEP (data_len %zu)\n",
479 ieee80211_crypto_register(&wep);