hostapd: enable support for logging wpa_printf messages to syslog

This will allow starting hostapd with the new -s parameter and finally
read all (error) messages from the syslog.

Signed-off-by: Rafał Miłecki <rafal@milecki.pl>
This commit is contained in:
Rafał Miłecki 2017-01-30 07:31:59 +01:00
parent 33a840a3ff
commit 546b1a4d36
2 changed files with 6 additions and 0 deletions

View file

@ -146,6 +146,9 @@ CONFIG_IEEE80211AC=y
# code is not needed.
#CONFIG_NO_STDOUT_DEBUG=y
# Send debug messages to syslog instead of stdout
CONFIG_DEBUG_SYSLOG=y
# Remove support for RADIUS accounting
#CONFIG_NO_ACCOUNTING=y

View file

@ -142,6 +142,9 @@ CONFIG_IEEE80211AC=y
# code is not needed.
#CONFIG_NO_STDOUT_DEBUG=y
# Send debug messages to syslog instead of stdout
CONFIG_DEBUG_SYSLOG=y
# Remove support for RADIUS accounting
CONFIG_NO_ACCOUNTING=y