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

Commit e1b72595 authored by spuligil's avatar spuligil
Browse files

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

Change-Id: I865c591879f42f6f6fae26de7e84b3d67b4ecf25
WMI: add CSA_IE_RECEIVED_EVENT msg def
CRs-Fixed: 2262693
parent 8309a074
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -2163,6 +2163,7 @@ typedef enum {
    OP(WMI_TAS_POWER_HISTORY_EVENTID) \
    OP(WMI_HPA_EVENTID) \
    OP(WMI_PDEV_SET_TGTR2P_TABLE_EVENTID) \
    OP(WMI_CSA_IE_RECEIVED_EVENTID) \
    /* add new EVT_LIST elements above this line */


@@ -7177,6 +7178,10 @@ WMITLV_CREATE_PARAM_STRUC(WMI_HPA_EVENTID);
    WMITLV_ELEM(id,op,buf,len, WMITLV_TAG_STRUC_wmi_pdev_set_tgtr2p_table_event_fixed_param, wmi_pdev_set_tgtr2p_table_event_fixed_param, fixed_param, WMITLV_SIZE_FIX)
WMITLV_CREATE_PARAM_STRUC(WMI_PDEV_SET_TGTR2P_TABLE_EVENTID);

/* CSA IE Received Event */
#define WMITLV_TABLE_WMI_CSA_IE_RECEIVED_EVENTID(id,op,buf,len)\
    WMITLV_ELEM(id,op,buf,len, WMITLV_TAG_STRUC_wmi_csa_event_fixed_param, wmi_csa_event_fixed_param, fixed_param, WMITLV_SIZE_FIX)
WMITLV_CREATE_PARAM_STRUC(WMI_CSA_IE_RECEIVED_EVENTID);


#ifdef __cplusplus
+4 −1
Original line number Diff line number Diff line
@@ -2071,8 +2071,11 @@ typedef enum {
    /** GTK offload failed to rekey event */
    WMI_GTK_REKEY_FAIL_EVENTID,
    /* CSA IE received event */
    /* CSA handling event */
    WMI_CSA_HANDLING_EVENTID = WMI_EVT_GRP_START_ID(WMI_GRP_CSA_OFL),
    /* CSA IE received event */
    WMI_CSA_IE_RECEIVED_EVENTID,
    /*chatter query reply event*/
    WMI_CHATTER_PC_QUERY_EVENTID = WMI_EVT_GRP_START_ID(WMI_GRP_CHATTER),
+1 −1
Original line number Diff line number Diff line
@@ -37,7 +37,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_ 1274
#define __WMI_REVISION_ 1275

/** The Version Namespace should not be normally changed. Only
 *  host and firmware of the same WMI namespace will work