Home
last modified time | relevance | path

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

/src/contrib/wpa/wpa_supplicant/dbus/
H A Ddbus_new_handlers_wps.c361 dbus_bool_t process = wpa_s->conf->wps_cred_processing != 1; in wpas_dbus_getter_process_credentials()
391 old_pc = wpa_s->conf->wps_cred_processing != 1; in wpas_dbus_setter_process_credentials()
392 wpa_s->conf->wps_cred_processing = (process_credentials ? 2 : 1); in wpas_dbus_setter_process_credentials()
394 if ((wpa_s->conf->wps_cred_processing != 1) != old_pc) in wpas_dbus_setter_process_credentials()
/src/contrib/wpa/src/ap/
H A Dwps_hostapd.c483 if ((hapd->conf->wps_cred_processing == 1 || in hapd_wps_cred_cb()
484 hapd->conf->wps_cred_processing == 2) && cred->cred_attr) { in hapd_wps_cred_cb()
486 } else if (hapd->conf->wps_cred_processing == 1 || in hapd_wps_cred_cb()
487 hapd->conf->wps_cred_processing == 2) { in hapd_wps_cred_cb()
497 if (hapd->conf->wps_cred_processing == 1) in hapd_wps_cred_cb()
1308 cfg.disable_auto_conf = (hapd->conf->wps_cred_processing == 1) && in hostapd_init_wps()
H A Dap_config.h510 int wps_cred_processing; member
/src/contrib/wpa/wpa_supplicant/
H A Dconfig.h826 int wps_cred_processing; member
H A Dconfig_winreg.c257 &config->wps_cred_processing); in wpa_config_read_global()
618 config->wps_cred_processing, 0); in wpa_config_write_global()
H A Dwps_supplicant.c385 if ((wpa_s->conf->wps_cred_processing == 1 || in wpa_supplicant_wps_cred()
386 wpa_s->conf->wps_cred_processing == 2) && cred->cred_attr) { in wpa_supplicant_wps_cred()
404 if (wpa_s->conf->wps_cred_processing == 1) in wpa_supplicant_wps_cred()
H A Dconfig_file.c1194 if (config->wps_cred_processing) in wpa_config_write_global()
1196 config->wps_cred_processing); in wpa_config_write_global()
H A DREADME-WPS212 This internal processing can be disabled with wps_cred_processing=1
H A Dconfig.c5450 { INT_RANGE(wps_cred_processing, 0, 2), 0 },
/src/contrib/wpa/hostapd/
H A DREADME-WPS269 wps_cred_processing=1 option. When this is used, an external program
H A Dconfig_file.c3996 bss->wps_cred_processing = atoi(pos); in hostapd_config_fill()