Searched refs:log_file (Results 1 – 5 of 5) sorted by relevance
108 log_file = None112 log_file = log_dir + tc_name + "_hostapd_" + host.name + "_" + host.ifname + ".log"113 host.execute(["rm", log_file])114 log = " -f " + log_file118 if log_file:119 host.add_log(log_file)126 log_file = None130 log_file = log_dir + tc_name + "_wpa_supplicant_" + host.name + "_" + host.ifname + ".log"131 host.execute(["rm", log_file])132 log = " -f " + log_file[all …]
769 const char *log_file = NULL; in main() local831 log_file = optarg; in main()900 if (log_file) in main()901 wpa_debug_open_file(log_file); in main()902 if (!log_file && !wpa_debug_syslog) in main()1054 if (log_file) in main()
61 log_file = posixpath.join(log_dir, base_log_name + ".log")64 pcap_file, log_file)65 cls.remote_host.add_log(log_file)
95 log_file = open(os.path.abspath(os.path.join(params['logdir'],97 log_file.write(data)98 log_file.close()
258 def add_log(self, log_file): argument259 self.logs.append(log_file)