| /hostap-latest/src/common/ |
| D | common_module_tests.c | 532 bool failed; in sae_pk_tests() local 543 failed = false; in sae_pk_tests() 558 failed = true; in sae_pk_tests() 567 failed = true; in sae_pk_tests() 578 failed = true; in sae_pk_tests() 587 failed = true; in sae_pk_tests() 595 failed = true; in sae_pk_tests() 600 return failed ? -1 : 0; in sae_pk_tests()
|
| D | dpp_pkex.c | 424 pkex->failed = 1; in dpp_pkex_rx_exchange_req() 716 if (pkex->failed || pkex->t >= PKEX_COUNTER_T_LIMIT || !pkex->initiator) in dpp_pkex_rx_exchange_resp() 723 pkex->failed = 1; in dpp_pkex_rx_exchange_resp() 1042 pkex->failed = 1; in dpp_pkex_rx_commit_reveal_req() 1047 if (!pkex->exchange_done || pkex->failed || in dpp_pkex_rx_commit_reveal_req() 1079 pkex->failed = 1; in dpp_pkex_rx_commit_reveal_req() 1222 pkex->failed = 1; in dpp_pkex_rx_commit_reveal_resp() 1227 if (!pkex->exchange_done || pkex->failed || in dpp_pkex_rx_commit_reveal_resp()
|
| /hostap-latest/src/eap_server/ |
| D | eap_server_sim.c | 480 goto failed; in eap_sim_process_start() 485 goto failed; in eap_sim_process_start() 503 goto failed; in eap_sim_process_start() 582 goto failed; in eap_sim_process_start() 600 goto failed; in eap_sim_process_start() 608 goto failed; in eap_sim_process_start() 615 goto failed; in eap_sim_process_start() 622 goto failed; in eap_sim_process_start() 627 goto failed; in eap_sim_process_start() 640 goto failed; in eap_sim_process_start() [all …]
|
| D | eap_server_ikev2.c | 96 goto failed; in eap_ikev2_init() 108 goto failed; in eap_ikev2_init() 116 failed: in eap_ikev2_init()
|
| /hostap-latest/tests/remote/ |
| D | run-tests.py | 165 failed = [] 362 failed.append(test.__name__.replace('test_', '', 1)) 367 failed.append(test.__name__.replace('test_', '', 1)) 385 failed.append(hwsim_test.__name__.replace('test_', '', 1)) 390 failed.append(hwsim_test.__name__.replace('test_', '', 1)) 395 failed.append(hwsim_test.__name__.replace('test_', '', 1)) 401 if len(failed) > 0: 403 for test in failed:
|
| /hostap-latest/src/rsn_supp/ |
| D | wpa.c | 914 goto failed; in wpa_supplicant_process_1_of_4_wpa() 922 goto failed; in wpa_supplicant_process_1_of_4_wpa() 933 goto failed; in wpa_supplicant_process_1_of_4_wpa() 941 goto failed; in wpa_supplicant_process_1_of_4_wpa() 946 failed: in wpa_supplicant_process_1_of_4_wpa() 1016 goto failed; in wpa_supplicant_process_1_of_4() 1024 goto failed; in wpa_supplicant_process_1_of_4() 1037 goto failed; in wpa_supplicant_process_1_of_4() 1056 goto failed; in wpa_supplicant_process_1_of_4() 1069 goto failed; in wpa_supplicant_process_1_of_4() [all …]
|
| /hostap-latest/src/utils/ |
| D | pcsc_funcs.c | 544 goto failed; in scard_init() 551 goto failed; in scard_init() 560 goto failed; in scard_init() 567 goto failed; in scard_init() 572 goto failed; in scard_init() 597 goto failed; in scard_init() 614 goto failed; in scard_init() 628 goto failed; in scard_init() 648 goto failed; in scard_init() 654 goto failed; in scard_init() [all …]
|
| /hostap-latest/src/eap_peer/ |
| D | eap_psk.c | 188 int failed = 0; in eap_psk_process_3() local 298 failed = 1; in eap_psk_process_3() 307 failed = 1; in eap_psk_process_3() 332 failed = 1; in eap_psk_process_3() 339 } else if (failed) in eap_psk_process_3() 358 failed ? "un" : ""); in eap_psk_process_3() 361 ret->decision = failed ? DECISION_FAIL : DECISION_UNCOND_SUCC; in eap_psk_process_3()
|
| D | eap_teap.c | 1252 int failed = 0; in eap_teap_process_decrypted() local 1283 failed = 1; in eap_teap_process_decrypted() 1293 failed = 1; in eap_teap_process_decrypted() 1303 failed = 1; in eap_teap_process_decrypted() 1313 failed = 1; in eap_teap_process_decrypted() 1322 failed = 1; in eap_teap_process_decrypted() 1326 if (tlv.result == TEAP_STATUS_SUCCESS && !failed) in eap_teap_process_decrypted() 1328 if (tlv.iresult == TEAP_STATUS_SUCCESS && !failed) { in eap_teap_process_decrypted() 1356 failed = 1; in eap_teap_process_decrypted() 1367 failed = 1; in eap_teap_process_decrypted() [all …]
|
| D | eap_ikev2.c | 84 goto failed; in eap_ikev2_init() 88 goto failed; in eap_ikev2_init() 95 goto failed; in eap_ikev2_init() 101 failed: in eap_ikev2_init()
|
| D | eap_fast.c | 1196 int failed = 0; in eap_fast_process_decrypted() local 1221 failed = 1; in eap_fast_process_decrypted() 1227 tmp = eap_fast_tlv_result(failed ? EAP_TLV_RESULT_FAILURE : in eap_fast_process_decrypted() 1242 failed = 1; in eap_fast_process_decrypted() 1262 if (tlv.result == EAP_TLV_RESULT_SUCCESS && !failed) { in eap_fast_process_decrypted() 1265 } else if (failed) { in eap_fast_process_decrypted() 1270 if (resp && tlv.result == EAP_TLV_RESULT_SUCCESS && !failed && in eap_fast_process_decrypted()
|
| /hostap-latest/src/crypto/ |
| D | crypto_internal-modexp.c | 63 int failed; in crypto_dh_derive_secret() local 69 failed = !p || !q || !tmp || in crypto_dh_derive_secret() 77 if (failed) in crypto_dh_derive_secret()
|
| D | crypto_gnutls.c | 333 int failed; in crypto_dh_derive_secret() local 337 failed = !tmp || in crypto_dh_derive_secret() 342 if (!failed) { in crypto_dh_derive_secret() 344 failed = gcry_mpi_cmp_ui(tmp, 1) != 0; in crypto_dh_derive_secret() 349 if (failed) in crypto_dh_derive_secret()
|
| D | crypto_nettle.c | 354 int failed; in crypto_dh_derive_secret() local 361 failed = mpz_cmp_d(tmp, 1) != 0; in crypto_dh_derive_secret() 363 if (failed) in crypto_dh_derive_secret()
|
| /hostap-latest/tests/hwsim/vm/ |
| D | parallel-vm.py | 90 failed = [] 92 failed += vm[i]['failed'] 93 return failed 579 failed = get_failed(vm) 604 for name in failed: 610 elif failed and not double_failed: 707 if double_failed or (failed and not rerun_failures): 710 if failed:
|
| /hostap-latest/src/tls/ |
| D | tlsv1_client.c | 189 goto failed; in tlsv1_client_handshake() 214 goto failed; in tlsv1_client_handshake() 228 goto failed; in tlsv1_client_handshake() 248 goto failed; in tlsv1_client_handshake() 261 failed: in tlsv1_client_handshake()
|
| D | tlsv1_server.c | 161 goto failed; in tlsv1_server_handshake() 169 goto failed; in tlsv1_server_handshake() 182 goto failed; in tlsv1_server_handshake() 194 failed: in tlsv1_server_handshake()
|
| /hostap-latest/hostapd/ |
| D | eap_testing.txt | 6 F) failed 75 1) EAP-TLS itself worked, but peer certificate validation failed at
|
| D | config_file.c | 302 goto failed; in hostapd_config_read_eap_user() 321 goto failed; in hostapd_config_read_eap_user() 327 goto failed; in hostapd_config_read_eap_user() 342 goto failed; in hostapd_config_read_eap_user() 349 goto failed; in hostapd_config_read_eap_user() 365 goto failed; in hostapd_config_read_eap_user() 416 goto failed; in hostapd_config_read_eap_user() 430 goto failed; in hostapd_config_read_eap_user() 465 goto failed; in hostapd_config_read_eap_user() 472 goto failed; in hostapd_config_read_eap_user() [all …]
|
| /hostap-latest/wlantest/ |
| D | process.c | 277 int rxflags = 0, txflags = 0, failed = 0, fcs = 0; in wlantest_process() local 312 failed = le_to_host16((*(u16 *) iter.this_arg)) & in wlantest_process() 346 tx_status(wt, frame, frame_len, !failed); in wlantest_process()
|
| /hostap-latest/src/drivers/ |
| D | driver_nl80211_monitor.c | 109 int injected = 0, failed = 0, rxflags = 0; in handle_monitor_read() local 142 failed = le_to_host16((*(le16 *) iter.this_arg)) & in handle_monitor_read() 167 len - iter._max_length, !failed); in handle_monitor_read()
|
| /hostap-latest/wpa_supplicant/ |
| D | hs20_supplicant.c | 46 unsigned int failed:1; member 577 if (icon->id || icon->failed) in hs20_osu_icon_fetch_result() 580 icon->failed = 1; in hs20_osu_icon_fetch_result() 807 if (icon->failed) in hs20_osu_fetch_done() 832 if (icon->id || icon->failed) in hs20_next_osu_icon() 844 icon->failed = 1; in hs20_next_osu_icon()
|
| /hostap-latest/tests/hwsim/ |
| D | run-tests.py | 426 failed = [] 719 failed.append(name) 753 if len(failed): 756 logger.info("failed tests: " + ' '.join(failed)) 758 print("failed tests: " + ' '.join(failed))
|
| D | example-setup.txt | 157 failed tests: wext_wpa2_psk wext_wep_open_auth wext_open wext_rfkill wext_scan_hidden wext_pmksa_ca… 167 The following test failed every time (i.e., other failed cases could be
|
| /hostap-latest/src/radius/ |
| D | radius_server.c | 2042 int line = 0, mask, failed = 0, i; in radius_server_read_clients() local 2086 failed = 1; in radius_server_read_clients() 2096 failed = 1; in radius_server_read_clients() 2106 failed = 1; in radius_server_read_clients() 2112 failed = 1; in radius_server_read_clients() 2131 failed = 1; in radius_server_read_clients() 2137 failed = 1; in radius_server_read_clients() 2142 failed = 1; in radius_server_read_clients() 2176 if (failed) { in radius_server_read_clients()
|