[rdkb][common][bsp][hostapd default output log to syslog]

[Description]
Change hostapd parameter, output the hostapd log to syslog

[Release-log]

Change-Id: I2e11f66b84274bab37fe46a123e65c87001530c8
diff --git a/recipes-wifi/hostapd/files/hostapd.service b/recipes-wifi/hostapd/files/hostapd.service
index 90d5364..e681966 100644
--- a/recipes-wifi/hostapd/files/hostapd.service
+++ b/recipes-wifi/hostapd/files/hostapd.service
@@ -6,7 +6,7 @@
 [Service]
 Type=forking
 PIDFile=/var/run/hostapd-global.pid
-ExecStart=/usr/sbin/hostapd -g /var/run/hostapd/global -B -P /var/run/hostapd-global.pid
+ExecStart=/usr/sbin/hostapd -g /var/run/hostapd/global -s -B -P /var/run/hostapd-global.pid
 ExecStartPost=/bin/sh -c '(/lib/rdk/hostapd-init.sh)'
 Restart=always
 [Install]