Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/wpa_supplicant/
Dmesh.c138 for (num_groups = 0; wpa_s->conf->sae_groups[num_groups] > 0; in wpas_mesh_copy_groups()
142 groups_size = (num_groups + 1) * sizeof(wpa_s->conf->sae_groups[0]); in wpas_mesh_copy_groups()
143 bss->conf->sae_groups = os_malloc(groups_size); in wpas_mesh_copy_groups()
144 if (bss->conf->sae_groups) in wpas_mesh_copy_groups()
145 os_memcpy(bss->conf->sae_groups, wpa_s->conf->sae_groups, in wpas_mesh_copy_groups()
303 if (wpa_s->conf->sae_groups && in wpa_supplicant_mesh_init()
304 wpa_s->conf->sae_groups[0] > 0) { in wpa_supplicant_mesh_init()
307 bss->conf->sae_groups = in wpa_supplicant_mesh_init()
310 if (!bss->conf->sae_groups) in wpa_supplicant_mesh_init()
Dconfig.h1093 int *sae_groups; member
Dconfig_file.c1340 if (config->sae_groups) { in wpa_config_write_global()
1343 for (i = 0; config->sae_groups[i] > 0; i++) { in wpa_config_write_global()
1345 config->sae_groups[i]); in wpa_config_write_global()
Dsme.c58 int *groups = wpa_s->conf->sae_groups; in sme_set_sae_group()
807 groups = wpa_s->conf->sae_groups; in sme_sae_auth()
855 groups = wpa_s->conf->sae_groups; in sme_sae_auth()
Dmesh_rsn.c293 int *groups = wpa_s->ifmsh->bss[0]->conf->sae_groups; in mesh_rsn_sae_group()
Dconfig.c2607 os_free(config->sae_groups); in wpa_config_free()
4359 os_free(config->sae_groups); in wpa_config_process_sae_groups()
4360 config->sae_groups = groups; in wpa_config_process_sae_groups()
4604 { FUNC(sae_groups), 0 },
/external/wpa_supplicant_8/src/ap/
Dap_config.h584 int *sae_groups; member
Dap_config.c618 os_free(conf->sae_groups); in hostapd_config_free_bss()
Dieee802_11.c752 int i, *groups = hapd->conf->sae_groups; in sae_pick_next_group()
857 hapd->conf->sae_groups, in handle_auth_sae()
911 &token_len, hapd->conf->sae_groups); in handle_auth_sae()
/external/wpa_supplicant_8/hostapd/
Dconfig_file.c3611 if (hostapd_parse_intlist(&bss->sae_groups, pos)) { in hostapd_config_fill()