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

/external/wpa_supplicant_8/hostapd/src/wps/
H A Dwps_defs.h16 extern int wps_corrupt_pkhash;
H A Dwps_attr_build.c418 if (wps_corrupt_pkhash) {
H A Dwps.c21 int wps_corrupt_pkhash = 0; variable
/external/wpa_supplicant_8/src/wps/
H A Dwps_defs.h16 extern int wps_corrupt_pkhash;
H A Dwps_attr_build.c418 if (wps_corrupt_pkhash) {
H A Dwps.c21 int wps_corrupt_pkhash = 0; variable
/external/wpa_supplicant_8/wpa_supplicant/src/wps/
H A Dwps_defs.h16 extern int wps_corrupt_pkhash;
H A Dwps_attr_build.c418 if (wps_corrupt_pkhash) {
H A Dwps.c21 int wps_corrupt_pkhash = 0; variable
/external/wpa_supplicant_8/hostapd/
H A Dctrl_iface.c1314 } else if (os_strcasecmp(cmd, "wps_corrupt_pkhash") == 0) {
1315 wps_corrupt_pkhash = atoi(value);
1316 wpa_printf(MSG_DEBUG, "WPS: Testing - wps_corrupt_pkhash=%d",
1317 wps_corrupt_pkhash);
2784 wps_corrupt_pkhash = 0;
/external/wpa_supplicant_8/wpa_supplicant/
H A Dctrl_iface.c371 } else if (os_strcasecmp(cmd, "wps_corrupt_pkhash") == 0) {
372 wps_corrupt_pkhash = atoi(value);
373 wpa_printf(MSG_DEBUG, "WPS: Testing - wps_corrupt_pkhash=%d",
374 wps_corrupt_pkhash);
7072 wps_corrupt_pkhash = 0;

Completed in 114 milliseconds