TDLS : Check Advance TDLS Capability of the firmware.

Interoperability with the older firmwares which do not support
advance TDLS functionality ( PUAPSD , TDLS Off Channel) shall
fail.Hence query the same and issue LINK_ESTABLISH_REQUEST
accordingly.

Change-Id: I46fd16a22c729fdf4c5d0c203de11e0916e488dd
CRs-fixed: 528442
diff --git a/CORE/WDI/CP/src/wlan_qct_wdi.c b/CORE/WDI/CP/src/wlan_qct_wdi.c
index 22d59ee..757b84e 100644
--- a/CORE/WDI/CP/src/wlan_qct_wdi.c
+++ b/CORE/WDI/CP/src/wlan_qct_wdi.c
@@ -168,6 +168,11 @@
     ,IBSS_HEARTBEAT_OFFLOAD         //26
     ,FEATURE_NOT_SUPPORTED          //27
     ,WLAN_PERIODIC_TX_PTRN          //28
+#ifdef FEATURE_WLAN_TDLS
+    ,ADVANCE_TDLS                   //29
+#else
+    ,FEATURE_NOT_SUPPORTED          //29
+#endif
    };
 
 /*--------------------------------------------------------------------------