Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/wpa_supplicant/
Dconfig.h756 int wps_cred_add_sae; member
Dconfig_winreg.c259 &config->wps_cred_add_sae); in wpa_config_read_global()
610 config->wps_cred_add_sae, 0); in wpa_config_write_global()
Dconfig_file.c1192 if (config->wps_cred_add_sae) in wpa_config_write_global()
1194 config->wps_cred_add_sae); in wpa_config_write_global()
Dwps_supplicant.c533 if (wpa_s->conf->wps_cred_add_sae && in wpa_supplicant_wps_cred()
Dconfig.c4759 { INT_RANGE(wps_cred_add_sae, 0, 1), 0 },
/external/wpa_supplicant_8/src/ap/
Dap_config.h468 int wps_cred_add_sae; member
Dwps_hostapd.c357 if (hapd->conf->wps_cred_add_sae && in hapd_wps_reconfig_in_memory()
552 if (hapd->conf->wps_cred_add_sae && in hapd_wps_cred_cb()
/external/wpa_supplicant_8/hostapd/
Dconfig_file.c3627 bss->wps_cred_add_sae = atoi(pos); in hostapd_config_fill()