Home
last modified time | relevance | path

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

/tools/test/connectivity/acts/tests/google/wifi/
DWifiRssiTest.py448 band = self.access_point.band_lookup_by_channel(self.channel)
464 band = self.access_point.band_lookup_by_channel(self.channel)
494 band = self.access_point.band_lookup_by_channel(self.channel)
547 band = self.access_point.band_lookup_by_channel(self.channel)
587 band = self.access_point.band_lookup_by_channel(self.channel)
617 band = self.access_point.band_lookup_by_channel(self.channel)
DWifiPingTest.py354 band = self.access_point.band_lookup_by_channel(
377 band = self.access_point.band_lookup_by_channel(
DWifiRvrTest.py362 band = self.access_point.band_lookup_by_channel(
385 band = self.access_point.band_lookup_by_channel(
DWifiThroughputStabilityTest.py208 band = self.access_point.band_lookup_by_channel(channel)
DWifiSensitivityTest.py245 band = self.access_point.band_lookup_by_channel(
/tools/test/connectivity/acts/framework/acts/test_utils/coex/
DCoexBaseTest.py99 band = self.retail_access_point.band_lookup_by_channel(
/tools/test/connectivity/acts/framework/acts/test_utils/wifi/
Dwifi_retail_ap.py353 def band_lookup_by_channel(self, channel): member in WifiRetailAP