Home
last modified time | relevance | path

Searched refs:wep_cfg (Results 1 – 2 of 2) sorted by relevance

/linux-6.6.21/drivers/net/wireless/marvell/mwifiex/
Duap_cmd.c115 bss_config->wep_cfg[i].key_index = i; in mwifiex_set_secure_params()
118 bss_config->wep_cfg[i].is_default = 1; in mwifiex_set_secure_params()
120 bss_config->wep_cfg[i].is_default = 0; in mwifiex_set_secure_params()
122 bss_config->wep_cfg[i].length = in mwifiex_set_secure_params()
124 memcpy(&bss_config->wep_cfg[i].key, in mwifiex_set_secure_params()
418 if (bss_cfg->wep_cfg[i].length && in mwifiex_uap_bss_wep()
419 (bss_cfg->wep_cfg[i].length == WLAN_KEY_LEN_WEP40 || in mwifiex_uap_bss_wep()
420 bss_cfg->wep_cfg[i].length == WLAN_KEY_LEN_WEP104)) { in mwifiex_uap_bss_wep()
425 cpu_to_le16(bss_cfg->wep_cfg[i].length + 2); in mwifiex_uap_bss_wep()
426 wep_key->key_index = bss_cfg->wep_cfg[i].key_index; in mwifiex_uap_bss_wep()
[all …]
Dioctl.h101 struct wep_key wep_cfg[NUM_WEP_KEYS]; member