Эх сурвалжийг харах

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

Change-Id: I0b4d1c7b657230057f9b4b0895cc3f0a8b4fdc86
WMI: define RSNA_SUITE_B_8021X_SHA auth types
CRs-Fixed: 1107600
spuligil 7 жил өмнө
parent
commit
fb388c7280

+ 1 - 0
fw/wmi_services.h

@@ -247,6 +247,7 @@ typedef  enum  {
     WMI_SERVICE_RUNTIME_DPD_RECAL=151, /* Runtime DPD recalibration support */
     WMI_SERVICE_STA_TWT=152, /* support for TWT (Target Wake Time) of STA */
     WMI_SERVICE_AP_TWT=153, /* support for TWT (Target Wake Time) on AP */
+    WMI_SERVICE_GMAC_OFFLOAD_SUPPORT=154, /* Support for GMAC */
 
 
     /******* ADD NEW SERVICES HERE *******/

+ 2 - 0
fw/wmi_unified.h

@@ -10233,6 +10233,8 @@ enum {
     WMI_AUTH_CCKM_RSNA,
     WMI_AUTH_RSNA_FILS_SHA256,
     WMI_AUTH_RSNA_FILS_SHA384,
+    WMI_AUTH_RSNA_SUITE_B_8021X_SHA256,
+    WMI_AUTH_RSNA_SUITE_B_8021X_SHA384,
 };
 
 typedef enum {

+ 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_ 497
+#define __WMI_REVISION_ 498
 
 /** The Version Namespace should not be normally changed. Only
  *  host and firmware of the same WMI namespace will work