Home
last modified time | relevance | path

Searched refs:save_wifi_soft_ap_config (Results 1 – 5 of 5) sorted by relevance

/tools/test/connectivity/acts/tests/google/wifi/
DWifiTethering5GOpenOTATest.py46 wutils.save_wifi_soft_ap_config(self.hotspot_device,
DWifiTethering2GOpenOTATest.py46 wutils.save_wifi_soft_ap_config(self.hotspot_device,
DWifiTethering5GPskOTATest.py46 wutils.save_wifi_soft_ap_config(self.hotspot_device,
DWifiTethering2GPskOTATest.py46 wutils.save_wifi_soft_ap_config(self.hotspot_device,
/tools/test/connectivity/acts/framework/acts/test_utils/wifi/
Dwifi_test_utils.py930 def save_wifi_soft_ap_config(ad, wifi_config, band=None, hidden=None): function