Home | History | Annotate | Download | only in network_WiFi_Reset

Lines Matching refs:client

8 from autotest_lib.client.common_lib import error
29 return self._MWIFIEX_RESET_PATH % self.context.client.wifi_if
55 return self.context.client.host.run('test -e "%s"' %
59 def mwifiex_reset(self, client):
69 self.context.client.host.run('echo 1 > ' + self.mwifiex_reset_path)
73 self.context.client.wait_for_service_states(ssid, ['idle'],
93 client = self.context.client
102 boot_id = client.host.get_boot_id()
109 if not self.mwifiex_reset(client):
111 client.wifi_if)
113 client.wait_for_connection(ssid)
116 client.do_suspend(self._SUSPEND_DELAY)
117 client.host.test_wait_for_resume(boot_id)
118 client.wait_for_connection(ssid)
128 self.context.client.reboot(timeout=60)