|
@@ -8483,6 +8483,18 @@ typedef enum {
|
|
|
*/
|
|
|
WMI_VDEV_PARAM_AMSDU_AGGREGATION_SIZE_OPTIMIZATION, /* 0x83 */
|
|
|
|
|
|
+ /**
|
|
|
+ * In RAW mode, FW will not know whether the encryption is enabled
|
|
|
+ * on this vdev or not.
|
|
|
+ * Because of this, FW will not program the right info into the
|
|
|
+ * RawNwifi TLV resulting in the connection failure in RAW mode.
|
|
|
+ * So to program the right info, FW should know whether the security
|
|
|
+ * is enabled on this VDEV.
|
|
|
+ * Host will send this VDEV param command (With Value = 1) in case of
|
|
|
+ * RAW secure mode.
|
|
|
+ */
|
|
|
+ WMI_VDEV_PARAM_RAW_IS_ENCRYPTED, /* 0x84 */
|
|
|
+
|
|
|
|
|
|
/*=== ADD NEW VDEV PARAM TYPES ABOVE THIS LINE ===
|
|
|
* The below vdev param types are used for prototyping, and are
|