summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorspuligil <spuligil@codeaurora.org>2020-05-21 06:00:46 -0700
committernshrivas <nshrivas@codeaurora.org>2020-05-22 07:06:29 -0700
commita6e5686a07879d5b060b4cc348d61e75949c67e8 (patch)
tree8160db2618aa324bad8be968f80d67af5712b567
parent5ba9f43100eb1aa201f76fbbe9fa042d906e59b8 (diff)
downloadwlan-fw-api-a6e5686a07879d5b060b4cc348d61e75949c67e8.tar.gz
fw-api: CL 10521320 - update fw common interface files
Change-Id: I158d6935219cf4738febc431ec1c03e20f450ecc WMI: add VDEV_PARAM_RSN_CAPABILITY def, add bigtk info to GTK_OFFLOAD msg CRs-Fixed: 2262693
-rw-r--r--fw/wmi_unified.h15
-rw-r--r--fw/wmi_version.h2
2 files changed, 14 insertions, 3 deletions
diff --git a/fw/wmi_unified.h b/fw/wmi_unified.h
index ac1196e..dd407c8 100644
--- a/fw/wmi_unified.h
+++ b/fw/wmi_unified.h
@@ -10947,7 +10947,7 @@ typedef enum {
* take effect if the WMI_PDEV_PARAM_SET_CMD_OBSS_PD_THRESHOLD
* setting is also set for the pdev that the vdev belongs to.
*/
- WMI_VDEV_PARAM_SET_CMD_OBSS_PD_THRESHOLD,
+ WMI_VDEV_PARAM_SET_CMD_OBSS_PD_THRESHOLD, /* 0x9E */
/* Parameter used to configure OBSS Packet Detection per Access Category
* for SRP based and OBSS_PD based spatial reuse feature.
@@ -10971,7 +10971,14 @@ typedef enum {
* if the WMI_PDEV_PARAM_SET_CMD_OBSS_PD_PER_AC setting is also set for
* the pdev that the vdev belongs to.
*/
- WMI_VDEV_PARAM_SET_CMD_OBSS_PD_PER_AC,
+ WMI_VDEV_PARAM_SET_CMD_OBSS_PD_PER_AC, /* 0x9F */
+
+ /**
+ * VDEV parameter to indicate RSN (Robust Security Network) capability.
+ * This value will be intersection of the local vdev's (STA's)
+ * RSN capability and the peer's (AP's) RSN capability.
+ */
+ WMI_VDEV_PARAM_RSN_CAPABILITY, /* 0xA0 */
/* Parameter used to enable/disable SRP feature */
WMI_VDEV_PARAM_ENABLE_SRP,
@@ -16140,6 +16147,10 @@ typedef struct {
A_UINT8 gtk_keyLength; /* GTK key length */
A_UINT8 gtk_keyRSC[GTK_REPLAY_COUNTER_BYTES]; /* GTK key replay sequence counter */
A_UINT8 gtk_key[WMI_MAX_KEY_LEN]; /* GTK key data */
+ A_UINT8 bigtk_keyIndex; /* Use if IGTK_OFFLOAD is defined */
+ A_UINT8 bigtk_keyLength; /* Use if IGTK_OFFLOAD is defined */
+ A_UINT8 bigtk_keyRSC[IGTK_PN_SIZE]; /* key replay sequence counter *//* Use if IGTK_OFFLOAD is defined */
+ A_UINT8 bigtk_key[WMI_MAX_KEY_LEN]; /* Use if IGTK_OFFLOAD is defined */
} WMI_GTK_OFFLOAD_STATUS_EVENT_fixed_param;
typedef struct {
diff --git a/fw/wmi_version.h b/fw/wmi_version.h
index 705f17a..4d3653c 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_ 841
+#define __WMI_REVISION_ 842
/** The Version Namespace should not be normally changed. Only
* host and firmware of the same WMI namespace will work