Searched refs:sae_passwords (Results 1 – 4 of 4) sorted by relevance
550 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()
634 struct sae_password_entry *sae_passwords; member
400 for (pw = hapd->conf->sae_passwords; pw; pw = pw->next) { in auth_build_sae_commit()
2366 pw->next = bss->sae_passwords; in parse_sae_password()2367 bss->sae_passwords = pw; in parse_sae_password()