Home
last modified time | relevance | path

Searched refs:skip_cred_build (Results 1 - 10 of 10) sorted by relevance

/third_party/wpa_supplicant/wpa_supplicant-2.9/src/wps/
H A Dwps_registrar.c168 int skip_cred_build; member
685 reg->skip_cred_build = cfg->skip_cred_build; in wps_registrar_init()
1646 if (wps->wps->registrar->skip_cred_build) in wps_build_cred()
1647 goto skip_cred_build; in wps_build_cred()
1837 skip_cred_build: in wps_build_cred()
H A Dwps.h352 * skip_cred_build: Do not build credential
359 int skip_cred_build; member
366 * skip_cred_build is set, this will also override the automatically
384 * to be set with a suitable Credential and skip_cred_build being used.
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/wps/
H A Dwps_registrar.c170 int skip_cred_build; member
687 reg->skip_cred_build = cfg->skip_cred_build; in wps_registrar_init()
1626 if (wps->wps->registrar->skip_cred_build) in wps_build_cred()
1627 goto skip_cred_build; in wps_build_cred()
1828 skip_cred_build: in wps_build_cred()
H A Dwps.h361 * skip_cred_build: Do not build credential
368 int skip_cred_build; member
375 * skip_cred_build is set, this will also override the automatically
393 * to be set with a suitable Credential and skip_cred_build being used.
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/
H A Dwps_hostapd.c1304 cfg.skip_cred_build = conf->skip_cred_build; in hostapd_init_wps()
1308 conf->skip_cred_build; in hostapd_init_wps()
H A Dap_config.h492 int skip_cred_build; member
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/
H A Dwps_hostapd.c1209 cfg.skip_cred_build = conf->skip_cred_build; in hostapd_init_wps()
1213 conf->skip_cred_build; in hostapd_init_wps()
H A Dap_config.h484 int skip_cred_build; member
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/hostapd/
H A Dap_config_file.c3849 } else if (os_strcmp(buf, "skip_cred_build") == 0) { in hostapd_config_fill()
3850 bss->skip_cred_build = atoi(pos); in hostapd_config_fill()
/third_party/wpa_supplicant/wpa_supplicant-2.9/hostapd/
H A Dap_config_file.c3651 } else if (os_strcmp(buf, "skip_cred_build") == 0) {
3652 bss->skip_cred_build = atoi(pos);

Completed in 41 milliseconds