瀏覽代碼

fw-api: CL 11091714 - update fw common interface files

Change-Id: Iad727fb1f80a63c7c261b7fafbf313ef1e11093a
WMI: indicate in vdev start whether SW encryption is enabled
CRs-Fixed: 2262693
spuligil 4 年之前
父節點
當前提交
986520c8bc
共有 2 個文件被更改,包括 7 次插入1 次删除
  1. 6 0
      fw/wmi_unified.h
  2. 1 1
      fw/wmi_version.h

+ 6 - 0
fw/wmi_unified.h

@@ -9644,6 +9644,12 @@ typedef struct {
  * of assoc request/response
  */
 #define WMI_UNIFIED_VDEV_START_LDPC_RX_ENABLED  (1<<3)
+/** Indicates HW encryption is disabled, and SW encryption is enabled.
+ *  If This flag is set, indicates that HW encryption will be disabled
+ *  and SW encryption will be enabled.
+ *  If SW encryption is enabled, key plumbing will not happen in FW.
+ */
+#define WMI_UNIFIED_VDEV_START_HW_ENCRYPTION_DISABLED  (1<<4)
 
 /* BSS color 0-6 */
 #define WMI_HEOPS_COLOR_GET_D2(he_ops) WMI_GET_BITS(he_ops, 0, 6)

+ 1 - 1
fw/wmi_version.h

@@ -36,7 +36,7 @@
 #define __WMI_VER_MINOR_    0
 /** WMI revision number has to be incremented when there is a
  *  change that may or may not break compatibility. */
-#define __WMI_REVISION_ 870
+#define __WMI_REVISION_ 871
 
 /** The Version Namespace should not be normally changed. Only
  *  host and firmware of the same WMI namespace will work