Home
last modified time | relevance | path

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

/openbmc/linux/include/net/
H A Dlib80211.h36 #define NUM_WEP_KEYS 4 macro
106 struct lib80211_crypt_data *crypt[NUM_WEP_KEYS];
/openbmc/linux/drivers/staging/rtl8192e/
H A Drtllib_wx.c280 if (key > NUM_WEP_KEYS) in rtllib_wx_set_encode()
304 for (i = 0; i < NUM_WEP_KEYS; i++) { in rtllib_wx_set_encode()
313 if (i == NUM_WEP_KEYS) { in rtllib_wx_set_encode()
436 if (key > NUM_WEP_KEYS) in rtllib_wx_get_encode()
485 if (idx < 1 || idx > NUM_WEP_KEYS) in rtllib_wx_set_encode_ext()
510 for (i = 0; i < NUM_WEP_KEYS; i++) { in rtllib_wx_set_encode_ext()
514 if (i == NUM_WEP_KEYS) { in rtllib_wx_set_encode_ext()
H A Drtllib.h622 u8 key_sizes[NUM_WEP_KEYS];
623 u8 keys[NUM_WEP_KEYS][SCM_KEY_LEN];
/openbmc/linux/net/wireless/
H A Dlib80211.c72 for (i = 0; i < NUM_WEP_KEYS; i++) { in lib80211_crypt_info_free()
/openbmc/linux/drivers/net/wireless/marvell/mwifiex/
H A Dioctl.h101 struct wep_key wep_cfg[NUM_WEP_KEYS];
H A Duap_cmd.c113 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()
H A Dsta_ioctl.c910 if (priv->wep_key_curr_index >= NUM_WEP_KEYS) in mwifiex_sec_ioctl_set_wep_key()
H A Dmain.h578 struct mwifiex_wep_key wep_key[NUM_WEP_KEYS];
H A Dfw.h989 struct mwifiex_ie_type_key_param_set key_param_set[NUM_WEP_KEYS];
H A Dsta_cmd.c529 for (i = 0; i < NUM_WEP_KEYS; i++) { in mwifiex_set_keyparamset_wep()
/openbmc/linux/drivers/net/wireless/marvell/
H A Dmwl8k.c306 #define NUM_WEP_KEYS 4 macro
323 } wep_key_conf[NUM_WEP_KEYS];
5359 for (i = 0; i < NUM_WEP_KEYS; i++) { in mwl8k_sta_add()