/hostap-latest/src/utils/ |
D | utils_module_tests.c | 51 int errors = 0; in printf_encode_decode_tests() local 66 errors++; in printf_encode_decode_tests() 74 errors++; in printf_encode_decode_tests() 82 errors++; in printf_encode_decode_tests() 91 errors++; in printf_encode_decode_tests() 96 errors++; in printf_encode_decode_tests() 99 errors++; in printf_encode_decode_tests() 102 errors++; in printf_encode_decode_tests() 105 errors++; in printf_encode_decode_tests() 114 errors++; in printf_encode_decode_tests() [all …]
|
D | xml_libxml2.c | 62 struct str_buf errors; in xml_validate() local 77 os_memset(&errors, 0, sizeof(errors)); in xml_validate() 82 &errors); in xml_validate() 89 &errors); in xml_validate() 97 os_free(errors.buf); in xml_validate() 101 *ret_err = errors.buf; in xml_validate() 103 os_free(errors.buf); in xml_validate() 107 *ret_err = errors.buf; in xml_validate() 109 os_free(errors.buf); in xml_validate() 123 struct str_buf errors; in xml_validate_dtd() local [all …]
|
/hostap-latest/wpa_supplicant/ |
D | config_winreg.c | 53 int errors = 0; in wpa_config_read_blobs() local 98 errors++; in wpa_config_read_blobs() 105 errors++; in wpa_config_read_blobs() 115 return errors ? -1 : 0; in wpa_config_read_blobs() 203 int errors = 0; in wpa_config_read_global() local 226 errors++; in wpa_config_read_global() 235 errors++; in wpa_config_read_global() 249 errors++; in wpa_config_read_global() 255 errors++; in wpa_config_read_global() 285 errors++; in wpa_config_read_global() [all …]
|
D | config_file.c | 31 int errors = 0; in wpa_config_validate_network() local 37 errors++; in wpa_config_validate_network() 61 errors++; in wpa_config_validate_network() 69 errors++; in wpa_config_validate_network() 77 errors++; in wpa_config_validate_network() 81 return errors; in wpa_config_validate_network() 88 int errors = 0, end = 0; in wpa_config_read_network() local 111 errors++; in wpa_config_read_network() 120 errors++; in wpa_config_read_network() 139 errors++; in wpa_config_read_network() [all …]
|
D | ctrl_iface_udp.c | 39 int errors; member 572 dst->errors++; 573 if (dst->errors > 10) { 579 dst->errors = 0;
|
D | ctrl_iface_zephyr.h | 30 int errors; member
|
D | ctrl_iface_named_pipe.c | 68 int errors; member 514 dst->errors++; in wpa_supplicant_ctrl_iface_send() 515 if (dst->errors > 10) in wpa_supplicant_ctrl_iface_send() 518 dst->errors = 0; in wpa_supplicant_ctrl_iface_send()
|
D | ctrl_iface_zephyr.c | 85 dst->errors++; in wpa_supplicant_ctrl_iface_send() 87 dst->errors = 0; in wpa_supplicant_ctrl_iface_send()
|
D | config.c | 673 int val = 0, last, errors = 0; in wpa_config_parse_proto() local 701 errors++; in wpa_config_parse_proto() 713 errors++; in wpa_config_parse_proto() 716 if (!errors && ssid->proto == val) in wpa_config_parse_proto() 720 return errors ? -1 : 0; in wpa_config_parse_proto() 774 int val = 0, last, errors = 0; in wpa_config_parse_key_mgmt() local 869 errors++; in wpa_config_parse_key_mgmt() 881 errors++; in wpa_config_parse_key_mgmt() 884 if (!errors && ssid->key_mgmt == val) in wpa_config_parse_key_mgmt() 888 return errors ? -1 : 0; in wpa_config_parse_key_mgmt() [all …]
|
D | ctrl_iface_unix.c | 996 dst->errors = 0; in wpa_supplicant_ctrl_iface_send() 1004 dst->errors++; in wpa_supplicant_ctrl_iface_send() 1006 if (dst->errors > 10 || _errno == ENOENT || _errno == EPERM) { in wpa_supplicant_ctrl_iface_send()
|
D | ChangeLog | 1173 - Add mechanism for indicating non-standard WPS errors. 1905 * fixed OpenSSL error reporting to go through all pending errors to 1906 avoid confusing reports of old errors being reported at later point 2323 * fixed couple of errors in PCSC handling that could have caused 2324 random-looking errors for EAP-SIM
|
/hostap-latest/src/crypto/ |
D | crypto_module_tests.c | 945 int errors = 0; in test_md5() local 955 errors++; in test_md5() 967 errors++; in test_md5() 973 if (!errors) in test_md5() 976 return errors; in test_md5() 1091 int errors = 0; in test_eap_fast() local 1101 errors++; in test_eap_fast() 1111 errors++; in test_eap_fast() 1120 errors++; in test_eap_fast() 1131 errors++; in test_eap_fast() [all …]
|
/hostap-latest/tests/hwsim/ |
D | run-all.sh | 3 errors=0 137 ${SUDO} env VM=$VM ./run-tests.py -D --logdir "$LOGDIR" $TRACE_ARGS -q $DB $RUN_TEST_ARGS || errors… 145 errors=1 151 errors=1 161 if [ $errors -gt 0 ]; then
|
D | tshark.py | 52 out = output[0].decode(errors='ignore') 58 errors = out1.split('\n') 61 for f in errors: 80 errors = out1.split('\n') 82 for f in errors:
|
D | test_hapd_ctrl.py | 344 errors = ["wpa_key_mgmt FOO", 510 for e in errors: 519 errors = ["osu_friendly_name eng1:Example", 521 for e in errors:
|
/hostap-latest/tests/ |
D | test-md4.c | 62 int errors = 0; in main() local 72 errors++; in main() 84 errors++; in main() 92 return errors; in main()
|
D | test-sha256.c | 111 int errors = 0; in main() local 114 errors++; in main() 116 errors++; in main() 118 return errors; in main()
|
/hostap-latest/wlantest/ |
D | test_vectors.c | 1510 int errors = 0; in main() local 1527 errors += test_vector_gcmp(); in main() 1528 errors += test_vector_gcmp_256(); in main() 1529 errors += test_vector_ccmp_256(); in main() 1530 errors += test_vector_bip_gmac_128(); in main() 1531 errors += test_vector_bip_gmac_128_s1g_beacon(); in main() 1532 errors += test_vector_bip_gmac_128_s1g_beacon_ext(); in main() 1533 errors += test_vector_bip_gmac_128_s1g_beacon_bce(); in main() 1534 errors += test_vector_bip_gmac_128_s1g_beacon_bce_ext(); in main() 1535 errors += test_vector_bip_gmac_256(); in main() [all …]
|
/hostap-latest/src/common/ |
D | ctrl_iface_common.h | 28 int errors; member
|
/hostap-latest/doc/ |
D | dbus.doxygen | 7 values, and possible errors. 55 <h4>Possible errors</h4> 74 <h4>Possible errors</h4> 96 <h4>Possible errors</h4> 118 "info" (informative), "warning" (warnings), and "error" (errors).</p> 220 <h4>Possible errors</h4> 230 <h4>Possible errors</h4> 250 <h4>Possible errors</h4> 267 <h4>Possible errors</h4> 291 <h4>Possible errors</h4> [all …]
|
/hostap-latest/hs20/client/ |
D | Makefile | 11 TEST_WK := $(shell pkg-config --silence-errors --cflags webkitgtk-3.0)
|
/hostap-latest/hostapd/ |
D | config_file.c | 1030 int line = 0, errors = 0; in hostapd_config_read_rxkh_file() local 1061 errors++; in hostapd_config_read_rxkh_file() 1072 errors++; in hostapd_config_read_rxkh_file() 1079 errors++; in hostapd_config_read_rxkh_file() 1086 if (errors) { in hostapd_config_read_rxkh_file() 1089 errors, fname); in hostapd_config_read_rxkh_file() 5199 int errors = 0; in hostapd_config_read() local 5249 errors++; in hostapd_config_read() 5254 errors += hostapd_config_fill(conf, bss, buf, pos, line); in hostapd_config_read() 5263 errors++; in hostapd_config_read() [all …]
|
D | ctrl_iface.c | 5856 dst->errors++; in hostapd_ctrl_iface_send_internal() 5857 if (dst->errors > 10 || _errno == ENOENT) { in hostapd_ctrl_iface_send_internal() 5863 dst->errors = 0; in hostapd_ctrl_iface_send_internal()
|
/hostap-latest/wpa_supplicant/doc/docbook/ |
D | wpa_priv.sgml | 39 of potential software errors by containing the majority of the code in an
|
/hostap-latest/src/ap/ |
D | hostapd.c | 383 int errors = 0, idx; in hostapd_broadcast_wep_set() local 394 errors++; in hostapd_broadcast_wep_set() 397 return errors; in hostapd_broadcast_wep_set()
|