Searched refs:IEEE80211_WEP_KEYLEN (Results 1 – 3 of 3) sorted by relevance
933 #define IEEE80211_WEP_KEYLEN 5 /* 40bit */ macro
2235 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()
1427 keys[i].an_wep_keylen < IEEE80211_WEP_KEYLEN) in an_set_nwkey_wep()