|
@@ -10382,6 +10382,13 @@ typedef enum {
|
|
|
*/
|
|
|
WMI_VDEV_PARAM_6GHZ_PARAMS, /* 0x99 */
|
|
|
|
|
|
+ /**
|
|
|
+ * VDEV parameter to enable or disable RTT initiator role
|
|
|
+ * Default : Enabled
|
|
|
+ * valid values: 0-Disable initiator role, 1-Enable initiator role.
|
|
|
+ */
|
|
|
+ WMI_VDEV_PARAM_ENABLE_DISABLE_RTT_INITIATOR_ROLE, /* 0x9A */
|
|
|
+
|
|
|
/*=== ADD NEW VDEV PARAM TYPES ABOVE THIS LINE ===
|
|
|
* The below vdev param types are used for prototyping, and are
|
|
|
* prone to change.
|