Searched refs:validate_full_tether_startup (Results 1 – 2 of 2) sorted by relevance
/aosp_15_r20/tools/test/connectivity/acts_tests/tests/google/wifi/ |
D | WifiSoftApTest.py | 179 def validate_full_tether_startup(self, band=None, hidden=None, member in WifiSoftApTest 328 self.validate_full_tether_startup() 342 self.validate_full_tether_startup(WIFI_CONFIG_APBAND_2G) 356 self.validate_full_tether_startup(WIFI_CONFIG_APBAND_5G) 370 self.validate_full_tether_startup(WIFI_CONFIG_APBAND_AUTO) 384 self.validate_full_tether_startup(WIFI_CONFIG_APBAND_2G, True) 398 self.validate_full_tether_startup(WIFI_CONFIG_APBAND_5G, True) 412 self.validate_full_tether_startup(WIFI_CONFIG_APBAND_AUTO, True) 426 self.validate_full_tether_startup(security=WPA3_SAE_SOFTAP) 440 self.validate_full_tether_startup( [all …]
|
D | WifiSoftApMultiCountryTest.py | 157 def validate_full_tether_startup(self, band=None, test_ping=False): member in WifiSoftApMultiCountryTest 252 self.validate_full_tether_startup(WIFI_CONFIG_APBAND_2G, 270 self.validate_full_tether_startup(WIFI_CONFIG_APBAND_5G, 288 self.validate_full_tether_startup(WIFI_CONFIG_APBAND_AUTO,
|