Searched refs:sae_groups (Results 1 – 13 of 13) sorted by relevance
/hostap-latest/wpa_supplicant/ |
D | mesh.c | 159 for (num_groups = 0; wpa_s->conf->sae_groups[num_groups] > 0; in wpas_mesh_copy_groups() 163 groups_size = (num_groups + 1) * sizeof(wpa_s->conf->sae_groups[0]); in wpas_mesh_copy_groups() 164 bss->conf->sae_groups = os_malloc(groups_size); in wpas_mesh_copy_groups() 165 if (bss->conf->sae_groups) in wpas_mesh_copy_groups() 166 os_memcpy(bss->conf->sae_groups, wpa_s->conf->sae_groups, in wpas_mesh_copy_groups() 192 if (wpa_s->conf->sae_groups && wpa_s->conf->sae_groups[0] > 0) { in wpas_mesh_init_rsn() 195 bss->conf->sae_groups = os_memdup(default_groups, in wpas_mesh_init_rsn() 197 if (!bss->conf->sae_groups) in wpas_mesh_init_rsn()
|
D | config.h | 1298 int *sae_groups; member
|
D | config_file.c | 1397 if (config->sae_groups) { in wpa_config_write_global() 1400 for (i = 0; config->sae_groups[i] > 0; i++) { in wpa_config_write_global() 1402 config->sae_groups[i]); in wpa_config_write_global()
|
D | mesh_rsn.c | 316 int *groups = wpa_s->ifmsh->bss[0]->conf->sae_groups; in mesh_rsn_sae_group()
|
D | sme.c | 60 int *groups = wpa_s->conf->sae_groups; in sme_set_sae_group() 1568 int *groups = wpa_s->conf->sae_groups; in sme_sae_is_group_enabled() 1683 groups = wpa_s->conf->sae_groups; in sme_sae_auth() 1810 groups = wpa_s->conf->sae_groups; in sme_sae_auth()
|
D | config.c | 3084 os_free(config->sae_groups); in wpa_config_free() 5231 os_free(config->sae_groups); in wpa_config_process_sae_groups() 5232 config->sae_groups = groups; in wpa_config_process_sae_groups() 5525 { FUNC(sae_groups), 0 },
|
D | wpa_supplicant.c | 2499 int *groups = conf->sae_groups; in wpa_s_setup_sae_pt()
|
/hostap-latest/tests/hwsim/ |
D | test_ap_ft.py | 1135 sae_transition=False, ext_key=False, sae_groups=None): argument 1158 if sae_groups: 1159 params['sae_groups'] = sae_groups 1180 if sae_groups: 1181 params['sae_groups'] = sae_groups 1544 sae_groups="19") 1553 sae_groups="20") 1562 sae_groups="21") 1571 sae_groups="19") 1580 sae_groups="20") [all …]
|
D | test_sae.py | 176 sae_groups = [19, 25, 26, 20, 21, 1, 2, 5, 14, 15, 16, 22, 23, 24] 180 sae_groups += [27, 28, 29, 30] 183 groups = [str(g) for g in sae_groups]
|
/hostap-latest/src/ap/ |
D | ap_config.c | 513 ssid->pt = sae_derive_pt(conf->sae_groups, ssid->ssid, in hostapd_setup_sae_pt() 524 pw->pt = sae_derive_pt(conf->sae_groups, ssid->ssid, in hostapd_setup_sae_pt() 959 os_free(conf->sae_groups); in hostapd_config_free_bss()
|
D | ap_config.h | 698 int *sae_groups; member
|
D | ieee802_11.c | 1176 int i, *groups = hapd->conf->sae_groups; in sae_pick_next_group() 1250 int *groups = hapd->conf->sae_groups; in sae_is_group_enabled() 1312 int *groups = hapd->conf->sae_groups; in handle_auth_sae()
|
/hostap-latest/hostapd/ |
D | config_file.c | 4651 if (hostapd_parse_intlist(&bss->sae_groups, pos)) { in hostapd_config_fill()
|