D | TelPowerTest.py | 137 def _setup_wifi(self, wifi): argument 138 if wifi == WIFI_5G: 146 self.log.error("Wifi %s connection fails." % wifi) 148 self.log.info("WIFI %s is connected successfully." % wifi) 229 wifi=None, argument 241 if wifi and not self._setup_wifi(wifi): return False 415 wifi=WIFI_2G, 444 wifi=WIFI_2G, 472 wifi=WIFI_5G, 501 wifi=WIFI_5G, [all …]
|