Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/marvell/mwifiex/
A Duap_cmd.c127 bss_config->wep_cfg[i].key_index = i; in mwifiex_set_secure_params()
130 bss_config->wep_cfg[i].is_default = 1; in mwifiex_set_secure_params()
132 bss_config->wep_cfg[i].is_default = 0; in mwifiex_set_secure_params()
134 bss_config->wep_cfg[i].length = in mwifiex_set_secure_params()
136 memcpy(&bss_config->wep_cfg[i].key, in mwifiex_set_secure_params()
430 if (bss_cfg->wep_cfg[i].length && in mwifiex_uap_bss_wep()
437 cpu_to_le16(bss_cfg->wep_cfg[i].length + 2); in mwifiex_uap_bss_wep()
440 memcpy(wep_key->key, bss_cfg->wep_cfg[i].key, in mwifiex_uap_bss_wep()
441 bss_cfg->wep_cfg[i].length); in mwifiex_uap_bss_wep()
443 bss_cfg->wep_cfg[i].length; in mwifiex_uap_bss_wep()
[all …]
A Dioctl.h113 struct wep_key wep_cfg[NUM_WEP_KEYS]; member

Completed in 7 milliseconds