wlan: Add support to enable/disable SSR

WLAN driver invokes SSR upon WDI timeout. Add a dynamic cfg.ini item
to enable/disable this functionality. This greatly helps for WDI
timeout debugging.

CRs-fixed: 466158
diff --git a/CORE/WDA/inc/wlan_qct_wda.h b/CORE/WDA/inc/wlan_qct_wda.h
index 658a0aa..56d246b 100644
--- a/CORE/WDA/inc/wlan_qct_wda.h
+++ b/CORE/WDA/inc/wlan_qct_wda.h
@@ -1801,4 +1801,19 @@
 ===========================================================================*/
 void WDA_TrafficStatsTimerActivate(wpt_boolean activate);
 
+/*==========================================================================
+  FUNCTION   WDA_SetEnableSSR
+
+  DESCRIPTION
+    API to enable/disable SSR on WDI timeout
+
+  PARAMETERS
+    enableSSR : enable/disable SSR
+
+  RETURN VALUE
+    NONE
+
+===========================================================================*/
+void WDA_SetEnableSSR(v_BOOL_t enableSSR);
+
 #endif