OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IEEE80211_WEP_IVLEN
(Results
1 - 9
of
9
) sorted by relevancy
/src/sys/net80211/
ieee80211_crypto_wep.c
71
.ic_header =
IEEE80211_WEP_IVLEN
+ IEEE80211_WEP_KIDLEN,
308
u_int8_t rc4key[
IEEE80211_WEP_IVLEN
+ IEEE80211_KEYBUF_SIZE];
322
memcpy(rc4key, mtod(m, u_int8_t *) + hdrlen,
IEEE80211_WEP_IVLEN
);
323
memcpy(rc4key +
IEEE80211_WEP_IVLEN
, key->wk_key, key->wk_keylen);
329
keylen = key->wk_keylen +
IEEE80211_WEP_IVLEN
;
393
u_int8_t rc4key[
IEEE80211_WEP_IVLEN
+ IEEE80211_KEYBUF_SIZE];
404
memcpy(rc4key, mtod(m, u_int8_t *) + hdrlen,
IEEE80211_WEP_IVLEN
);
405
memcpy(rc4key +
IEEE80211_WEP_IVLEN
, key->wk_key, key->wk_keylen);
411
keylen = key->wk_keylen +
IEEE80211_WEP_IVLEN
;
ieee80211_crypto_none.c
134
ether_sprintf(wh->i_addr2), ivp[
IEEE80211_WEP_IVLEN
] >> 6);
ieee80211.h
679
#define
IEEE80211_WEP_IVLEN
3 /* 24bit */
682
#define IEEE80211_WEP_TOTLEN (
IEEE80211_WEP_IVLEN
+ \
711
(
IEEE80211_WEP_IVLEN
+ IEEE80211_WEP_KIDLEN + IEEE80211_WEP_CRCLEN))
ieee80211_crypto_ccmp.c
85
.ic_header =
IEEE80211_WEP_IVLEN
+ IEEE80211_WEP_KIDLEN +
214
if ((ivp[
IEEE80211_WEP_IVLEN
] & IEEE80211_WEP_EXTIV) == 0) {
ieee80211_crypto.c
592
#define IEEE80211_WEP_HDRLEN (
IEEE80211_WEP_IVLEN
+ IEEE80211_WEP_KIDLEN)
632
m_copydata(m, hdrlen +
IEEE80211_WEP_IVLEN
, sizeof(keyid), &keyid);
ieee80211_crypto_tkip.c
75
.ic_header =
IEEE80211_WEP_IVLEN
+ IEEE80211_WEP_KIDLEN +
258
if ((ivp[
IEEE80211_WEP_IVLEN
] & IEEE80211_WEP_EXTIV) == 0) {
ieee80211_proto.c
329
for (i = 0; i <
IEEE80211_WEP_IVLEN
; i++)
/src/sys/external/isc/atheros_hal/dist/
ah_internal.h
365
#define
IEEE80211_WEP_IVLEN
3 /* 24bit */
373
(
IEEE80211_WEP_IVLEN
+ IEEE80211_WEP_KIDLEN + IEEE80211_WEP_CRCLEN))
/src/sys/dev/ic/
awi.c
665
len +=
IEEE80211_WEP_IVLEN
+
Completed in 60 milliseconds
Indexes created Thu Nov 06 19:09:53 GMT 2025