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.h837 int *sae_groups; member
Dconfig_file.c1011 if (config->sae_groups) { in wpa_config_write_global()
1014 for (i = 0; config->sae_groups[i] >= 0; i++) { in wpa_config_write_global()
1016 config->sae_groups[i]); in wpa_config_write_global()
Dconfig.c1897 os_free(config->sae_groups); in wpa_config_free()
3029 os_free(config->sae_groups); in wpa_config_process_sae_groups()
3030 config->sae_groups = groups; in wpa_config_process_sae_groups()
3167 { FUNC(sae_groups), 0 },
Dsme.c58 int *groups = wpa_s->conf->sae_groups; in sme_set_sae_group()
492 wpa_s->conf->sae_groups) != in sme_sae_auth()
/external/wpa_supplicant_8/src/ap/
Dap_config.h466 int *sae_groups; member
Dap_config.c525 os_free(conf->sae_groups); in hostapd_config_free_bss()
Dieee802_11.c464 &token_len, hapd->conf->sae_groups); in handle_auth_sae()
/external/wpa_supplicant_8/hostapd/
Dconfig_file.c2982 if (hostapd_parse_intlist(&bss->sae_groups, pos)) { in hostapd_config_fill()