Lines Matching refs:status
121 …status, buf = host.execute([setup_params['hostapd'], "-B", "-ddt", "-g", "udp:" + host.port, "-P",…
122 if status != 0:
139 …status, buf = host.execute([setup_params['wpa_supplicant'], "-B", "-ddt", "-g", "udp:" + host.port…
140 if status != 0:
222 status, buf = client.execute(["ifconfig", ifname])
241 status, buf = client.execute(["ifconfig", ifname])
284 status, buf = host.execute(["ifconfig", iface])
285 if status != 0:
377 status, buf = a.execute(ping_a_b)
378 if status == 2 and ping == "ping6":
381 status, buf = a.execute(ping_a_b)
382 if status != 0:
391 status, buf = b.execute(ping_b_a)
392 if status != 0: