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.c107 for (num_groups = 0; wpa_s->conf->sae_groups[num_groups] > 0; in wpas_mesh_copy_groups()
111 groups_size = (num_groups + 1) * sizeof(wpa_s->conf->sae_groups[0]); in wpas_mesh_copy_groups()
112 bss->conf->sae_groups = os_malloc(groups_size); in wpas_mesh_copy_groups()
113 if (bss->conf->sae_groups) in wpas_mesh_copy_groups()
114 os_memcpy(bss->conf->sae_groups, wpa_s->conf->sae_groups, in wpas_mesh_copy_groups()
271 if (wpa_s->conf->sae_groups && in wpa_supplicant_mesh_init()
272 wpa_s->conf->sae_groups[0] > 0) { in wpa_supplicant_mesh_init()
275 bss->conf->sae_groups = in wpa_supplicant_mesh_init()
277 if (!bss->conf->sae_groups) in wpa_supplicant_mesh_init()
279 os_memcpy(bss->conf->sae_groups, default_groups, in wpa_supplicant_mesh_init()
Dconfig.h1054 int *sae_groups; member
Dconfig_file.c1224 if (config->sae_groups) { in wpa_config_write_global()
1227 for (i = 0; config->sae_groups[i] >= 0; i++) { in wpa_config_write_global()
1229 config->sae_groups[i]); in wpa_config_write_global()
Dsme.c58 int *groups = wpa_s->conf->sae_groups; in sme_set_sae_group()
705 groups = wpa_s->conf->sae_groups; in sme_sae_auth()
753 groups = wpa_s->conf->sae_groups; in sme_sae_auth()
Dmesh_rsn.c242 int *groups = wpa_s->ifmsh->bss[0]->conf->sae_groups; in mesh_rsn_sae_group()
Dconfig.c2350 os_free(config->sae_groups); in wpa_config_free()
4090 os_free(config->sae_groups); in wpa_config_process_sae_groups()
4091 config->sae_groups = groups; in wpa_config_process_sae_groups()
4329 { FUNC(sae_groups), 0 },
/external/wpa_supplicant_8/src/ap/
Dap_config.h562 int *sae_groups; member
Dap_config.c571 os_free(conf->sae_groups); in hostapd_config_free_bss()
Dieee802_11.c770 hapd->conf->sae_groups, in handle_auth_sae()
814 &token_len, hapd->conf->sae_groups); in handle_auth_sae()
/external/wpa_supplicant_8/hostapd/
Dconfig_file.c3402 if (hostapd_parse_intlist(&bss->sae_groups, pos)) { in hostapd_config_fill()