Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/wpa/wpa_supplicant/
H A Dmesh.c143 for (num_groups = 0; wpa_s->conf->sae_groups[num_groups] > 0; in wpas_mesh_copy_groups()
147 groups_size = (num_groups + 1) * sizeof(wpa_s->conf->sae_groups[0]); in wpas_mesh_copy_groups()
148 bss->conf->sae_groups = os_malloc(groups_size); in wpas_mesh_copy_groups()
149 if (bss->conf->sae_groups) in wpas_mesh_copy_groups()
150 os_memcpy(bss->conf->sae_groups, wpa_s->conf->sae_groups, in wpas_mesh_copy_groups()
176 if (wpa_s->conf->sae_groups && wpa_s->conf->sae_groups[0] > 0) { in wpas_mesh_init_rsn()
179 bss->conf->sae_groups = os_memdup(default_groups, in wpas_mesh_init_rsn()
181 if (!bss->conf->sae_groups) in wpas_mesh_init_rsn()
H A Dconfig.h1165 int *sae_groups; member
H A Dconfig_file.c1383 if (config->sae_groups) { in wpa_config_write_global()
1386 for (i = 0; config->sae_groups[i] > 0; i++) { in wpa_config_write_global()
1388 config->sae_groups[i]); in wpa_config_write_global()
H A Dmesh_rsn.c298 int *groups = wpa_s->ifmsh->bss[0]->conf->sae_groups; in mesh_rsn_sae_group()
H A Dsme.c60 int *groups = wpa_s->conf->sae_groups; in sme_set_sae_group()
1076 groups = wpa_s->conf->sae_groups; in sme_sae_auth()
1144 groups = wpa_s->conf->sae_groups; in sme_sae_auth()
H A Dconfig.c2720 os_free(config->sae_groups); in wpa_config_free()
4579 os_free(config->sae_groups); in wpa_config_process_sae_groups()
4580 config->sae_groups = groups; in wpa_config_process_sae_groups()
4830 { FUNC(sae_groups), 0 },
/freebsd-12.1/contrib/wpa/src/ap/
H A Dap_config.h654 int *sae_groups; member
H A Dap_config.c823 os_free(conf->sae_groups); in hostapd_config_free_bss()
H A Dieee802_11.c941 int i, *groups = hapd->conf->sae_groups; in sae_pick_next_group()
985 int *groups = hapd->conf->sae_groups; in handle_auth_sae()
/freebsd-12.1/contrib/wpa/hostapd/
H A Dconfig_file.c4170 if (hostapd_parse_intlist(&bss->sae_groups, pos)) {