Lines Matching refs:log_file
260 log_file = self.HOSTAPD_LOG_FILE_PATTERN % interface
277 self.router.run('rm %s' % log_file, ignore_status=True)
280 self.cmd_hostapd, conf_file, log_file, stderr_log_file)
285 log_file,
296 'grep "Setup of interface done" %s' % log_file,
304 'grep "Interface initialization failed" %s' % log_file,
381 files_to_copy = [(instance.log_file,
810 log_file = self.hostapd_instances[instance].log_file
812 result = self.router.run('grep -q "%s" %s' % (pmksa_match, log_file),
952 log_file = self.hostapd_instances[instance].log_file
953 result = self.router.run("grep -qi '%s' %s" % (deauth_msg, log_file),
970 log_file = self.hostapd_instances[instance].log_file
971 result = self.router.run("grep -qi '%s' %s" % (coex_msg, log_file),
1039 log_file = self.STATION_LOG_FILE_PATTERN % interface
1050 self.HOSTAPD_DRIVER_NAME, log_file))