Home
last modified time | relevance | path

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

/linux/include/net/
A Dlib80211.h36 #define NUM_WEP_KEYS 4 macro
106 struct lib80211_crypt_data *crypt[NUM_WEP_KEYS];
/linux/drivers/staging/rtl8192e/
A Drtllib_wx.c298 if (key > NUM_WEP_KEYS) in rtllib_wx_set_encode()
321 for (i = 0; i < NUM_WEP_KEYS; i++) { in rtllib_wx_set_encode()
330 if (i == NUM_WEP_KEYS) { in rtllib_wx_set_encode()
469 if (key > NUM_WEP_KEYS) in rtllib_wx_get_encode()
518 if (idx < 1 || idx > NUM_WEP_KEYS) in rtllib_wx_set_encode_ext()
543 for (i = 0; i < NUM_WEP_KEYS; i++) { in rtllib_wx_set_encode_ext()
547 if (i == NUM_WEP_KEYS) { in rtllib_wx_set_encode_ext()
A Drtllib.h666 u8 key_sizes[NUM_WEP_KEYS];
667 u8 keys[NUM_WEP_KEYS][SCM_KEY_LEN];
/linux/net/wireless/
A Dlib80211.c72 for (i = 0; i < NUM_WEP_KEYS; i++) { in lib80211_crypt_info_free()
/linux/drivers/net/wireless/marvell/mwifiex/
A Dioctl.h113 struct wep_key wep_cfg[NUM_WEP_KEYS];
A Duap_cmd.c125 for (i = 0; i < NUM_WEP_KEYS; i++) { in mwifiex_set_secure_params()
429 for (i = 0; i < NUM_WEP_KEYS; i++) { in mwifiex_uap_bss_wep()
A Dsta_ioctl.c922 if (priv->wep_key_curr_index >= NUM_WEP_KEYS) in mwifiex_sec_ioctl_set_wep_key()
A Dfw.h1000 struct mwifiex_ie_type_key_param_set key_param_set[NUM_WEP_KEYS];
A Dmain.h596 struct mwifiex_wep_key wep_key[NUM_WEP_KEYS];
A Dsta_cmd.c541 for (i = 0; i < NUM_WEP_KEYS; i++) { in mwifiex_set_keyparamset_wep()
/linux/drivers/net/wireless/marvell/
A Dmwl8k.c306 #define NUM_WEP_KEYS 4 macro
323 } wep_key_conf[NUM_WEP_KEYS];
5357 for (i = 0; i < NUM_WEP_KEYS; i++) { in mwl8k_sta_add()

Completed in 68 milliseconds