Home
last modified time | relevance | path

Searched refs:sae_passwords (Results 1 – 4 of 4) sorted by relevance

/external/wpa_supplicant_8/src/ap/
Dap_config.c550 pw = conf->sae_passwords; in hostapd_config_free_sae_passwords()
551 conf->sae_passwords = NULL; in hostapd_config_free_sae_passwords()
1240 for (pw = conf->sae_passwords; pw; pw = pw->next) { in hostapd_sae_pw_id_in_use()
Dap_config.h634 struct sae_password_entry *sae_passwords; member
Dieee802_11.c400 for (pw = hapd->conf->sae_passwords; pw; pw = pw->next) { in auth_build_sae_commit()
/external/wpa_supplicant_8/hostapd/
Dconfig_file.c2366 pw->next = bss->sae_passwords; in parse_sae_password()
2367 bss->sae_passwords = pw; in parse_sae_password()