Bladeren bron

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

add WMI_SERVICE_SAE_EAPOL_OFFLOAD_SUPPORT def

Change-Id: I213849c48b70c6bdfde828b3e49f6dadcb78f2d3
CRs-Fixed: 2262693
spuligil 4 jaren geleden
bovenliggende
commit
7c85b6c360
2 gewijzigde bestanden met toevoegingen van 8 en 3 verwijderingen
  1. 6 1
      fw/wmi_services.h
  2. 2 2
      fw/wmi_version.h

+ 6 - 1
fw/wmi_services.h

@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2011-2020 The Linux Foundation. All rights reserved.
+ * Copyright (c) 2011-2021 The Linux Foundation. All rights reserved.
  *
  * Previously licensed under the ISC license by Qualcomm Atheros, Inc.
  *
@@ -509,6 +509,11 @@ typedef  enum  {
      * be sent on the WMI communication link.
      */
     WMI_SERVICE_UNIFIED_LL_GET_STA_OVER_QMI_SUPPORT = 274,
+    /*
+     * Indicates FW supports EAPOL offload for SAE roaming if PMK of
+     * candidate AP is present in FW.
+     */
+    WMI_SERVICE_SAE_EAPOL_OFFLOAD_SUPPORT = 275,
 
 
     WMI_MAX_EXT2_SERVICE

+ 2 - 2
fw/wmi_version.h

@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2012-2020 The Linux Foundation. All rights reserved.
+ * Copyright (c) 2012-2021 The Linux Foundation. All rights reserved.
  *
  * Previously licensed under the ISC license by Qualcomm Atheros, Inc.
  *
@@ -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_ 945
+#define __WMI_REVISION_ 946
 
 /** The Version Namespace should not be normally changed. Only
  *  host and firmware of the same WMI namespace will work