Home
last modified time | relevance | path

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

/net/wireless/
Dlib80211_crypt_wep.c31 #define WEP_KEY_LEN 13 macro
32 u8 key[WEP_KEY_LEN + 1];
110 u8 key[WEP_KEY_LEN + 3]; in lib80211_wep_encrypt()
155 u8 key[WEP_KEY_LEN + 3]; in lib80211_wep_decrypt()
202 if (len < 0 || len > WEP_KEY_LEN) in lib80211_wep_set_key()