Home
last modified time | relevance | path

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

/tools/test/connectivity/acts/tests/google/wifi/
DWifiRttManagerTest.py118 def invalid_params_logic(self, rtt_params): argument
120 self.dut.droid.wifiRttStartRanging([rtt_params])
126 msg = "Got expected exception with invalid param %s." % rtt_params
129 def get_rtt_results(self, rtt_params): argument
138 self.log.debug("Start ranging with:\n%s" % pprint.pformat(rtt_params))
139 idx = self.dut.droid.wifiRttStartRanging(rtt_params)
146 param_len = len(rtt_params)
153 bw_mode = rtt_params[i][RttParam.bandwidth]
363 rtt_params = []
365 rtt_params.append(self.rtt_config_from_scan_result(rn))
[all …]