Home
last modified time | relevance | path

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

/tools/test/connectivity/acts/framework/acts/controllers/anritsu_lib/
Dmg3710a.py348 def set_channel(self, channel, sg=1): member in MG3710A
/tools/test/connectivity/acts/tests/google/wifi/
DWifiThroughputStabilityTest.py217 self.access_point.set_channel(band, channel)
DWifiSensitivityTest.py257 self.access_point.set_channel(band, testcase_params["channel"])
DWifiPingTest.py366 self.access_point.set_channel(band, testcase_params["channel"])
DWifiRvrTest.py374 self.access_point.set_channel(band, testcase_params["channel"])
DWifiRssiTest.py457 self.access_point.set_channel(band, self.channel)
/tools/test/connectivity/acts/framework/acts/test_utils/coex/
DCoexBaseTest.py101 self.retail_access_point.set_channel(band, self.network["channel"])
/tools/test/connectivity/acts/framework/acts/test_utils/wifi/
Dwifi_retail_ap.py261 def set_channel(self, network, channel): member in WifiRetailAP