Răsfoiți Sursa

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

add WMI_SERVICE_WPA3_SUITEB_ROAM_SUPPORT def

Change-Id: Iea63c5828b301e33e0ae09654e2d9dba7d98b177
CRs-Fixed: 2262693
spuligil 5 ani în urmă
părinte
comite
80878674be
2 a modificat fișierele cu 2 adăugiri și 1 ștergeri
  1. 1 0
      fw/wmi_services.h
  2. 1 1
      fw/wmi_version.h

+ 1 - 0
fw/wmi_services.h

@@ -427,6 +427,7 @@ typedef  enum  {
     WMI_SERVICE_ROAM_SCAN_CHANNEL_LIST_TO_HOST_SUPPORT = 236, /* Indicates firmware supports sending roam scan channel list to host */
     WMI_SERVICE_PEER_DELETE_NO_PEER_FLUSH_TIDS_CMD = 237, /* Host should not send WMI_PEER_FLUSH_TIDS_CMD as part of peer delete */
     WMI_SERVICE_NSS_RATIO_TO_HOST_SUPPORT = 238, /* Indicates firmware supports sending NSS ratio info to host */
+    WMI_SERVICE_WPA3_SUITEB_ROAM_SUPPORT = 239, /* Indicates FW supports WPA3 SUITE B roaming */
 
 
     /******* ADD NEW SERVICES HERE *******/

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