You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Rafał Miłecki 37b489fe04 hostapd: backport support for sending debug messages to the syslog
It wasn't possible to read hostapd wpa_printf messages unless running
hostapd manually. It was because hostapd was printing them using vprintf
and not directly to the syslog.

We were trying to workaround this problem by redirecting STDIN_FILENO
and STDOUT_FILENO but it was working only for the initialization phase.
As soon as hostapd did os_daemonize our solution stopped working.

Please note despite the subject this change doesn't affect debug level
messages only but just everything printed by hostapd with wpa_printf
including MSG_ERROR-s. This makes it even more important as reading
error messages can be quite useful for debugging.

Signed-off-by: Rafał Miłecki <rafal@milecki.pl>
8 years ago
..
files hostapd: default to wps_independent 1 8 years ago
patches hostapd: backport support for sending debug messages to the syslog 8 years ago
src/src network/services/hostapd: move whole files outside of patches and drop Build/Prepare rule in favor of default one 8 years ago
Config.in hostapd: Add ability to specify that that wireless driver supports 802.11ac 8 years ago
Makefile Fix dependency for hostapd 8 years ago