Home
last modified time | relevance | path

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

/dragonfly/contrib/wpa_supplicant/wpa_supplicant/dbus/
HDdbus_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()
/dragonfly/contrib/wpa_supplicant/src/ap/
HDwps_hostapd.c435 if ((hapd->conf->wps_cred_processing == 1 || in hapd_wps_cred_cb()
436 hapd->conf->wps_cred_processing == 2) && cred->cred_attr) { in hapd_wps_cred_cb()
438 } else if (hapd->conf->wps_cred_processing == 1 || in hapd_wps_cred_cb()
439 hapd->conf->wps_cred_processing == 2) { in hapd_wps_cred_cb()
449 if (hapd->conf->wps_cred_processing == 1) in hapd_wps_cred_cb()
1212 cfg.disable_auto_conf = (hapd->conf->wps_cred_processing == 1) && in hostapd_init_wps()
HDap_config.h487 int wps_cred_processing; member
/dragonfly/contrib/wpa_supplicant/wpa_supplicant/
HDconfig.h747 int wps_cred_processing; member
HDconfig_winreg.c257 &config->wps_cred_processing); in wpa_config_read_global()
608 config->wps_cred_processing, 0); in wpa_config_write_global()
HDconfig_file.c1190 if (config->wps_cred_processing) in wpa_config_write_global()
1192 config->wps_cred_processing); in wpa_config_write_global()
HDwps_supplicant.c372 if ((wpa_s->conf->wps_cred_processing == 1 || in wpa_supplicant_wps_cred()
373 wpa_s->conf->wps_cred_processing == 2) && cred->cred_attr) { in wpa_supplicant_wps_cred()
391 if (wpa_s->conf->wps_cred_processing == 1) in wpa_supplicant_wps_cred()
HDREADME-WPS216 This internal processing can be disabled with wps_cred_processing=1
HDconfig.c4760 { INT_RANGE(wps_cred_processing, 0, 2), 0 },