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
base64.h
bitfield.c
bitfield.h Add bitfield routines 2013-04-27 22:16:40 +03:00
browser-android.c
browser-system.c
browser-wpadebug.c
browser.c
browser.h
build_config.h Remove forgotten Xcode defines 2013-07-09 15:20:17 +03:00
common.c
common.h
const_time.h
crc32.c Move CRC-32 routine from wlantest to src/utils 2016-10-09 17:13:23 +03:00
crc32.h Move CRC-32 routine from wlantest to src/utils 2016-10-09 17:13:23 +03:00
edit.c edit: Increase buffer size to 4096 bytes 2014-03-31 12:30:50 +03:00
edit.h
edit_readline.c
edit_simple.c
eloop.c
eloop.h
eloop_win.c eloop: Add eloop_sock_requeue() 2016-02-07 12:38:04 +02:00
ext_password.c
ext_password.h
ext_password_i.h
ext_password_test.c Clear wpa_supplicant configuration keys explicitly 2014-07-02 12:38:48 +03:00
http-utils.h
http_curl.c
includes.h
ip_addr.c
ip_addr.h
json.c
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 tests: JSON parser fuzzer 2019-02-11 02:35:29 +02:00
module_tests.h
os.h
os_internal.c
os_none.c
os_unix.c
os_win32.c
pcsc_funcs.c
pcsc_funcs.h SCARD: Clean up SIM/USIM selection 2013-11-17 16:47:38 +02:00
platform.h radiotap: Silence sparse warnings about byte order swapping 2016-06-23 18:08:11 +03:00
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
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