[sync patch]
[Description]
Add timestamps for logs.
[Release-log]
diff --git a/src/logan_wifi/wifi_hal.c b/src/logan_wifi/wifi_hal.c
index f60c326..0129d1f 100644
--- a/src/logan_wifi/wifi_hal.c
+++ b/src/logan_wifi/wifi_hal.c
@@ -3420,8 +3420,8 @@
#endif
#define HOSTAPD_DBG "/nvram/wifiVendorHostapdDbg"
#define HOSTAPD_OPTIONS_FILE_PATH "/etc/default/hostapd"
-#define HOSTAPD_DEFAULT_OPTIONS "-s -f /rdklogs/logs/wifi_vendor_hostapd.log"
-#define HOSTAPD_DEBUG_OPTIONS "-f /tmp/wifiVendorHostapd"
+#define HOSTAPD_DEFAULT_OPTIONS "-s -t -f /rdklogs/logs/wifi_vendor_hostapd.log"
+#define HOSTAPD_DEBUG_OPTIONS "-t -f /tmp/wifiVendorHostapd"
void start_hostapd_service()
{