Home
last modified time | relevance | path

Searched refs:log_file (Results 1 – 5 of 5) sorted by relevance

/hostap-latest/tests/remote/
Drutils.py108 log_file = None
112 log_file = log_dir + tc_name + "_hostapd_" + host.name + "_" + host.ifname + ".log"
113 host.execute(["rm", log_file])
114 log = " -f " + log_file
118 if log_file:
119 host.add_log(log_file)
126 log_file = None
130 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 …]
/hostap-latest/hostapd/
Dmain.c769 const char *log_file = NULL; in main() local
831 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()
/hostap-latest/tests/hwsim/
Dwlantest.py61 log_file = posixpath.join(log_dir, base_log_name + ".log")
64 pcap_file, log_file)
65 cls.remote_host.add_log(log_file)
Dtest_wmediumd.py95 log_file = open(os.path.abspath(os.path.join(params['logdir'],
97 log_file.write(data)
98 log_file.close()
Dremotehost.py258 def add_log(self, log_file): argument
259 self.logs.append(log_file)