Home
last modified time | relevance | path

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

/tools/test/connectivity/acts/tests/google/wifi/rtt/functional/
DRttRequestManagementTest.py60 aps = rutils.select_best_scan_results(
63 dut.log.info("RTT Supporting APs=%s", aps)
66 len(aps) > 0,
68 if len(aps) > max_peers:
69 aps = aps[0:max_peers]
78 dut.droid.wifiRttStartRangingToAccessPoints(aps, all_uids))
83 dut.droid.wifiRttStartRangingToAccessPoints(aps, some_uids))
88 dut.droid.wifiRttStartRangingToAccessPoints(aps, all_uids))
117 aps = rutils.select_best_scan_results(
120 dut.log.info("RTT Supporting APs=%s", aps)
[all …]
/tools/test/connectivity/acts/framework/acts/test_utils/wifi/rtt/
Drtt_test_utils.py139 aps = get_rtt_constrained_results(scan_results, support_rtt)
140 if len(aps) != 0:
141 return aps
383 def run_ranging(dut, aps, iter_count, time_between_iterations, argument
402 asserts.assert_true(len(aps) > 0, "Need at least one AP!")
403 if len(aps) > max_peers:
404 aps = aps[0:max_peers]
407 for ap in aps:
418 id = dut.droid.wifiRttStartRangingToAccessPoints(aps)
424 len(aps),
[all …]
/tools/test/connectivity/acts/framework/acts/controllers/
Daccess_point.py57 def destroy(aps): argument
63 for ap in aps:
67 def get_info(aps): argument
76 return [ap.ssh_settings.hostname for ap in aps]