Searched refs:set_bandwidth (Results 1 – 10 of 10) sorted by relevance
/tools/test/connectivity/acts/framework/acts/controllers/ |
D | cellular_simulator.py | 114 self.set_bandwidth(bts_index, config.bandwidth) 239 def set_bandwidth(self, bts_index, bandwidth): member in AbstractCellularSimulator
|
/tools/test/connectivity/acts/framework/acts/controllers/rohdeschwarz_lib/ |
D | cmx500_cellular_simulator.py | 118 def set_bandwidth(self, bts_index, bandwidth): member in CMX500CellularSimulator
|
D | cmw500_cellular_simulator.py | 304 def set_bandwidth(self, bts_index, bandwidth): member in CMW500CellularSimulator
|
/tools/test/connectivity/acts/framework/acts/controllers/anritsu_lib/ |
D | md8475_cellular_simulator.py | 454 def set_bandwidth(self, bts_index, bandwidth): member in MD8475CellularSimulator
|
/tools/test/connectivity/acts/tests/google/wifi/ |
D | WifiThroughputStabilityTest.py | 252 self.access_point.set_bandwidth(band, testcase_params['mode'])
|
D | WifiPingTest.py | 377 self.access_point.set_bandwidth(band, testcase_params['mode'])
|
D | WifiRvrTest.py | 470 self.access_point.set_bandwidth(band, testcase_params['mode'])
|
D | WifiSensitivityTest.py | 364 self.access_point.set_bandwidth(band, testcase_params['mode'])
|
D | WifiRssiTest.py | 537 self.access_point.set_bandwidth(testcase_params['band'],
|
/tools/test/connectivity/acts/framework/acts/test_utils/wifi/ |
D | wifi_retail_ap.py | 309 def set_bandwidth(self, network, bandwidth): member in WifiRetailAP
|