def __init__(self, tc_conf, global_conf, ts_conf, factory): WifiBase.__init__(self, tc_conf, global_conf, ts_conf, factory) self._initial_time = None self._timeout = self.SET_DEFAULT_TIMEOUT_SECS self._wait_for = 1 self._state_reached = False self._frequency = None self._silent_mode = False
def __init__(self, tc_conf, global_conf, ts_conf, factory): WifiBase.__init__(self, tc_conf, global_conf, ts_conf, factory) self._initial_time = None self._timeout = self.POWER_DEFAULT_TIMEOUT_SECS self._wait_for = 1 self._state_reached = False
def __init__(self, tc_conf, global_conf, ts_conf, factory): WifiBase.__init__(self, tc_conf, global_conf, ts_conf, factory) self._initial_time = None self._wait_for = 1 self._state_reached = False self._all_parameters_checked = False