Searched refs:start_traffic_and_softap (Results 1 – 1 of 1) sorted by relevance
/tools/test/connectivity/acts_tests/tests/google/wifi/ |
D | WifiSoftApAcsTest.py | 184 def start_traffic_and_softap(self, network, softap_band): member in WifiSoftApAcsTest 236 chan = self.start_traffic_and_softap(network, WIFI_CONFIG_APBAND_2G) 245 chan = self.start_traffic_and_softap(network, WIFI_CONFIG_APBAND_5G) 255 chan = self.start_traffic_and_softap(network, WIFI_CONFIG_APBAND_AUTO) 266 chan = self.start_traffic_and_softap(network, WIFI_CONFIG_APBAND_2G) 275 chan = self.start_traffic_and_softap(network, WIFI_CONFIG_APBAND_5G) 284 chan = self.start_traffic_and_softap(network, WIFI_CONFIG_APBAND_2G) 293 chan = self.start_traffic_and_softap(network, WIFI_CONFIG_APBAND_5G) 302 chan = self.start_traffic_and_softap(network, WIFI_CONFIG_APBAND_2G) 311 chan = self.start_traffic_and_softap(network, WIFI_CONFIG_APBAND_5G) [all …]
|