Home
last modified time | relevance | path

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

/platform_testing/tests/bettertogether/betocq/
Diperf_utils.py126 ip_addr += '%' + get_wlan_ifname(ad_network_client)
130 ip_addr = ip_addr + '%' + get_wlan_ifname(ad_network_client)
161 def get_wlan_ifname(ad: android_device.AndroidDevice) -> str: function