Searched refs:WEP_KEYS (Results 1 - 13 of 13) sorted by relevance

/linux-master/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.c989 for (i = 0; i < WEP_KEYS; i++)
2168 for (i = 0; i < WEP_KEYS; i++) {
/linux-master/drivers/staging/rtl8712/
H A Dieee80211.h135 #define WEP_KEYS 4 macro
H A Drtl871x_ioctl_set.c336 if (keyid >= WEP_KEYS)
H A Drtl871x_ioctl_linux.c365 if (param->u.crypt.idx >= WEP_KEYS) {
377 if (wep_key_idx >= WEP_KEYS)
404 if (wep_key_idx >= WEP_KEYS) {
1459 if (key > WEP_KEYS)
1550 if (key > WEP_KEYS)
/linux-master/drivers/net/wireless/intel/ipw2x00/
H A Dlibipw_wx.c313 if (key > WEP_KEYS)
337 for (i = 0; i < WEP_KEYS; i++) {
346 if (i == WEP_KEYS) {
474 if (key > WEP_KEYS)
521 if (idx < 1 || idx > WEP_KEYS)
546 for (i = 0; i < WEP_KEYS; i++)
550 if (i == WEP_KEYS) {
680 if (idx < 1 || idx > WEP_KEYS)
H A Dlibipw.h300 #define WEP_KEYS 4 macro
308 u8 encode_alg[WEP_KEYS];
309 u8 key_sizes[WEP_KEYS];
310 u8 keys[WEP_KEYS][SCM_KEY_LEN];
H A Dipw2100.c6795 range->max_encoding_tokens = WEP_KEYS; /* Max number of tokens */
H A Dipw2200.c8802 range->max_encoding_tokens = WEP_KEYS;
/linux-master/drivers/staging/rtl8723bs/os_dep/
H A Dioctl_linux.c71 max_idx = WEP_KEYS - 1;
123 if (wep_key_idx >= WEP_KEYS) {
540 if (param->u.crypt.idx >= WEP_KEYS) {
566 if ((wep_key_idx >= WEP_KEYS) || (wep_key_len <= 0)) {
H A Dioctl_cfg80211.c518 if (param->u.crypt.idx >= WEP_KEYS) {
536 if ((wep_key_idx >= WEP_KEYS) || (wep_key_len <= 0)) {
723 max_idx = WEP_KEYS - 1;
954 if ((key_index < WEP_KEYS) && ((psecuritypriv->dot11PrivacyAlgrthm == _WEP40_) || (psecuritypriv->dot11PrivacyAlgrthm == _WEP104_))) { /* set wep default key */
1718 if (sme->key_idx > WEP_KEYS) {
/linux-master/drivers/staging/rtl8723bs/include/
H A Dieee80211.h428 #define WEP_KEYS 4 macro
/linux-master/drivers/staging/rtl8723bs/core/
H A Drtw_recv.c394 if (prxattrib->key_index > WEP_KEYS) {

Completed in 381 milliseconds