Searched refs:CONFIG_KEY_WIFI (Results 1 – 2 of 2) sorted by relevance
/tools/test/connectivity/acts/framework/acts/test_utils/power/cellular/ |
D | cellular_hotspot_traffic_power_test.py | 32 CONFIG_KEY_WIFI = 'hotspot_network' variable in PowerTelHotspotTest 64 if hasattr(self, self.CONFIG_KEY_WIFI): 66 self.network = getattr(self, self.CONFIG_KEY_WIFI) 73 self.CONFIG_KEY_WIFI, wutils.WifiEnums.SSID_KEY, 81 self.CONFIG_KEY_WIFI,
|
/tools/test/connectivity/acts_tests/tests/google/power/wifi/ |
D | PowerWiFiHotspotTest.py | 38 CONFIG_KEY_WIFI = 'hotspot_network' variable in PowerWiFiHotspotTest 66 if hasattr(self, self.CONFIG_KEY_WIFI): 68 self.network = getattr(self, self.CONFIG_KEY_WIFI) 75 self.CONFIG_KEY_WIFI, wutils.WifiEnums.SSID_KEY, 83 self.CONFIG_KEY_WIFI,
|