Home
last modified time | relevance | path

Searched refs:failed (Results 1 – 25 of 53) sorted by relevance

123

/hostap-latest/src/common/
Dcommon_module_tests.c532 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()
Ddpp_pkex.c424 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/
Deap_server_sim.c480 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 …]
Deap_server_ikev2.c96 goto failed; in eap_ikev2_init()
108 goto failed; in eap_ikev2_init()
116 failed: in eap_ikev2_init()
/hostap-latest/tests/remote/
Drun-tests.py165 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/
Dwpa.c914 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/
Dpcsc_funcs.c544 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/
Deap_psk.c188 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()
Deap_teap.c1252 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 …]
Deap_ikev2.c84 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()
Deap_fast.c1196 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/
Dcrypto_internal-modexp.c63 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()
Dcrypto_gnutls.c333 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()
Dcrypto_nettle.c354 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/
Dparallel-vm.py90 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/
Dtlsv1_client.c189 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()
Dtlsv1_server.c161 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/
Deap_testing.txt6 F) failed
75 1) EAP-TLS itself worked, but peer certificate validation failed at
Dconfig_file.c302 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/
Dprocess.c277 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/
Ddriver_nl80211_monitor.c109 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/
Dhs20_supplicant.c46 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/
Drun-tests.py426 failed = []
719 failed.append(name)
753 if len(failed):
756 logger.info("failed tests: " + ' '.join(failed))
758 print("failed tests: " + ' '.join(failed))
Dexample-setup.txt157 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/
Dradius_server.c2042 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()

123