HomeSort by relevance Sort by last modified time
    Searched full:wps_cred_processing (Results 1 - 13 of 13) 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_winreg.c 256 wpa_config_read_reg_dword(hk, TEXT("wps_cred_processing"),
257 &config->wps_cred_processing);
602 wpa_config_write_reg_dword(hk, TEXT("wps_cred_processing"),
603 config->wps_cred_processing, 0);
config_file.c 873 if (config->wps_cred_processing)
874 fprintf(f, "wps_cred_processing=%d\n",
875 config->wps_cred_processing);
config.h 547 * wps_cred_processing - Credential processing
555 int wps_cred_processing; member in struct:wpa_config
wps_supplicant.c 233 if ((wpa_s->conf->wps_cred_processing == 1 ||
234 wpa_s->conf->wps_cred_processing == 2) && cred->cred_attr) {
252 if (wpa_s->conf->wps_cred_processing == 1)
    [all...]
README-WPS 217 This internal processing can be disabled with wps_cred_processing=1
wpa_supplicant.conf 215 #wps_cred_processing=0
    [all...]
config.c     [all...]
  /external/wpa_supplicant_8/src/ap/
wps_hostapd.c 424 if ((hapd->conf->wps_cred_processing == 1 ||
425 hapd->conf->wps_cred_processing == 2) && cred->cred_attr) {
427 } else if (hapd->conf->wps_cred_processing == 1 ||
428 hapd->conf->wps_cred_processing == 2) {
438 if (hapd->conf->wps_cred_processing == 1)
1073 cfg.disable_auto_conf = (hapd->conf->wps_cred_processing == 1) &&
    [all...]
ap_config.h 359 int wps_cred_processing; member in struct:hostapd_bss_config
  /external/wpa_supplicant_8/hostapd/
README-WPS 271 wps_cred_processing=1 option. When this is used, an external program
hostapd.conf     [all...]
config_file.c     [all...]

Completed in 199 milliseconds