Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a6e5686a authored by spuligil's avatar spuligil Committed by nshrivas
Browse files

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
parent 5ba9f431
Loading
Loading
Loading
Loading
+13 −2
Original line number Diff line number Diff line
@@ -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 {
+1 −1
Original line number Diff line number Diff line
@@ -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