Searched refs:wps_testing_dummy_cred (Results 1 - 11 of 11) sorted by relevance

/external/wpa_supplicant_8/hostapd/src/wps/
H A Dwps_defs.h15 extern int wps_testing_dummy_cred;
H A Dwps.c20 int wps_testing_dummy_cred = 0; variable
H A Dwps_registrar.c1699 if (wps_testing_dummy_cred)
/external/wpa_supplicant_8/src/wps/
H A Dwps_defs.h15 extern int wps_testing_dummy_cred;
H A Dwps.c20 int wps_testing_dummy_cred = 0; variable
H A Dwps_registrar.c1699 if (wps_testing_dummy_cred)
/external/wpa_supplicant_8/wpa_supplicant/src/wps/
H A Dwps_defs.h15 extern int wps_testing_dummy_cred;
H A Dwps.c20 int wps_testing_dummy_cred = 0; variable
H A Dwps_registrar.c1699 if (wps_testing_dummy_cred)
/external/wpa_supplicant_8/hostapd/
H A Dctrl_iface.c1057 } else if (os_strcasecmp(cmd, "wps_testing_dummy_cred") == 0) {
1058 wps_testing_dummy_cred = atoi(value);
1060 wps_testing_dummy_cred);
1814 wps_testing_dummy_cred = 0;
/external/wpa_supplicant_8/wpa_supplicant/
H A Dctrl_iface.c331 } else if (os_strcasecmp(cmd, "wps_testing_dummy_cred") == 0) {
332 wps_testing_dummy_cred = atoi(value);
334 wps_testing_dummy_cred);
5750 wps_testing_dummy_cred = 0;

Completed in 570 milliseconds