Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/intel/ipw2x00/
H A Dlibipw_wx.c310 if (key > WEP_KEYS) in libipw_wx_set_encode()
334 for (i = 0; i < WEP_KEYS; i++) { in libipw_wx_set_encode()
343 if (i == WEP_KEYS) { in libipw_wx_set_encode()
470 if (key > WEP_KEYS) in libipw_wx_get_encode()
517 if (idx < 1 || idx > WEP_KEYS) in libipw_wx_set_encodeext()
542 for (i = 0; i < WEP_KEYS; i++) in libipw_wx_set_encodeext()
546 if (i == WEP_KEYS) { in libipw_wx_set_encodeext()
676 if (idx < 1 || idx > WEP_KEYS) in libipw_wx_get_encodeext()
H A Dlibipw.h298 #define WEP_KEYS 4 macro
306 u8 encode_alg[WEP_KEYS];
307 u8 key_sizes[WEP_KEYS];
308 u8 keys[WEP_KEYS][SCM_KEY_LEN];
H A Dipw2100.c6785 range->max_encoding_tokens = WEP_KEYS; /* Max number of tokens */ in ipw2100_wx_get_range()
H A Dipw2200.c8809 range->max_encoding_tokens = WEP_KEYS; in ipw_wx_get_range()
/linux/drivers/net/wireless/atmel/
H A Dat76c50x-usb.h129 #define WEP_KEYS (4) macro
288 u8 wep_default_keyvalue[WEP_KEYS][WEP_LARGE_KEY_LEN];
395 u8 wep_keys[WEP_KEYS][WEP_LARGE_KEY_LEN]; /* WEP keys */
396 u8 wep_keys_len[WEP_KEYS]; /* length of WEP keys */
H A Dat76c50x-usb.c986 for (i = 0; i < WEP_KEYS; i++) in at76_dump_mib_mac_wep()
2162 for (i = 0; i < WEP_KEYS; i++) { in at76_set_key()
/linux/drivers/staging/rtl8723bs/os_dep/
H A Dioctl_cfg80211.c520 if (param->u.crypt.idx >= WEP_KEYS) { in rtw_cfg80211_ap_set_encryption()
538 if ((wep_key_idx >= WEP_KEYS) || (wep_key_len <= 0)) { in rtw_cfg80211_ap_set_encryption()
722 max_idx = WEP_KEYS - 1; in rtw_cfg80211_set_encryption()
944 …if ((key_index < WEP_KEYS) && ((psecuritypriv->dot11PrivacyAlgrthm == _WEP40_) || (psecuritypriv->… in cfg80211_rtw_set_default_key()
1708 if (sme->key_idx > WEP_KEYS) { in cfg80211_rtw_connect()
/linux/drivers/staging/rtl8723bs/include/
H A Dieee80211.h428 #define WEP_KEYS 4 macro
/linux/drivers/staging/rtl8723bs/core/
H A Drtw_recv.c451 if (prxattrib->key_index > WEP_KEYS) { in decryptor()