HomeSort by relevance Sort by last modified time
    Searched refs:wps_cred_processing (Results 1 - 9 of 9) sorted by null

  /external/wpa_supplicant_8/wpa_supplicant/dbus/
dbus_new_handlers_wps.c 349 * true if wps_cred_processing configuration field is not equal to 1 or false
357 dbus_bool_t process = wpa_s->conf->wps_cred_processing != 1;
387 old_pc = wpa_s->conf->wps_cred_processing != 1;
388 wpa_s->conf->wps_cred_processing = (process_credentials ? 2 : 1);
390 if ((wpa_s->conf->wps_cred_processing != 1) != old_pc)
  /external/wpa_supplicant_8/wpa_supplicant/
config.h 678 * wps_cred_processing - Credential processing
686 int wps_cred_processing; member in struct:wpa_config
    [all...]
config_winreg.c 256 wpa_config_read_reg_dword(hk, TEXT("wps_cred_processing"),
257 &config->wps_cred_processing);
603 wpa_config_write_reg_dword(hk, TEXT("wps_cred_processing"),
604 config->wps_cred_processing, 0);
config_file.c 1057 if (config->wps_cred_processing)
1058 fprintf(f, "wps_cred_processing=%d\n",
1059 config->wps_cred_processing);
    [all...]
wps_supplicant.c 369 if ((wpa_s->conf->wps_cred_processing == 1 ||
370 wpa_s->conf->wps_cred_processing == 2) && cred->cred_attr) {
388 if (wpa_s->conf->wps_cred_processing == 1)
    [all...]
config.c     [all...]
  /external/wpa_supplicant_8/src/ap/
wps_hostapd.c 428 if ((hapd->conf->wps_cred_processing == 1 ||
429 hapd->conf->wps_cred_processing == 2) && cred->cred_attr) {
431 } else if (hapd->conf->wps_cred_processing == 1 ||
432 hapd->conf->wps_cred_processing == 2) {
442 if (hapd->conf->wps_cred_processing == 1)
1134 cfg.disable_auto_conf = (hapd->conf->wps_cred_processing == 1) &&
    [all...]
ap_config.h 395 int wps_cred_processing; member in struct:hostapd_bss_config
  /external/wpa_supplicant_8/hostapd/
config_file.c     [all...]

Completed in 114 milliseconds