Searched refs:start_traffic_and_softap (Results 1 – 1 of 1) sorted by relevance
/tools/test/connectivity/acts/tests/google/wifi/ |
D | WifiSoftApAcsTest.py | 187 def start_traffic_and_softap(self, network, softap_band): member in WifiSoftApAcsTest 233 chan = self.start_traffic_and_softap(network, WIFI_CONFIG_APBAND_2G) 242 chan = self.start_traffic_and_softap(network, WIFI_CONFIG_APBAND_5G) 252 chan = self.start_traffic_and_softap(network, WIFI_CONFIG_APBAND_AUTO) 263 chan = self.start_traffic_and_softap(network, WIFI_CONFIG_APBAND_2G) 272 chan = self.start_traffic_and_softap(network, WIFI_CONFIG_APBAND_5G) 281 chan = self.start_traffic_and_softap(network, WIFI_CONFIG_APBAND_2G) 290 chan = self.start_traffic_and_softap(network, WIFI_CONFIG_APBAND_5G) 299 chan = self.start_traffic_and_softap(network, WIFI_CONFIG_APBAND_2G) 308 chan = self.start_traffic_and_softap(network, WIFI_CONFIG_APBAND_5G) [all …]
|