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

Commit b8c9f8ee authored by spuligil's avatar spuligil
Browse files

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

Change-Id: Ia5ae17f438dabef222844b52bf75398bd3c0cac4
WMI: add PNO_SCAN_CONFIG_PER_CHANNEL svc flag def
CRs-Fixed: 2262693
parent eda20283
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -570,6 +570,7 @@ typedef enum {
    MI_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_MAX_EXT2_SERVICE

+7 −0
Original line number Diff line number Diff line
@@ -19095,6 +19095,13 @@ typedef struct wmi_nlo_config {
/* The TLVs will follow.
 * nlo_configured_parameters nlo_list[];
 * A_UINT32 channel_list[num_of_channels]; // in MHz
 *     channel_list:
 *     If FW supports WMI_SERVICE_PNO_SCAN_CONFIG_PER_CHANNEL,
 *         then channel_list may fill the upper 12 bits with channel flags,
 *         while using only the lower 20 bits for channel frequency.
 *         Check WMI_SCAN_CHANNEL_FLAG macros for the channel flags
 *     If FW doesn't support WMI_SERVICE_PNO_SCAN_CONFIG_PER_CHANNEL,
 *         then channel_list only holds the frequency value
 * nlo_channel_prediction_cfg ch_prediction_cfg;
 * enlo_candidate_score_params candidate_score_params;
 * wmi_vendor_oui vendor_oui[num_vendor_oui];
+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_ 1103
#define __WMI_REVISION_ 1104

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