Home
last modified time | relevance | path

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

/hostap-latest/wpa_supplicant/
Dconfig.h836 int wps_cred_add_sae; member
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()
Dconfig_file.c1198 if (config->wps_cred_add_sae) in wpa_config_write_global()
1200 config->wps_cred_add_sae); in wpa_config_write_global()
Dwps_supplicant.c546 add_sae = wpa_s->conf->wps_cred_add_sae; in wpa_supplicant_wps_cred()
Dconfig.c5453 { INT_RANGE(wps_cred_add_sae, 0, 1), 0 },
DChangeLog197 for PSK (wps_cred_add_sae=1)
/hostap-latest/src/ap/
Dap_config.h527 int wps_cred_add_sae; member
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()
/hostap-latest/hostapd/
DChangeLog154 for PSK (wps_cred_add_sae=1)
Dconfig_file.c4067 bss->wps_cred_add_sae = atoi(pos); in hostapd_config_fill()