Home
last modified time | relevance | path

Searched refs:IEEE80211_WEP_KEYLEN (Results 1 – 3 of 3) sorted by relevance

/openbsd/src/sys/net80211/
Dieee80211.h933 #define IEEE80211_WEP_KEYLEN 5 /* 40bit */ macro
/openbsd/src/sys/dev/ic/
Dif_wi.c2235 klen = (klen > IEEE80211_WEP_KEYLEN) ? RC4KEYLEN : RC4KEYLEN / 2; in wi_do_hostencrypt()
2287 klen = (klen > IEEE80211_WEP_KEYLEN) ? RC4KEYLEN : RC4KEYLEN / 2; in wi_do_hostdecrypt()
Dan.c1427 keys[i].an_wep_keylen < IEEE80211_WEP_KEYLEN) in an_set_nwkey_wep()