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

Commit 34ebfb43 authored by spuligil's avatar spuligil
Browse files

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

Change-Id: Ifb5cd4914cbe05e10dc86ab025c045955063e86e
WMI: add AFC SERVICE RESET_SUPPORT, SERV_RESP_FORMAT_IGNORE, CMD_RESET defs
CRs-Fixed: 2262693
parent ec350f9e
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -567,11 +567,12 @@ typedef enum {
    WMI_SERVICE_RTT_11AZ_MAC_PHY_SEC_SUPPORT = 315, /* FW support for 11AZ secure LTF + FTM */
    WMI_SERVICE_SPECTRAL_SESSION_INFO_SUPPORT = 316, /* Information corresponding to each Spectral scan session will be sent by the FW before the reports corresponding to that session are sent */
    WMI_SERVICE_PDEV_RATE_CONFIG_SUPPORT = 317, /* Support rate configurations per PDEV */
    MI_SERVICE_MLO_STA_NAN_NDI_SUPPORT = 318, /* FW support for NAN and NDP support with MLO STA */
    WMI_SERVICE_MLO_STA_NAN_NDI_SUPPORT = 318, /* FW support for NAN and NDP support with MLO STA */
    WMI_SERVICE_PROBE_ALL_BW_SUPPORT = 319, /* FW support to probe on higher BW even if the probe fails on lower BW - IOT issue */
    WMI_SERVICE_PKTLOG_DECODE_INFO_SUPPORT = 320, /* FW supports embedding Pktlog decode info in the Pktlog trace file level header */
    WMI_SERVICE_PNO_SCAN_CONFIG_PER_CHANNEL = 321, /* Indicates that FW supports per channel configuration support in the PNO scan start command */
    WMI_SERVICE_MULTIPLE_PEER_GROUP_CMD_SUPPORT = 322, /* FW support for multiple peer group command */
    WMI_SERVICE_AFC_RESET_SUPPORT = 323, /* Indicates FW supports AFC reset */

    WMI_MAX_EXT2_SERVICE

+2 −0
Original line number Diff line number Diff line
@@ -30535,6 +30535,7 @@ typedef enum {
     */
    AFC_SERV_RESP_FORMAT_JSON = 0,
    AFC_SERV_RESP_FORMAT_BINARY = 1,
    AFC_SERV_RESP_FORMAT_IGNORE = 2, /* When cmd type is reset,server response is set to FORMAT_IGNORE */
} WMI_AFC_SERV_RESP_FORMAT_TYPE;
typedef enum {
@@ -30545,6 +30546,7 @@ typedef enum {
     * This type can be expanded in future as per requirements.
     */
    WMI_AFC_CMD_SERV_RESP_READY = 1,
    WMI_AFC_CMD_RESET = 2, /* Added cmd type to handle AFC reset */
} WMI_AFC_CMD_TYPE;
/** Host indicating AFC info availability to FW */