Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/intel/ipw2x00/
H A Dlibipw_crypto_wep.c25 #define WEP_KEY_LEN 13 macro
26 u8 key[WEP_KEY_LEN + 1];
104 u8 key[WEP_KEY_LEN + 3]; in libipw_wep_encrypt()
149 u8 key[WEP_KEY_LEN + 3]; in libipw_wep_decrypt()
196 if (len < 0 || len > WEP_KEY_LEN) in libipw_wep_set_key()
H A Dlibipw.h299 #define WEP_KEY_LEN 13 macro
H A Dlibipw_wx.c414 len = (*crypt)->ops->get_key(sec.keys[key], WEP_KEY_LEN, in libipw_wx_set_encode()
H A Dipw2100.c5500 memset(priv->ieee->sec.keys[i], 0, WEP_KEY_LEN); in ipw2100_configure_security()
/linux/drivers/staging/rtl8723bs/include/
H A Dieee80211.h429 #define WEP_KEY_LEN 13 macro