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

Commit c9f5cfef authored by Pragaspathi Thilagaraj's avatar Pragaspathi Thilagaraj Committed by Ravindra Konda
Browse files

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

Change-Id: If40e5691004ef6501bf44368f0327e07b6ba86aa
CRs-Fixed: 2262693
parent cf465da3
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -1440,6 +1440,7 @@ typedef enum {
    WMITLV_TAG_STRUC_wmi_set_ap_suspend_resume_cmd_fixed_param,
    WMITLV_TAG_STRUC_wmi_p2p_cli_dfs_ap_bmiss_fixed_param,
    WMITLV_TAG_STRUC_wmi_p2p_go_dfs_ap_config_fixed_param,
    WMITLV_TAG_STRUC_wmi_twt_vdev_config_cmd_fixed_param,
} WMITLV_TAG_ID;
/*
 * IMPORTANT: Please add _ALL_ WMI Commands Here.
@@ -1810,6 +1811,7 @@ typedef enum {
    OP(WMI_TWT_DEL_DIALOG_CMDID) \
    OP(WMI_TWT_PAUSE_DIALOG_CMDID) \
    OP(WMI_TWT_RESUME_DIALOG_CMDID) \
    OP(WMI_TWT_VDEV_CONFIG_CMDID) \
    OP(WMI_REQUEST_ROAM_SCAN_STATS_CMDID) \
    OP(WMI_PEER_TID_CONFIGURATIONS_CMDID) \
    OP(WMI_VDEV_SET_CUSTOM_SW_RETRY_TH_CMDID) \
@@ -4934,6 +4936,11 @@ WMITLV_CREATE_PARAM_STRUC(WMI_TWT_ENABLE_CMDID);
    WMITLV_ELEM(id,op,buf,len, WMITLV_TAG_STRUC_wmi_twt_disable_cmd_fixed_param, wmi_twt_disable_cmd_fixed_param, fixed_param, WMITLV_SIZE_FIX)
WMITLV_CREATE_PARAM_STRUC(WMI_TWT_DISABLE_CMDID);

/* TWT config vdev cmd */
#define WMITLV_TABLE_WMI_TWT_VDEV_CONFIG_CMDID(id,op,buf,len) \
    WMITLV_ELEM(id,op,buf,len, WMITLV_TAG_STRUC_wmi_twt_vdev_config_cmd_fixed_param, wmi_twt_vdev_config_cmd_fixed_param, fixed_param, WMITLV_SIZE_FIX)
WMITLV_CREATE_PARAM_STRUC(WMI_TWT_VDEV_CONFIG_CMDID);

/* TWT add dialog cmd */
#define WMITLV_TABLE_WMI_TWT_ADD_DIALOG_CMDID(id,op,buf,len) \
    WMITLV_ELEM(id,op,buf,len, WMITLV_TAG_STRUC_wmi_twt_add_dialog_cmd_fixed_param, wmi_twt_add_dialog_cmd_fixed_param, fixed_param, WMITLV_SIZE_FIX)
+18 −0
Original line number Diff line number Diff line
@@ -1578,6 +1578,7 @@ typedef enum {
    WMI_TWT_NUDGE_DIALOG_CMDID,
    WMI_VDEV_SET_TWT_EDCA_PARAMS_CMDID, /* XPAN TWT */
    WMI_VDEV_GET_TWT_SESSION_STATS_INFO_CMDID,
    WMI_TWT_VDEV_CONFIG_CMDID,
    /** WMI commands related to motion detection **/
    WMI_MOTION_DET_CONFIG_PARAM_CMDID = WMI_CMD_GRP_START_ID(WMI_GRP_MOTION_DET),
@@ -37689,6 +37690,7 @@ static INLINE A_UINT8 *wmi_id_to_name(A_UINT32 wmi_command)
        WMI_RETURN_STRING(WMI_TWT_DEL_DIALOG_CMDID);
        WMI_RETURN_STRING(WMI_TWT_PAUSE_DIALOG_CMDID);
        WMI_RETURN_STRING(WMI_TWT_RESUME_DIALOG_CMDID);
        WMI_RETURN_STRING(WMI_TWT_VDEV_CONFIG_CMDID);
        WMI_RETURN_STRING(WMI_REQUEST_ROAM_SCAN_STATS_CMDID);
        WMI_RETURN_STRING(WMI_PEER_TID_CONFIGURATIONS_CMDID);
        WMI_RETURN_STRING(WMI_VDEV_SET_CUSTOM_SW_RETRY_TH_CMDID);
@@ -39394,6 +39396,22 @@ typedef struct {
    A_UINT32 status; /* refer to WMI_DISABLE_TWT_STATUS_T enum */
} wmi_twt_disable_complete_event_fixed_param;
typedef struct {
    A_UINT32 tlv_header;    /* TLV tag and len; tag equals WMITLV_TAG_STRUC_wmi_twt_vdev_config_cmd_fixed_param */
    /** pdev_id for identifying the MAC.
     * See macros starting with WMI_PDEV_ID_ for values.
     */
    A_UINT32 pdev_id;
    A_UINT32 vdev_id;
    /* TWT support flag to be applied to the vdev
     * 0 = ITWT, BTWT and RTWT are disabled.
     * 1 = ITWT is enabled
     * 2 = ITWT and BTWT are enabled
     * 3 = ITWT, BTWT and RTWT are enabled
     */
    A_UINT32 twt_support;
} wmi_twt_vdev_config_cmd_fixed_param;
/* status code of TWT Disable */
typedef enum _WMI_DISABLE_TWT_STATUS_T {
    WMI_DISABLE_TWT_STATUS_OK,                  /*  Disabling TWT successfully completed */
+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_ 1489
#define __WMI_REVISION_ 1490

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