Searched refs:funcs (Results 1 – 5 of 5) sorted by relevance
| /hostap-latest/tests/hwsim/ |
| D | utils.py | 43 def __init__(self, dev, count, funcs, *args): argument 45 self._funcs = [(count, funcs)] 50 funcs = args.pop(0) 51 self._funcs.append((count, funcs))
|
| D | test_wpas_mesh.py | 1924 funcs = [(1, "=mesh_rsn_auth_sae_sta", True), 1932 for count, func, success in funcs: 1954 funcs = [(1, "ap_sta_add;mesh_mpm_add_peer", True), 1956 for count, func, success in funcs: 1972 funcs = [(1, "mesh_mpm_init_link", True)] 1973 for count, func, success in funcs:
|
| D | test_dbus.py | 86 def __init__(self, dev, count, funcs, operation="Operation", argument 90 self._funcs = funcs 2002 for (count, funcs, args) in tests: 2003 with alloc_fail_dbus(dev[0], count, funcs, "AddNetwork", "InvalidArgs"):
|
| D | test_eap_proto.py | 8072 funcs = ["eap_pwd_getkey", "eap_pwd_get_emsk", 8075 for func in funcs: 8188 funcs = [(1, "hash_nt_password_hash;eap_pwd_perform_commit_exchange"), 8209 for count, func in funcs:
|
| D | test_ap_hs20.py | 5641 funcs = ["wpabuf_alloc;interworking_anqp_send_req", 5648 for func in funcs:
|