Home
last modified time | relevance | path

Searched refs:wps_cred_processing (Results 1 – 11 of 11) sorted by relevance

/external/wpa_supplicant_8/wpa_supplicant/dbus/
Ddbus_new_handlers_wps.c357 dbus_bool_t process = wpa_s->conf->wps_cred_processing != 1; in wpas_dbus_getter_process_credentials()
387 old_pc = wpa_s->conf->wps_cred_processing != 1; in wpas_dbus_setter_process_credentials()
388 wpa_s->conf->wps_cred_processing = (process_credentials ? 2 : 1); in wpas_dbus_setter_process_credentials()
390 if ((wpa_s->conf->wps_cred_processing != 1) != old_pc) in wpas_dbus_setter_process_credentials()
/external/wpa_supplicant_8/src/ap/
Dwps_hostapd.c422 if ((hapd->conf->wps_cred_processing == 1 || in hapd_wps_cred_cb()
423 hapd->conf->wps_cred_processing == 2) && cred->cred_attr) { in hapd_wps_cred_cb()
425 } else if (hapd->conf->wps_cred_processing == 1 || in hapd_wps_cred_cb()
426 hapd->conf->wps_cred_processing == 2) { in hapd_wps_cred_cb()
436 if (hapd->conf->wps_cred_processing == 1) in hapd_wps_cred_cb()
1146 cfg.disable_auto_conf = (hapd->conf->wps_cred_processing == 1) && in hostapd_init_wps()
Dap_config.h436 int wps_cred_processing; member
/external/wpa_supplicant_8/wpa_supplicant/
Dconfig.h709 int wps_cred_processing; member
Dconfig_winreg.c257 &config->wps_cred_processing); in wpa_config_read_global()
606 config->wps_cred_processing, 0); in wpa_config_write_global()
Dconfig_file.c1154 if (config->wps_cred_processing) in wpa_config_write_global()
1156 config->wps_cred_processing); in wpa_config_write_global()
Dwps_supplicant.c369 if ((wpa_s->conf->wps_cred_processing == 1 || in wpa_supplicant_wps_cred()
370 wpa_s->conf->wps_cred_processing == 2) && cred->cred_attr) { in wpa_supplicant_wps_cred()
388 if (wpa_s->conf->wps_cred_processing == 1) in wpa_supplicant_wps_cred()
DREADME-WPS216 This internal processing can be disabled with wps_cred_processing=1
Dconfig.c4540 { INT_RANGE(wps_cred_processing, 0, 2), 0 },
/external/wpa_supplicant_8/hostapd/
DREADME-WPS269 wps_cred_processing=1 option. When this is used, an external program
Dconfig_file.c3194 bss->wps_cred_processing = atoi(pos); in hostapd_config_fill()