Searched refs:ad1 (Results 1 – 3 of 3) sorted by relevance
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/wifi/p2p/ |
D | wifi_p2p_test_utils.py | 187 def p2p_connect(ad1, argument 204 ad1.log.info("Create p2p connection from %s to %s via wps: %s type %d" % 205 (ad1.name, ad2.name, wpsSetup, p2p_connect_type)) 208 go_ad = ad1 209 find_p2p_device(ad1, ad2) 213 find_p2p_group_owner(ad1, ad2) 215 find_p2p_device(ad1, ad2) 223 ad1.droid.wifiP2pConnect(wifi_p2p_config) 224 ad1.ed.pop_event(p2pconsts.CONNECT_SUCCESS_EVENT, 229 ad1, wpsSetup == WifiP2PEnums.WpsInfo.WIFI_WPS_INFO_DISPLAY, 6) [all …]
|
/tools/test/connectivity/acts_tests/tests/google/wifi/ |
D | WifiStaApConcurrencyTest.py | 295 def verify_traffic_between_dut_clients(self, ad1, ad2, num_of_tries=2): argument 303 ad1_ip = ad1.droid.connectivityGetIPv4Addresses(WLAN)[0] 307 if utils.adb_shell_ping(ad1, count=10, dest_ip=ad2_ip, timeout=20): 310 asserts.fail("%s ping %s failed" % (ad1.serial, ad2_ip))
|
D | WifiSoftApTest.py | 259 ad1 = self.dut_client 262 wutils.wifi_connect(ad1, config, check_connectivity=False) 264 ad1_ip = ad1.droid.connectivityGetIPv4Addresses('wlan0')[0] 268 ad1.log.info("Try to ping %s" % ad2_ip) 270 utils.adb_shell_ping(ad1, count=10, dest_ip=ad2_ip, timeout=20), 271 "%s ping %s failed" % (ad1.serial, ad2_ip))
|