Searched refs:wps_cred_processing (Results 1 - 8 of 8) sorted by relevance

/freebsd-11-stable/contrib/wpa/wpa_supplicant/dbus/
H A Ddbus_new_handlers_wps.c353 * true if wps_cred_processing configuration field is not equal to 1 or false
361 dbus_bool_t process = wpa_s->conf->wps_cred_processing != 1;
391 old_pc = wpa_s->conf->wps_cred_processing != 1;
392 wpa_s->conf->wps_cred_processing = (process_credentials ? 2 : 1);
394 if ((wpa_s->conf->wps_cred_processing != 1) != old_pc)
/freebsd-11-stable/contrib/wpa/wpa_supplicant/
H A Dconfig.h739 * wps_cred_processing - Credential processing
747 int wps_cred_processing; member in struct:wpa_config
H A Dwps_supplicant.c372 if ((wpa_s->conf->wps_cred_processing == 1 ||
373 wpa_s->conf->wps_cred_processing == 2) && cred->cred_attr) {
391 if (wpa_s->conf->wps_cred_processing == 1)
H A Dconfig_file.c1190 if (config->wps_cred_processing)
1191 fprintf(f, "wps_cred_processing=%d\n",
1192 config->wps_cred_processing);
H A Dconfig.c4760 { INT_RANGE(wps_cred_processing, 0, 2), 0 },
/freebsd-11-stable/contrib/wpa/src/ap/
H A Dwps_hostapd.c435 if ((hapd->conf->wps_cred_processing == 1 ||
436 hapd->conf->wps_cred_processing == 2) && cred->cred_attr) {
438 } else if (hapd->conf->wps_cred_processing == 1 ||
439 hapd->conf->wps_cred_processing == 2) {
449 if (hapd->conf->wps_cred_processing == 1)
1212 cfg.disable_auto_conf = (hapd->conf->wps_cred_processing == 1) &&
H A Dap_config.h487 int wps_cred_processing; member in struct:hostapd_bss_config
/freebsd-11-stable/contrib/wpa/hostapd/
H A Dconfig_file.c3661 } else if (os_strcmp(buf, "wps_cred_processing") == 0) {
3662 bss->wps_cred_processing = atoi(pos);

Completed in 115 milliseconds