Home
last modified time | relevance | path

Searched refs:fail_test (Results 1 – 25 of 36) sorted by relevance

12

/hostap-latest/tests/hwsim/
Dtest_ap_ft.py134 sae=False, eap=False, fail_test=False, roams=1, argument
246 dev.roam_over_ds(ap2['bssid'], fail_test=fail_test)
248 dev.roam(ap2['bssid'], fail_test=fail_test)
249 if fail_test:
620 force_initial_conn_to_first_ap=True, fail_test=True,
852 fail_test=True)
926 dev[0].roam_over_ds("02:11:22:33:44:55", fail_test=True, force=True)
1346 fail_test=True)
1357 fail_test=True)
1368 fail_test=True)
[all …]
Dtest_authsrv.py8 from utils import alloc_fail, fail_test, wait_fail_trigger
105 with fail_test(authsrv, 1, t):
117 with fail_test(authsrv, 1, "radius_msg_add_eap;radius_server_reject"):
129 with fail_test(authsrv, 1,
Dtest_bgscan.py13 from utils import alloc_fail, fail_test, wait_fail_trigger
175 with fail_test(dev[0], 1, "bgscan_simple_init"):
323 with fail_test(dev[0], 1, "bgscan_learn_init"):
Dtest_tnc.py11 from utils import HwsimSkip, alloc_fail, fail_test, wait_fail_trigger
64 with fail_test(dev[0], 1, "os_get_random;tncc_build_soh"):
Dtest_suite_b.py12 from utils import HwsimSkip, fail_test
319 with fail_test(dev[0], 1, "rsn_pmkid_suite_b"):
336 with fail_test(dev[0], 1, "rsn_pmkid_suite_b_192"):
353 with fail_test(dev[0], 1, "wpa_eapol_key_mic"):
372 with fail_test(dev[0], 1, "wpa_eapol_key_mic"):
Dtest_ap_qosmap.py14 from utils import HwsimSkip, alloc_fail, fail_test
212 with fail_test(hapd, 1, "hostapd_ctrl_iface_set_qos_map_set"):
Dtest_wpas_mesh.py756 with fail_test(dev[0], 1, "wpa_driver_nl80211_sta_add;mesh_mpm_auth_peer"):
1371 with fail_test(dev[0], 1, "os_get_random;=__mesh_rsn_auth_init"):
1383 with fail_test(dev[0], 1, "os_get_random;mesh_rsn_init_ampe_sta"):
1391 with fail_test(dev[0], 2, "=omac1_aes_vector;aes_siv_encrypt"):
1849 with fail_test(dev[0], 1, "nl80211_join_mesh"):
1856 with fail_test(dev[0], 1, "wpa_driver_nl80211_if_add"):
1861 with fail_test(dev[0], 1, "wpa_driver_nl80211_init_mesh"):
1976 with fail_test(dev[1], count, func):
2274 with fail_test(dev[0], 1, "wpa_driver_nl80211_sta_add"):
2279 with fail_test(dev[0], 1, "driver_nl80211_send_action"):
[all …]
Dtest_eap_proto.py858 with fail_test(dev[0], count, func):
956 with fail_test(hapd, count, func):
1459 with fail_test(dev[0], 1, "os_get_random;eap_leap_process_success"):
1467 with fail_test(dev[0], 1, "eap_leap_process_response"):
1476 with fail_test(dev[0], 1, "nt_password_hash;eap_leap_process_response"):
1484 with fail_test(dev[0], 1, "hash_nt_password_hash;eap_leap_process_response"):
1501 with fail_test(dev[0], 1, "eap_leap_getKey"):
1510 with fail_test(dev[0], 1, "nt_password_hash;eap_leap_getKey"):
1518 with fail_test(dev[0], 1, "hash_nt_password_hash;eap_leap_getKey"):
1526 with fail_test(dev[0], 1,
[all …]
Dtest_erp.py645 with fail_test(dev[0], count, "hmac_sha256_kdf;eap_peer_erp_init"):
671 with fail_test(dev[0], 1, "hmac_sha256;eap_peer_erp_reauth_start"):
686 with fail_test(dev[0], 1, "hmac_sha256;eap_peer_finish"):
727 with fail_test(dev[0], 1, "hmac_sha256_kdf;eap_peer_finish"):
Dtest_wpas_wmm_ac.py15 from utils import fail_test
337 with fail_test(hapd, 1, "wmm_send_action"):
Dutils.py39 class fail_test(object): class
68 class alloc_fail(fail_test):
Dtest_eap.py9 from utils import alloc_fail, fail_test, wait_fail_trigger, HwsimSkip
542 with fail_test(dev[0], count, func):
573 with fail_test(dev[0], count, func):
Dtest_rrm.py466 with fail_test(hapd, 1, "nl80211_send_frame_cmd;hostapd_send_lci_req"):
480 with fail_test(dev[0], 1, "os_get_reltime;wpas_rrm_build_lci_report"):
535 with fail_test(dev[0], 1,
748 with fail_test(hapd, 1, "nl80211_send_frame_cmd;hostapd_send_range_req"):
1189 with fail_test(dev[0], 1,
1814 with fail_test(dev[0], 1, "os_get_random;wpas_rm_handle_beacon_req"):
2102 with fail_test(hapd, 1, "nl80211_send_frame_cmd;hostapd_send_beacon_req"):
2308 with fail_test(dev[0], 1, "wpas_rrm_handle_link_measurement_request"):
Dtest_ap_acs.py444 with fail_test(hapd, 1, "acs_request_scan"):
449 with fail_test(hapd, 1, "acs_scan_complete"):
456 with fail_test(hapd, 1, "acs_request_scan;acs_scan_complete"):
Dtest_ap_config.py16 from utils import alloc_fail, fail_test
574 with fail_test(hapd, count, func):
Dtest_ap_open.py259 with fail_test(hapd, 1, "wpa_driver_nl80211_get_survey"):
765 with fail_test(dev[0], 1, "wpa_driver_nl80211_authenticate"):
771 with fail_test(dev[0], 1, "wpa_driver_nl80211_associate"):
Dtest_sae.py1537 with fail_test(dev[0], count, func):
1553 with fail_test(dev[0], 1, "hmac_sha256_vector;sae_derive_pwe_ecc"):
1558 with fail_test(dev[0], 1, "sae_test_pwd_seed_ecc"):
1565 with fail_test(dev[0], 1, "hmac_sha256_vector;sae_derive_pwe_ffc"):
1572 with fail_test(dev[0], 1, "sae_test_pwd_seed_ffc"):
1577 with fail_test(dev[0], 2, "sae_test_pwd_seed_ffc"):
1619 with fail_test(dev[0], count, func):
1649 with fail_test(dev[0], count, func):
1671 with fail_test(dev[0], count, func):
Dtest_nfc_wps.py178 with fail_test(hapd, 1, "os_get_random;wps_nfc_token_gen"):
181 with fail_test(hapd, 2, "os_get_random;wps_nfc_token_gen"):
Dtest_radius.py1698 with fail_test(authsrv, 1, "os_get_random;radius_msg_add_mppe_keys"):
1752 with fail_test(hapd, count, func):
1760 with fail_test(hapd, 8,
1766 with fail_test(hapd, 1, "radius_msg_add_attr;=accounting_report_state"):
1813 with fail_test(hapd, 1, "accounting_sta_update_stats"):
Dwpasupplicant.py1227 def roam(self, bssid, fail_test=False, assoc_reject_ok=False, argument
1232 if fail_test:
1264 def roam_over_ds(self, bssid, fail_test=False, force=False): argument
1271 if fail_test:
Dtest_scan.py962 with fail_test(dev[0], 1, "wpa_driver_nl80211_scan"):
1101 with fail_test(dev[0], 1, "wpa_driver_nl80211_scan"):
1176 with fail_test(wpas, 1, "nl80211_set_mac_addr;wpas_trigger_scan_cb"):
1192 with fail_test(dev[0], 1, "wpa_driver_nl80211_scan"):
Dtest_owe.py18 from utils import HwsimSkip, fail_test, alloc_fail, wait_fail_trigger
819 with fail_test(dev[0], count, func):
Dtest_wnm.py179 with fail_test(hapd, 1, "wnm_send_disassoc_imminent"):
206 with fail_test(hapd, 1, "wnm_send_ess_disassoc_imminent"):
321 with fail_test(hapd, 1, "nl80211_send_frame_cmd;ieee802_11_send_wnmsleep_resp"):
1070 with fail_test(hapd, 1, "wnm_send_bss_tm_req"):
Dtest_dpp.py215 with fail_test(dev[0], 1, "dpp_parse_uri_pk"):
835 with fail_test(dev[1], 1, "dpp_auth_resp_rx_status"):
2860 with fail_test(dev[1], 1, "dpp_pkex_derive_Qr;dpp_pkex_rx_exchange_resp"):
4058 with fail_test(dev[0], 1, "dpp_auth_conf_rx_failure"):
4772 with fail_test(dev[1], count, func):
4780 with fail_test(dev[1], count, func):
4818 with fail_test(dev[1], count, func):
4860 with fail_test(dev[0], count, func):
5128 with fail_test(dev[1], 1, "dpp_keygen;dpp_autogen_bootstrap_key"):
5147 with fail_test(dev[1], 1, "aes_siv_decrypt;dpp_auth_resp_rx"):
[all …]
Dtest_mbo.py500 with fail_test(dev[0], 1, "wpas_mbo_send_wnm_notification"):

12