Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/include/net/
Dlib80211.h36 #define NUM_WEP_KEYS 4 macro
106 struct lib80211_crypt_data *crypt[NUM_WEP_KEYS];
/kernel/linux/linux-5.10/drivers/staging/rtl8192e/
Drtllib_wx.c303 if (key > NUM_WEP_KEYS) in rtllib_wx_set_encode()
326 for (i = 0; i < NUM_WEP_KEYS; i++) { in rtllib_wx_set_encode()
335 if (i == NUM_WEP_KEYS) { in rtllib_wx_set_encode()
479 if (key > NUM_WEP_KEYS) in rtllib_wx_get_encode()
528 if (idx < 1 || idx > NUM_WEP_KEYS) in rtllib_wx_set_encode_ext()
553 for (i = 0; i < NUM_WEP_KEYS; i++) { in rtllib_wx_set_encode_ext()
557 if (i == NUM_WEP_KEYS) { in rtllib_wx_set_encode_ext()
Drtllib.h666 u8 key_sizes[NUM_WEP_KEYS];
667 u8 keys[NUM_WEP_KEYS][SCM_KEY_LEN];
/kernel/linux/linux-5.10/net/wireless/
Dlib80211.c72 for (i = 0; i < NUM_WEP_KEYS; i++) { in lib80211_crypt_info_free()
/kernel/linux/linux-5.10/drivers/net/wireless/marvell/mwifiex/
Dioctl.h113 struct wep_key wep_cfg[NUM_WEP_KEYS];
Duap_cmd.c124 for (i = 0; i < NUM_WEP_KEYS; i++) { in mwifiex_set_secure_params()
428 for (i = 0; i < NUM_WEP_KEYS; i++) { in mwifiex_uap_bss_wep()
Dsta_ioctl.c922 if (priv->wep_key_curr_index >= NUM_WEP_KEYS) in mwifiex_sec_ioctl_set_wep_key()
Dsta_cmd.c537 for (i = 0; i < NUM_WEP_KEYS; i++) { in mwifiex_set_keyparamset_wep()
844 (NUM_WEP_KEYS * in mwifiex_cmd_802_11_key_material_v1()
Dmain.h596 struct mwifiex_wep_key wep_key[NUM_WEP_KEYS];
/kernel/linux/linux-5.10/drivers/net/wireless/marvell/
Dmwl8k.c306 #define NUM_WEP_KEYS 4 macro
323 } wep_key_conf[NUM_WEP_KEYS];
5353 for (i = 0; i < NUM_WEP_KEYS; i++) { in mwl8k_sta_add()