Home
last modified time | relevance | path

Searched refs:out_file (Results 1 – 2 of 2) sorted by relevance

/hostap-latest/src/utils/
Dwpa_debug.c35 static FILE *out_file = NULL; variable
79 if (out_file) in wpa_debug_print_timestamp()
80 fprintf(out_file, "%ld.%06u: ", (long) tv.sec, in wpa_debug_print_timestamp()
83 if (!out_file && !wpa_debug_syslog) in wpa_debug_print_timestamp()
229 if (out_file) { in wpa_printf()
231 vfprintf(out_file, fmt, ap); in wpa_printf()
232 fprintf(out_file, "\n"); in wpa_printf()
236 if (!wpa_debug_syslog && !out_file) { in wpa_printf()
356 if (out_file) { in _wpa_hexdump()
357 fprintf(out_file, "%s - hexdump(len=%lu):", in _wpa_hexdump()
[all …]
Dwpa_debug_zephyr.c422 if (!out_file) in wpa_debug_stop_log()
424 fclose(out_file); in wpa_debug_stop_log()
425 out_file = NULL; in wpa_debug_stop_log()