Browse Source

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

Change-Id: Idf4aa64113419cfb6386b94ccf543b80c502099d
WMI: add RSSI fields to blacklist AP messages
CRs-Fixed: 2262693
spuligil 5 years ago
parent
commit
99a2292361
2 changed files with 10 additions and 1 deletions
  1. 9 0
      fw/wmi_unified.h
  2. 1 1
      fw/wmi_version.h

+ 9 - 0
fw/wmi_unified.h

@@ -4147,6 +4147,9 @@ typedef enum {
 /* Force all 6ghz scan channels to active channel */
 #define WMI_SCAN_FLAG_EXT_6GHZ_FORCE_CHAN_ACTIVE      0x00000100
 
+/* Force broadcast address in RA even though specified bssid */
+#define WMI_SCAN_FLAG_EXT_FORCE_BRCAST_RA             0x00000200
+
 /**
  * new 6 GHz flags per chan (short ssid or bssid) in struct
  * wmi_hint_freq_short_ssid or wmi_hint_freq_bssid
@@ -4157,6 +4160,9 @@ typedef enum {
 /* Force channel in WMI hint to active channel */
 #define WMI_SCAN_HINT_FLAG_FORCE_CHAN_ACTIVE    0x00000002
 
+/* Combine short SSID with legacy bssid list */
+#define WMI_SCAN_HINT_FLAG_COMBINE_BSSID_LIST   0x00000004
+
 typedef struct {
     A_UINT32 tlv_header; /* TLV tag and len; tag equals WMITLV_TAG_STRUC_wmi_stop_scan_cmd_fixed_param */
     /** requestor requesting cancel  */
@@ -13599,6 +13605,8 @@ typedef struct {
     wmi_mac_addr bssid;
     /** How much time in milliseconds to keep AP in blacklist */
     A_UINT32 timeout;
+    /** rssi (dBm units) when put in blacklist */
+    A_INT32 rssi;
 } wmi_roam_blacklist_with_timeout_tlv_param;
 
 /** WMI_ROAM_BLACKLIST_EVENT: generated whenever STA needs to move AP to blacklist for a particluar time
@@ -13864,6 +13872,7 @@ typedef struct {
     A_UINT32 num_ssid_white_list; /* number of whitelist in the TLV variable ssid_white_list */
     A_UINT32 num_bssid_preferred_list; /* only for lfr 3.0. number of preferred list & factor in the TLV */
     A_UINT32 num_rssi_rejection_ap; /** number of list of AP who rejected STA due to low RSSI */
+    A_UINT32 delta_rssi; /** (dB units) when AB in RSSI blacklist improved by at least delta_rssi, it will be removed from blacklist */
     /**
      * TLV (tag length value) parameters follows roam_filter_list_cmd
      * The TLV's are:

+ 1 - 1
fw/wmi_version.h

@@ -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_ 781
+#define __WMI_REVISION_ 782
 
 /** The Version Namespace should not be normally changed. Only
  *  host and firmware of the same WMI namespace will work