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.h b/CORE/WDI/CP/inc/wlan_qct_wdi.h
index f0b03f3..5052932 100644
--- a/CORE/WDI/CP/inc/wlan_qct_wdi.h
+++ b/CORE/WDI/CP/inc/wlan_qct_wdi.h
@@ -11439,6 +11439,20 @@
     void                         *usrData
 );
 
+/**
+ @brief WDI_SetRtsCtsHTVhtInd
+        Set RTS/CTS indication for diff modes.
+
+ @param rtsCtsVal: Bit mask value to enable RTS/CTS for different modes
+
+ @return Result of the function call
+*/
+
+WDI_Status
+WDI_SetRtsCtsHTVhtInd
+(
+  wpt_uint32 rtsCtsVal
+);
 
 
 #ifdef __cplusplus