Searched refs:NUM_WEP_KEYS (Results 1 – 11 of 11) sorted by relevance
36 #define NUM_WEP_KEYS 4 macro106 struct lib80211_crypt_data *crypt[NUM_WEP_KEYS];
290 if (key > NUM_WEP_KEYS) in rtllib_wx_set_encode()314 for (i = 0; i < NUM_WEP_KEYS; i++) { in rtllib_wx_set_encode()323 if (i == NUM_WEP_KEYS) { in rtllib_wx_set_encode()462 if (key > NUM_WEP_KEYS) in rtllib_wx_get_encode()511 if (idx < 1 || idx > NUM_WEP_KEYS) in rtllib_wx_set_encode_ext()536 for (i = 0; i < NUM_WEP_KEYS; i++) { in rtllib_wx_set_encode_ext()540 if (i == NUM_WEP_KEYS) { in rtllib_wx_set_encode_ext()
666 u8 key_sizes[NUM_WEP_KEYS];667 u8 keys[NUM_WEP_KEYS][SCM_KEY_LEN];
72 for (i = 0; i < NUM_WEP_KEYS; i++) { in lib80211_crypt_info_free()
101 struct wep_key wep_cfg[NUM_WEP_KEYS];
113 for (i = 0; i < NUM_WEP_KEYS; i++) { in mwifiex_set_secure_params()417 for (i = 0; i < NUM_WEP_KEYS; i++) { in mwifiex_uap_bss_wep()
910 if (priv->wep_key_curr_index >= NUM_WEP_KEYS) in mwifiex_sec_ioctl_set_wep_key()
587 struct mwifiex_wep_key wep_key[NUM_WEP_KEYS];
988 struct mwifiex_ie_type_key_param_set key_param_set[NUM_WEP_KEYS];
529 for (i = 0; i < NUM_WEP_KEYS; i++) { in mwifiex_set_keyparamset_wep()
306 #define NUM_WEP_KEYS 4 macro323 } wep_key_conf[NUM_WEP_KEYS];5359 for (i = 0; i < NUM_WEP_KEYS; i++) { in mwl8k_sta_add()
Completed in 69 milliseconds