Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/wpa_supplicant/
Dconfig.h972 int *sae_groups; member
Dconfig_file.c1128 if (config->sae_groups) { in wpa_config_write_global()
1131 for (i = 0; config->sae_groups[i] >= 0; i++) { in wpa_config_write_global()
1133 config->sae_groups[i]); in wpa_config_write_global()
Dsme.c58 int *groups = wpa_s->conf->sae_groups; in sme_set_sae_group()
582 int *groups = wpa_s->conf->sae_groups; in sme_sae_auth()
Dconfig.c2045 os_free(config->sae_groups); in wpa_config_free()
3734 os_free(config->sae_groups); in wpa_config_process_sae_groups()
3735 config->sae_groups = groups; in wpa_config_process_sae_groups()
3903 { FUNC(sae_groups), 0 },
/external/wpa_supplicant_8/src/ap/
Dap_config.h509 int *sae_groups; member
Dap_config.c542 os_free(conf->sae_groups); in hostapd_config_free_bss()
Dieee802_11.c468 &token_len, hapd->conf->sae_groups); in handle_auth_sae()
/external/wpa_supplicant_8/hostapd/
Dconfig_file.c3143 if (hostapd_parse_intlist(&bss->sae_groups, pos)) { in hostapd_config_fill()