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

/freebsd-10.1-release/contrib/wpa/wpa_supplicant/dbus/
H A Ddbus_new_handlers_wps.c346 * true if wps_cred_processing configuration field is not equal to 1 or false
354 dbus_bool_t process = (wpa_s->conf->wps_cred_processing != 1);
381 old_pc = (wpa_s->conf->wps_cred_processing != 1);
382 wpa_s->conf->wps_cred_processing = (process_credentials ? 2 : 1);
384 if ((wpa_s->conf->wps_cred_processing != 1) != old_pc)
/freebsd-10.1-release/contrib/wpa/wpa_supplicant/
H A Dconfig.h546 * wps_cred_processing - Credential processing
554 int wps_cred_processing; member in struct:wpa_config
H A Dconfig_file.c864 if (config->wps_cred_processing)
865 fprintf(f, "wps_cred_processing=%d\n",
866 config->wps_cred_processing);
H A Dwps_supplicant.c210 if ((wpa_s->conf->wps_cred_processing == 1 ||
211 wpa_s->conf->wps_cred_processing == 2) && cred->cred_attr) {
229 if (wpa_s->conf->wps_cred_processing == 1)
H A Dconfig.c3029 { INT_RANGE(wps_cred_processing, 0, 2), 0 },
/freebsd-10.1-release/contrib/wpa/src/ap/
H A Dwps_hostapd.c307 if ((hapd->conf->wps_cred_processing == 1 ||
308 hapd->conf->wps_cred_processing == 2) && cred->cred_attr) {
310 } else if (hapd->conf->wps_cred_processing == 1 ||
311 hapd->conf->wps_cred_processing == 2) {
321 if (hapd->conf->wps_cred_processing == 1)
955 cfg.disable_auto_conf = (hapd->conf->wps_cred_processing == 1) &&
H A Dap_config.h358 int wps_cred_processing; member in struct:hostapd_bss_config
/freebsd-10.1-release/contrib/wpa/hostapd/
H A Dconfig_file.c2627 } else if (os_strcmp(buf, "wps_cred_processing") == 0) {
2628 bss->wps_cred_processing = atoi(pos);

Completed in 187 milliseconds