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

/freebsd-11-stable/contrib/wpa/src/ap/
H A Dap_config.c638 pw = conf->sae_passwords;
639 conf->sae_passwords = NULL;
1367 for (pw = conf->sae_passwords; pw; pw = pw->next) {
H A Dap_config.h655 struct sae_password_entry *sae_passwords; member in struct:hostapd_bss_config
H A Dieee802_11.c401 for (pw = hapd->conf->sae_passwords; pw; pw = pw->next) {
/freebsd-11-stable/contrib/wpa/hostapd/
H A Dconfig_file.c2325 pw->next = bss->sae_passwords;
2326 bss->sae_passwords = pw;

Completed in 86 milliseconds