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

Commit 8a4dac36 authored by spuligil's avatar spuligil
Browse files

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

Add one new keepalive pkt type and multiple new scan dwell time params for PNO scan config
<Describe here the change summary in detail>

Change-Id: I82d0c34de10858e5ab7e0b44490207733d36ca33
CRs-Fixed: 2262693
parent b8856f2b
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -16669,6 +16669,12 @@ typedef struct wmi_nlo_config {
    A_UINT32 num_vendor_oui;
    /** Number of connected NLO band preferences **/
    A_UINT32 num_cnlo_band_pref;
    /** dwell time in msec on active 2GHz channels */
    A_UINT32 active_dwell_time_2ghz;
    /** dwell time in msec when 6 GHz channel (PSC or non-PSC) is marked as an active channel */
    A_UINT32 active_dwell_time_6ghz;
    /** dwell time in msec when 6 GHz channel (PSC or non-PSC) is marked as a passive channel */
    A_UINT32 passive_dwell_time_6ghz;
/* The TLVs will follow.
 * nlo_configured_parameters nlo_list[];
 * A_UINT32 channel_list[num_of_channels]; // in MHz
@@ -16939,6 +16945,7 @@ typedef enum {
    WMI_STA_KEEPALIVE_METHOD_UNSOLICITED_ARP_RESPONSE = 2, /* ARP response */
    WMI_STA_KEEPALIVE_METHOD_ETHERNET_LOOPBACK = 3, /*ETHERNET LOOPBACK*/
    WMI_STA_KEEPALIVE_METHOD_GRATUITOUS_ARP_REQUEST = 4, /* gratuitous ARP req*/
    WMI_STA_KEEPALIVE_METHOD_MGMT_VENDOR_ACTION = 5, /* vendor action frame */
} WMI_STA_KEEPALIVE_METHOD;
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_ 895
#define __WMI_REVISION_ 896

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