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
This commit is contained in:
@@ -16669,6 +16669,12 @@ typedef struct wmi_nlo_config {
|
|||||||
A_UINT32 num_vendor_oui;
|
A_UINT32 num_vendor_oui;
|
||||||
/** Number of connected NLO band preferences **/
|
/** Number of connected NLO band preferences **/
|
||||||
A_UINT32 num_cnlo_band_pref;
|
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.
|
/* The TLVs will follow.
|
||||||
* nlo_configured_parameters nlo_list[];
|
* nlo_configured_parameters nlo_list[];
|
||||||
* A_UINT32 channel_list[num_of_channels]; // in MHz
|
* 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_UNSOLICITED_ARP_RESPONSE = 2, /* ARP response */
|
||||||
WMI_STA_KEEPALIVE_METHOD_ETHERNET_LOOPBACK = 3, /*ETHERNET LOOPBACK*/
|
WMI_STA_KEEPALIVE_METHOD_ETHERNET_LOOPBACK = 3, /*ETHERNET LOOPBACK*/
|
||||||
WMI_STA_KEEPALIVE_METHOD_GRATUITOUS_ARP_REQUEST = 4, /* gratuitous ARP req*/
|
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;
|
} WMI_STA_KEEPALIVE_METHOD;
|
||||||
|
|
||||||
typedef struct {
|
typedef struct {
|
||||||
|
@@ -36,7 +36,7 @@
|
|||||||
#define __WMI_VER_MINOR_ 0
|
#define __WMI_VER_MINOR_ 0
|
||||||
/** WMI revision number has to be incremented when there is a
|
/** WMI revision number has to be incremented when there is a
|
||||||
* change that may or may not break compatibility. */
|
* 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
|
/** The Version Namespace should not be normally changed. Only
|
||||||
* host and firmware of the same WMI namespace will work
|
* host and firmware of the same WMI namespace will work
|
||||||
|
Reference in New Issue
Block a user