Home
last modified time | relevance | path

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

/tools/test/connectivity/acts_tests/acts_contrib/test_utils/wifi/p2p/
Dwifi_p2p_test_utils.py188 def p2p_connect(ad1, argument
205 ad1.log.info("Create p2p connection from %s to %s via wps: %s type %d" %
206 (ad1.name, ad2.name, wpsSetup, p2p_connect_type))
209 go_ad = ad1
210 find_p2p_device(ad1, ad2)
214 find_p2p_group_owner(ad1, ad2)
216 find_p2p_device(ad1, ad2)
224 ad1.droid.wifiP2pConnect(wifi_p2p_config)
225 ad1.ed.pop_event(p2pconsts.CONNECT_SUCCESS_EVENT,
229 ad1_peerConfig = wait_for_ongoing_peer_ready(ad1,
[all …]
/tools/test/connectivity/acts_tests/tests/google/wifi/
DWifiStaApConcurrencyTest.py263 def verify_traffic_between_dut_clients(self, ad1, ad2, num_of_tries=2): argument
271 ad1_ip = ad1.droid.connectivityGetIPv4Addresses(WLAN)[0]
275 if utils.adb_shell_ping(ad1, count=10, dest_ip=ad2_ip, timeout=20):
278 asserts.fail("%s ping %s failed" % (ad1.serial, ad2_ip))
DWifiSoftApTest.py263 ad1 = self.dut_client
266 wutils.wifi_connect(ad1, config, check_connectivity=False)
268 ad1_ip = ad1.droid.connectivityGetIPv4Addresses('wlan0')[0]
272 ad1.log.info("Try to ping %s" % ad2_ip)
274 utils.adb_shell_ping(ad1, count=10, dest_ip=ad2_ip, timeout=20),
275 "%s ping %s failed" % (ad1.serial, ad2_ip))