Home
last modified time | relevance | path

Searched refs:funcs (Results 1 – 5 of 5) sorted by relevance

/hostap-latest/tests/hwsim/
Dutils.py43 def __init__(self, dev, count, funcs, *args): argument
45 self._funcs = [(count, funcs)]
50 funcs = args.pop(0)
51 self._funcs.append((count, funcs))
Dtest_wpas_mesh.py1924 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:
Dtest_dbus.py86 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"):
Dtest_eap_proto.py8072 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:
Dtest_ap_hs20.py5641 funcs = ["wpabuf_alloc;interworking_anqp_send_req",
5648 for func in funcs: