Home
last modified time | relevance | path

Searched refs:wps_cred_add_sae (Results 1 – 10 of 10) sorted by relevance

/freebsd/contrib/wpa/wpa_supplicant/
H A Dconfig.h836 int wps_cred_add_sae; member
H A Dconfig_winreg.c259 &config->wps_cred_add_sae); in wpa_config_read_global()
620 config->wps_cred_add_sae, 0); in wpa_config_write_global()
H A Dconfig_file.c1197 if (config->wps_cred_add_sae) in wpa_config_write_global()
1199 config->wps_cred_add_sae); in wpa_config_write_global()
H A Dwps_supplicant.c546 add_sae = wpa_s->conf->wps_cred_add_sae; in wpa_supplicant_wps_cred()
H A Dconfig.c5451 { INT_RANGE(wps_cred_add_sae, 0, 1), 0 },
H A DChangeLog197 for PSK (wps_cred_add_sae=1)
/freebsd/contrib/wpa/src/ap/
H A Dap_config.h511 int wps_cred_add_sae; member
H A Dwps_hostapd.c407 if (hapd->conf->wps_cred_add_sae && in hapd_wps_reconfig_in_memory()
606 if (hapd->conf->wps_cred_add_sae && in hapd_wps_cred_cb()
/freebsd/contrib/wpa/hostapd/
H A Dconfig_file.c3998 bss->wps_cred_add_sae = atoi(pos); in hostapd_config_fill()
H A DChangeLog154 for PSK (wps_cred_add_sae=1)