Lines Matching refs:log_file
288 log_file = os.path.join(self.logdir,
307 self.router.run('rm %s' % log_file, ignore_status=True)
313 self.cmd_hostapd, conf_file, log_file, stderr_log_file))
318 log_file,
327 condition=lambda: self._has_hostapd_started(log_file, pid),
340 def _has_hostapd_started(self, log_file, pid): argument
347 'grep "Setup of interface done" %s' % log_file,
355 'grep "Interface initialization failed" %s' % log_file,
434 files_to_copy = [(instance.log_file,
924 log_file = self.hostapd_instances[instance].log_file
926 result = self.router.run('grep -q "%s" %s' % (pmksa_match, log_file),
1065 log_file = self.hostapd_instances[instance].log_file
1066 result = self.router.run("grep -qi '%s' %s" % (deauth_msg, log_file),
1083 log_file = self.hostapd_instances[instance].log_file
1084 result = self.router.run("grep -qi '%s' %s" % (coex_msg, log_file),