hostap/src/utils
Jouni Malinen 53661e3a9a Allow debug log to be written to both syslog and file
If hostapd or wpa_supplicant is started with both -s and -f command line
arguments, debug log ended up being written only into syslog and the log
file was left empty. Change this so that the log entries will be written
to both places. Either -s or -f (or both) results in debug log to stdout
being disabled which was already the case.

Signed-off-by: Jouni Malinen <j@w1.fi>
2019-12-28 18:28:10 +02:00
..
.gitignore
base64.c Clean up base64_{encode,decode} pointer types 2019-11-28 16:39:09 +02:00
base64.h Clean up base64_{encode,decode} pointer types 2019-11-28 16:39:09 +02:00
bitfield.c
bitfield.h
browser-android.c
browser-system.c
browser-wpadebug.c
browser.c
browser.h
build_config.h
common.c More forceful clearing of stack memory with keys 2019-05-26 16:11:56 +03:00
common.h wlantest: Process VLAN tagged Data frames 2019-09-20 23:54:05 +03:00
const_time.h Add helper functions for constant time operations 2019-04-09 17:11:15 +03:00
crc32.c
crc32.h
edit.c
edit.h
edit_readline.c
edit_simple.c
eloop.c
eloop.h
eloop_win.c
ext_password.c Move extern declarations for ext_password backends into a header file 2016-06-24 19:02:58 +03:00
ext_password.h
ext_password_i.h
ext_password_test.c
http-utils.h
http_curl.c
includes.h
ip_addr.c
ip_addr.h
json.c Fix memory leak in case allocation of token fails during JSON parsing 2019-12-21 17:32:19 +02:00
json.h JSON: Add helper functions for building tokens 2019-11-28 16:39:09 +02:00
list.h Modify dl_list_for_each() to not use unaligned access with WPA_TRACE 2019-02-25 19:42:34 +02:00
Makefile
module_tests.h
os.h
os_internal.c os_sleep: Use nanosleep for POSIX versions 2008 and higher 2019-09-09 16:45:40 +03:00
os_none.c Remove forgotten os_strncpy() implementations 2019-03-10 15:56:51 +02:00
os_unix.c os_sleep: Use nanosleep for POSIX versions 2008 and higher 2019-09-09 16:45:40 +03:00
os_win32.c
pcsc_funcs.c
pcsc_funcs.h
platform.h
radiotap.c
radiotap.h
radiotap_iter.h
state_machine.h
trace.c trace: Avoid void pointer arithmetic 2019-07-24 19:33:06 +03:00
trace.h
utils_module_tests.c Clean up base64_{encode,decode} pointer types 2019-11-28 16:39:09 +02:00
uuid.c
uuid.h
wpa_debug.c Allow debug log to be written to both syslog and file 2019-12-28 18:28:10 +02:00
wpa_debug.h Allow debug log to be written to both syslog and file 2019-12-28 18:28:10 +02:00
wpabuf.c
wpabuf.h
xml-utils.c
xml-utils.h
xml_libxml2.c Clean up base64_{encode,decode} pointer types 2019-11-28 16:39:09 +02:00