hostap/src
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
..
ap hostapd: Support showing neighbor list through hostapd_cli 2019-12-26 17:59:03 +02:00
common Extract BSS coex 40 MHz check into a separate function 2019-12-26 11:41:01 +02:00
crypto OpenSSL: Extend key_block size determination to support GCM/CCM ciphers 2019-12-23 20:02:45 +02:00
drivers drivers: Support of dynamic VLAN requires Linux ioctls 2019-12-26 00:00:36 +02:00
eap_common EAP-TEAP: Add parsing and generation routines for Identity-Type TLV 2019-08-20 01:34:12 +03:00
eap_peer EAP-SIM peer: Do not accept SIM/Challenge without SIM/Start 2019-12-23 23:59:16 +02:00
eap_server Clean up base64_{encode,decode} pointer types 2019-11-28 16:39:09 +02:00
eapol_auth EAP server: Use struct eap_config to avoid duplicated definitions 2019-08-18 17:36:32 +03:00
eapol_supp Pass full struct to peer certificate callbacks 2019-06-14 23:10:50 +03:00
fst FST: Update FST about MAC address change 2019-10-15 15:39:22 +03:00
l2_packet l2_packet: Fix bridge workaround for repeater configuration 2019-12-24 21:16:23 +02:00
p2p P2P: Add support for EDMG channels 2019-12-20 00:13:08 +02:00
pae mka: Check OLPN for exhaustion on SAKuse decode 2019-09-19 00:21:47 +03:00
radius RADIUS server: Abort startup on allocation failures 2019-08-20 02:57:58 +03:00
rsn_supp FT: More debug prints for RSNE modification for EAPOL-Key msg 2/4 2019-12-24 21:16:23 +02:00
tls Clean up base64_{encode,decode} pointer types 2019-11-28 16:39:09 +02:00
utils Allow debug log to be written to both syslog and file 2019-12-28 18:28:10 +02:00
wps WPS: Add prefixes to public event_* functions 2019-12-22 11:24:28 +02:00
lib.rules tests: Fix CFLAGS passing for new fuzzing tools 2019-06-11 06:34:19 +03:00
Makefile