Searched refs:sae_groups (Results 1 – 10 of 10) sorted by relevance
138 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()
1093 int *sae_groups; member
1340 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()
58 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()
293 int *groups = wpa_s->ifmsh->bss[0]->conf->sae_groups; in mesh_rsn_sae_group()
2607 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 },
584 int *sae_groups; member
618 os_free(conf->sae_groups); in hostapd_config_free_bss()
752 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()
3611 if (hostapd_parse_intlist(&bss->sae_groups, pos)) { in hostapd_config_fill()