Home
last modified time | relevance | path

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

/hostap-latest/tests/remote/
Drutils.py262 def get_ip(client, addr_type="ipv6", iface=None): argument
263 if addr_type == "ipv6":
265 elif addr_type == "ipv4":
268 return "unknown addr_type: " + addr_type
330 def ping_run(host, ip, result, ifname=None, addr_type="ipv4", deadline="5", qos=None): argument
333 if addr_type == "ipv6":
356 def check_connectivity(a, b, addr_type="ipv4", deadline="5", qos=None): argument
357 addr_a = get_ip(a, addr_type)
358 addr_b = get_ip(b, addr_type)
360 if addr_type == "ipv4":