wlan: Add ini support and DXE done Ind for frame logging

Add four ini to support frame logging feature
1. ini to enable fw frame logging
2. ini to enable fw continious logging
3. ini stating max log buffer size
4. ini stating min log buffer size

Add support for DXE done indication through control path.
Renaming APIs which will be now common for Mgmt Frame logging
and FW logging.

Change-Id: I4af80eeae86b4766159f9fddb3f87db4417d8aab
CRs-Fixed: 845692
diff --git a/CORE/WDI/CP/inc/wlan_qct_wdi_i.h b/CORE/WDI/CP/inc/wlan_qct_wdi_i.h
index a8d78f5..8a8a3a6 100644
--- a/CORE/WDI/CP/inc/wlan_qct_wdi_i.h
+++ b/CORE/WDI/CP/inc/wlan_qct_wdi_i.h
@@ -470,7 +470,7 @@
   /* Send command to encrypt the given message */
   WDI_ENCRYPT_MSG_REQ                            = 103,
 
-  WDI_MGMT_LOGGING_INIT_REQ                      = 104,
+  WDI_FW_LOGGING_INIT_REQ                        = 104,
   WDI_GET_FRAME_LOG_REQ                          = 105,
 
   /* NAN Request */
@@ -518,6 +518,7 @@
   WDI_CH_SWITCH_REQ_V1,
   WDI_TDLS_CHAN_SWITCH_REQ,
   WDI_SET_RTS_CTS_HTVHT_IND,
+  WDI_FW_LOGGING_DXE_DONE_IND,
 
   /*Keep adding the indications to the max request
     such that we keep them sepparate */
@@ -810,7 +811,7 @@
   /* Send command to encrypt the given message */
   WDI_ENCRYPT_MSG_RSP                            = 103,
 
-  WDI_MGMT_LOGGING_INIT_RSP                      = 104,
+  WDI_FW_LOGGING_INIT_RSP                        = 104,
   WDI_GET_FRAME_LOG_RSP                          = 105,
 
   WDI_NAN_RESPONSE                               = 106,
@@ -6137,14 +6138,21 @@
 );
 
 WDI_Status
-WDI_ProcessMgmtLoggingInitReq
+WDI_ProcessFWLoggingDXEdoneInd
 (
   WDI_ControlBlockType*  pWDICtx,
   WDI_EventInfoType*     pEventData
 );
 
 WDI_Status
-WDI_ProcessMgmtFrameLoggingInitRsp
+WDI_ProcessFWLoggingInitReq
+(
+  WDI_ControlBlockType*  pWDICtx,
+  WDI_EventInfoType*     pEventData
+);
+
+WDI_Status
+WDI_ProcessFWFrameLoggingInitRsp
 (
   WDI_ControlBlockType*  pWDICtx,
   WDI_EventInfoType*     pEventData