]> git.ipfire.org Git - thirdparty/hostap.git/commit - hostapd/defconfig
hostapd: Add possibility to send debug messages to syslog
authorWojciech Dubowik <Wojciech.Dubowik@neratec.com>
Mon, 23 Jan 2017 12:55:04 +0000 (13:55 +0100)
committerJouni Malinen <j@w1.fi>
Sun, 29 Jan 2017 22:57:13 +0000 (00:57 +0200)
commitcc3dae85bd694506cdea66ae532d452fb8716297
tree30f75260974ce0ef89e05b5fc56787bfe9f7b1d8
parent0da355235e4752e0bed46ca617d752de656a5784
hostapd: Add possibility to send debug messages to syslog

We can only send module specific messages to syslog and not debug
messages printed with wpa_printf. Add an extra command line parameter
'-s' to allow it. The feature is enabled with compile flag
CONFIG_DEBUG_SYSLOG as for wpa_supplicant and behaves in the same manner
as the wpa_supplicant -s command line argument.

Signed-off-by: Wojciech Dubowik <Wojciech.Dubowik@neratec.com>
hostapd/Android.mk
hostapd/Makefile
hostapd/defconfig
hostapd/main.c
src/utils/wpa_debug.c
src/utils/wpa_debug.h