Searched refs:ev0 (Results 1 – 4 of 4) sorted by relevance
| /hostap-latest/tests/hwsim/ |
| D | test_p2ps.py | 250 def p2ps_connect_pd(dev0, dev1, ev0, ev1, pin=None, join_extra="", go_ev=None): argument 252 peer0 = ev0.split()[1] 255 …p2ps_parse_event(ev0, "status", "conncap", "adv_id", "adv_mac", "mac", "session", "dev_passwd_id",… 298 ev0 = dev0.wait_global_event(["P2P-GROUP-STARTED"], timeout=10) 299 if ev0 is None: 301 dev0.group_form_result(ev0) 309 if "GO" in ev0: 411 ev0 = dev[0].global_request("P2P_SERVICE_DEL asp " + str(adv_id)) 412 if ev0 is None: 424 ev0 = dev[0].global_request("P2P_SERVICE_DEL asp " + str(adv_id)) [all …]
|
| D | test_p2p_discovery.py | 44 ev0 = dev[0].wait_global_event(["P2P-PROV-DISC-ENTER-PIN", 46 if ev0 is None: 48 if "P2P-PROV-DISC-FAILURE" in ev0: 50 if addr1 not in ev0: 60 ev0 = dev[0].wait_global_event(["P2P-PROV-DISC-SHOW-PIN", 63 if ev0 is None: 65 if "P2P-PROV-DISC-FAILURE" in ev0: 67 if addr1 not in ev0: 77 ev0 = dev[0].wait_global_event(["P2P-PROV-DISC-PBC-RESP", 80 if ev0 is None: [all …]
|
| D | test_p2p_grpform.py | 1035 ev0 = dev[0].wait_global_event(["P2P-GROUP-STARTED"], timeout=15) 1036 if ev0 is None: 1038 dev[0].group_form_result(ev0) 1130 ev0 = lower.wait_global_event(["P2P-GROUP-STARTED"], timeout=15) 1131 if ev0 is None: 1133 lower.group_form_result(ev0)
|
| D | test_eht.py | 694 ev0 = hapd0.wait_event(["AP-STA-CONNECT"], timeout=1) 695 if ev0 is None: 734 ev0 = hapd0.wait_event(["AP-STA-CONNECT"], timeout=1) 735 if ev0 is None:
|