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 346 * 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/
config.h 548 * wps_cred_processing - Credential processing
556 int wps_cred_processing; member in struct:wpa_config
config_file.c 890 if (config->wps_cred_processing)
891 fprintf(f, "wps_cred_processing=%d\n",
892 config->wps_cred_processing);
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);
wps_supplicant.c 307 if ((wpa_s->conf->wps_cred_processing == 1 ||
308 wpa_s->conf->wps_cred_processing == 2) && cred->cred_attr) {
326 if (wpa_s->conf->wps_cred_processing == 1)
    [all...]
config.c     [all...]
  /external/wpa_supplicant_8/src/ap/
wps_hostapd.c 439 if ((hapd->conf->wps_cred_processing == 1 ||
440 hapd->conf->wps_cred_processing == 2) && cred->cred_attr) {
442 } else if (hapd->conf->wps_cred_processing == 1 ||
443 hapd->conf->wps_cred_processing == 2) {
453 if (hapd->conf->wps_cred_processing == 1)
1153 cfg.disable_auto_conf = (hapd->conf->wps_cred_processing == 1) &&
    [all...]
ap_config.h 361 int wps_cred_processing; member in struct:hostapd_bss_config
  /external/wpa_supplicant_8/hostapd/
config_file.c     [all...]

Completed in 44 milliseconds