From 80878674be94c648cf2b657bfd72af932b50a5d5 Mon Sep 17 00:00:00 2001 From: spuligil Date: Wed, 5 Feb 2020 06:00:43 -0800 Subject: [PATCH] fw-api: CL 9484489 - update fw common interface files add WMI_SERVICE_WPA3_SUITEB_ROAM_SUPPORT def Change-Id: Iea63c5828b301e33e0ae09654e2d9dba7d98b177 CRs-Fixed: 2262693 --- fw/wmi_services.h | 1 + fw/wmi_version.h | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/fw/wmi_services.h b/fw/wmi_services.h index 853a2edcb6..da9fbbecc4 100644 --- a/fw/wmi_services.h +++ b/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 *******/ diff --git a/fw/wmi_version.h b/fw/wmi_version.h index ca7e66184c..a63d6cba35 100644 --- a/fw/wmi_version.h +++ b/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