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

/external/wpa_supplicant_6/wpa_supplicant/
H A Dconfig.h317 * wps_cred_processing - Credential processing
325 int wps_cred_processing; member in struct:wpa_config
H A Dconfig_file.c459 { INT_RANGE(wps_cred_processing, 0, 2) },
889 if (config->wps_cred_processing)
890 fprintf(f, "wps_cred_processing=%d\n",
891 config->wps_cred_processing);
H A Dwps_supplicant.c192 if ((wpa_s->conf->wps_cred_processing == 1 ||
193 wpa_s->conf->wps_cred_processing == 2) && cred->cred_attr) {
210 if (wpa_s->conf->wps_cred_processing == 1)
H A Dconfig_winreg.c254 wpa_config_read_reg_dword(hk, TEXT("wps_cred_processing"),
255 &config->wps_cred_processing);
578 wpa_config_write_reg_dword(hk, TEXT("wps_cred_processing"),
579 config->wps_cred_processing, 0);
/external/wpa_supplicant_8/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)
/external/wpa_supplicant_8/wpa_supplicant/
H A Dconfig.h540 * wps_cred_processing - Credential processing
548 int wps_cred_processing; member in struct:wpa_config
H A Dconfig_file.c824 if (config->wps_cred_processing)
825 fprintf(f, "wps_cred_processing=%d\n",
826 config->wps_cred_processing);
H A Dconfig_winreg.c255 wpa_config_read_reg_dword(hk, TEXT("wps_cred_processing"),
256 &config->wps_cred_processing);
592 wpa_config_write_reg_dword(hk, TEXT("wps_cred_processing"),
593 config->wps_cred_processing, 0);
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.c2988 { INT_RANGE(wps_cred_processing, 0, 2), 0 },
/external/wpa_supplicant_8/hostapd/src/ap/
H A Dwps_hostapd.c309 if ((hapd->conf->wps_cred_processing == 1 ||
310 hapd->conf->wps_cred_processing == 2) && cred->cred_attr) {
312 } else if (hapd->conf->wps_cred_processing == 1 ||
313 hapd->conf->wps_cred_processing == 2) {
323 if (hapd->conf->wps_cred_processing == 1)
957 cfg.disable_auto_conf = (hapd->conf->wps_cred_processing == 1) &&
H A Dap_config.h351 int wps_cred_processing; member in struct:hostapd_bss_config
/external/wpa_supplicant_8/src/ap/
H A Dwps_hostapd.c309 if ((hapd->conf->wps_cred_processing == 1 ||
310 hapd->conf->wps_cred_processing == 2) && cred->cred_attr) {
312 } else if (hapd->conf->wps_cred_processing == 1 ||
313 hapd->conf->wps_cred_processing == 2) {
323 if (hapd->conf->wps_cred_processing == 1)
957 cfg.disable_auto_conf = (hapd->conf->wps_cred_processing == 1) &&
H A Dap_config.h351 int wps_cred_processing; member in struct:hostapd_bss_config
/external/wpa_supplicant_8/wpa_supplicant/src/ap/
H A Dwps_hostapd.c309 if ((hapd->conf->wps_cred_processing == 1 ||
310 hapd->conf->wps_cred_processing == 2) && cred->cred_attr) {
312 } else if (hapd->conf->wps_cred_processing == 1 ||
313 hapd->conf->wps_cred_processing == 2) {
323 if (hapd->conf->wps_cred_processing == 1)
957 cfg.disable_auto_conf = (hapd->conf->wps_cred_processing == 1) &&
H A Dap_config.h351 int wps_cred_processing; member in struct:hostapd_bss_config
/external/wpa_supplicant_8/hostapd/
H A Dconfig_file.c2608 } else if (os_strcmp(buf, "wps_cred_processing") == 0) {
2609 bss->wps_cred_processing = atoi(pos);

Completed in 421 milliseconds