TDLS: Configure Direct TDLS set up Negotiation for oxygen support

Oxygen Requirement states for direct transmission of the TDLS
negotiation frames to the peer rather than the through the AP.
This commit defines a configuration parameter for oxygen
support to the firmware.
CRs-fixed: 471056

Change-Id: I1ec20e3c8cee56d8adf173231f693037ace3122f
diff --git a/riva/inc/wlan_hal_cfg.h b/riva/inc/wlan_hal_cfg.h
index 6d80cee..c9a319c 100644
--- a/riva/inc/wlan_hal_cfg.h
+++ b/riva/inc/wlan_hal_cfg.h
@@ -155,7 +155,8 @@
 #define QWLAN_HAL_CFG_ENABLE_DETECT_PS_SUPPORT          101
 #define QWLAN_HAL_CFG_AP_LINK_MONITOR_TIMEOUT           102
 #define QWLAN_HAL_CFG_BTC_DWELL_TIME_MULTIPLIER         103
-#define QWLAN_HAL_CFG_MAX_PARAMS                        104
+#define QWLAN_HAL_CFG_ENABLE_TDLS_OXYGEN_MODE           104
+#define QWLAN_HAL_CFG_MAX_PARAMS                        105