wlan: IOCTL support to set RTS-CTS in HT/VHT.

Adds IOCTL support to set RTS-CTS in HT/VHT dynamically.

CRs-Fixed: 836683
Change-Id: I78d6b751dbe23ec1ea1a4c2f33c676457355413e
diff --git a/CORE/WDI/CP/inc/wlan_qct_wdi_i.h b/CORE/WDI/CP/inc/wlan_qct_wdi_i.h
index a8db5d9..a1970f4 100644
--- a/CORE/WDI/CP/inc/wlan_qct_wdi_i.h
+++ b/CORE/WDI/CP/inc/wlan_qct_wdi_i.h
@@ -514,6 +514,7 @@
   /* csa channel switch req*/
   WDI_CH_SWITCH_REQ_V1,
   WDI_TDLS_CHAN_SWITCH_REQ,
+  WDI_SET_RTS_CTS_HTVHT_IND,
 
   /*Keep adding the indications to the max request
     such that we keep them sepparate */
@@ -6207,5 +6208,24 @@
   WDI_EventInfoType*     pEventData
 );
 
+/**
+ @brief WDI_ProcessSetRtsCtsHtvhtInd
+        Set RTS/CTS indication for diff modes.
+
+ @param  pWDICtx:         pointer to the WLAN DAL context
+         pEventData:      pointer to the event information structure
+
+ @return Result of the function call
+*/
+
+
+WDI_Status
+WDI_ProcessSetRtsCtsHtvhtInd
+(
+  WDI_ControlBlockType*  pWDICtx,
+  WDI_EventInfoType*     pEventData
+);
+
+
 #endif /*WLAN_QCT_WDI_I_H*/