Home
last modified time | relevance | path

Searched refs:start_softap_and_verify (Results 1 – 6 of 6) sorted by relevance

/tools/test/connectivity/acts_tests/tests/google/wifi/
DWifiStaApConcurrencyStressTest.py90 softap_config = self.start_softap_and_verify(softap_band)
184 softap_config = self.start_softap_and_verify(
195 softap_config = self.start_softap_and_verify(
206 softap_config = self.start_softap_and_verify(
217 softap_config = self.start_softap_and_verify(
228 softap_config = self.start_softap_and_verify(
239 softap_config = self.start_softap_and_verify(
252 softap_config = self.start_softap_and_verify(
DWifiStaApConcurrencyTest.py176 def start_softap_and_verify(self, band, check_connectivity=True): member in WifiStaApConcurrencyTest
218 softap_config = self.start_softap_and_verify(softap_band)
246 softap_config = self.start_softap_and_verify(softap_band, False)
296 self.start_softap_and_verify(band)
DWifiSoftApAcsTest.py121 def start_softap_and_verify(self, band): member in WifiSoftApAcsTest
192 softap = self.start_softap_and_verify(softap_band)
203 softap = self.start_softap_and_verify(softap_band)
DWifiSoftApTest.py812 config = wutils.start_softap_and_verify(self, WIFI_CONFIG_APBAND_AUTO)
892 config = wutils.start_softap_and_verify(self, WIFI_CONFIG_APBAND_AUTO)
949 config = wutils.start_softap_and_verify(self, WIFI_CONFIG_APBAND_AUTO)
DWifiMacRandomizationTest.py501 softap = wutils.start_softap_and_verify(self, WIFI_CONFIG_APBAND_2G)
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/wifi/
Dwifi_test_utils.py2297 def start_softap_and_verify(ad, band): function