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>
7 years ago
..
001-Fix-race-condition-between-AssocResp-callback-and-4a.patch hostapd: backport a few upstream fixes 8 years ago
002-Fix-duplicate-Reassociation-Request-frame-dropping.patch hostapd: backport a few upstream fixes 8 years ago
003-RSN-IBSS-Fix-TK-clearing-on-Authentication-frame-RX.patch hostapd: backport a few upstream fixes 8 years ago
004-hostapd-Add-possibility-to-send-debug-messages-to-sy.patch hostapd: backport support for sending debug messages to the syslog 7 years ago
100-daemonize_fix.patch hostapd: backport support for sending debug messages to the syslog 7 years ago
110-no_eapol_fix.patch hostapd: update to version 2016-12-15 8 years ago
120-disable_bridge_packet_workaround.patch hostapd: update to version 2016-09-05 8 years ago
200-multicall.patch hostapd: backport support for sending debug messages to the syslog 7 years ago
300-noscan.patch hostapd: update to version 2016-12-19 8 years ago
310-rescan_immediately.patch hostapd: update to version 2016-12-15 8 years ago
320-optional_rfkill.patch hostapd: update to version 2016-12-15 8 years ago
330-nl80211_fix_set_freq.patch hostapd: update to version 2016-12-15 8 years ago
340-reload_freq_change.patch hostapd: update to version 2016-06-15 8 years ago
350-nl80211_del_beacon_bss.patch hostapd: update to version 2016-12-15 8 years ago
360-ctrl_iface_reload.patch hostapd: update to version 2016-12-15 8 years ago
370-ap_sta_support.patch hostapd: update to version 2016-12-19 8 years ago
380-disable_ctrl_iface_mib.patch hostapd: update to version 2016-12-19 8 years ago
390-wpa_ie_cap_workaround.patch hostapd: update to version 2016-12-19 8 years ago
400-wps_single_auth_enc_type.patch hostapd: update to version 2016-09-05 8 years ago
410-limit_debug_messages.patch hostapd: backport support for sending debug messages to the syslog 7 years ago
420-indicate-features.patch hostapd: backport support for sending debug messages to the syslog 7 years ago
430-hostapd_cli_ifdef.patch hostapd: update to version 2016-12-15 8 years ago
431-wpa_cli_ifdef.patch hostapd: update to version 2016-09-05 8 years ago
432-missing-typedef.patch hostapd: fix compilation error in wext backend 8 years ago
450-scan_wait.patch hostapd: backport support for sending debug messages to the syslog 7 years ago
460-wpa_supplicant-add-new-config-params-to-be-used-with.patch hostapd: update to version 2016-12-15 8 years ago
461-driver_nl80211-use-new-parameters-during-ibss-join.patch hostapd: update to version 2016-12-15 8 years ago
462-wpa_s-support-htmode-param.patch hostapd: update to version 2016-12-15 8 years ago
470-survey_data_fallback.patch hostapd: implement fallback for incomplete survey data 8 years ago
600-ubus_support.patch hostapd: backport a few upstream fixes 8 years ago