Browse Source

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

Change-Id: I00cd25c788912edc4d9557389a55a785f746cdb9
WMI: add OWE info to AP profile for roaming
CRs-Fixed: 2262693
spuligil 3 years ago
parent
commit
f2fc3e3fc3
3 changed files with 25 additions and 2 deletions
  1. 3 1
      fw/wmi_tlv_defs.h
  2. 21 0
      fw/wmi_unified.h
  3. 1 1
      fw/wmi_version.h

+ 3 - 1
fw/wmi_tlv_defs.h

@@ -1193,6 +1193,7 @@ typedef enum {
     WMITLV_TAG_STRUC_wmi_roam_ml_setup_links_param,
     WMITLV_TAG_STRUC_wmi_roam_ml_key_material_param,
     WMITLV_TAG_STRUC_wmi_roam_cnd_vendor_scoring_param,
+    WMITLV_TAG_STRUC_wmi_owe_ap_profile,
 } WMITLV_TAG_ID;
 
 /*
@@ -2961,7 +2962,8 @@ WMITLV_CREATE_PARAM_STRUC(WMI_PEER_MCAST_GROUP_CMDID);
     WMITLV_ELEM(id,op,buf,len, WMITLV_TAG_STRUC_wmi_roam_cnd_scoring_param, wmi_roam_cnd_scoring_param, roam_cnd_scoring_param, WMITLV_SIZE_FIX) \
     WMITLV_ELEM(id,op,buf,len, WMITLV_TAG_ARRAY_STRUC, wmi_roam_score_delta_param, roam_score_delta_param_list, WMITLV_SIZE_VAR) \
     WMITLV_ELEM(id,op,buf,len, WMITLV_TAG_ARRAY_STRUC, wmi_roam_cnd_min_rssi_param, roam_cnd_min_rssi_param_list, WMITLV_SIZE_VAR) \
-    WMITLV_ELEM(id,op,buf,len, WMITLV_TAG_ARRAY_STRUC, wmi_roam_cnd_vendor_scoring_param, roam_cnd_vendor_scoring_param, WMITLV_SIZE_VAR)
+    WMITLV_ELEM(id,op,buf,len, WMITLV_TAG_ARRAY_STRUC, wmi_roam_cnd_vendor_scoring_param, roam_cnd_vendor_scoring_param, WMITLV_SIZE_VAR) \
+    WMITLV_ELEM(id,op,buf,len, WMITLV_TAG_ARRAY_STRUC, wmi_owe_ap_profile, owe_ap_profile, WMITLV_SIZE_VAR)
 
 WMITLV_CREATE_PARAM_STRUC(WMI_ROAM_AP_PROFILE);
 

+ 21 - 0
fw/wmi_unified.h

@@ -15733,6 +15733,18 @@ typedef struct {
      * mlo_weightage_pcnt :- give weightage to candidate based on MLO support.
      */
     A_UINT32 mlo_weightage_pcnt;
+    /*
+     * btc_score_factor :- Scale down 2.4GHz AP total score by btc_score_factor
+     * during BT coex.
+     * Value 0 should be ignored
+     */
+    A_UINT32 btc_score_factor;
+    /*
+     * btc_etp_factor :- Scale down 2.4GHz AP total etp value by btc_etp_factor
+     * during BT coex.
+     * Value 0 should be ignored
+     */
+    A_UINT32 btc_etp_factor;
 } wmi_roam_cnd_scoring_param;
 
 typedef struct {
@@ -15806,6 +15818,13 @@ typedef struct {
     A_UINT32 bg_rssi_threshold;
 } wmi_ap_profile;
 
+typedef struct {
+    A_UINT32 tlv_header; /** TLV tag and len; tag equals WMITLV_TAG_STRUC_wmi_owe_ap_profile */
+
+    /* OPEN SSID value when STA is connected to OWE transition AP in OWE security */
+    wmi_ssid open_ssid_for_owe_transition;
+} wmi_owe_ap_profile;
+
 typedef struct {
     /** TLV tag and len; tag equals WMITLV_TAG_STRUC_wmi_roam_cnd_vendor_scoring_param */
     A_UINT32 tlv_header;
@@ -16010,6 +16029,7 @@ typedef struct {
  *     wmi_roam_score_delta_param roam_score_delta_param_list[]
  *     wmi_roam_cnd_min_rssi_param roam_cnd_min_rssi_param_list[]
  *     wmi_roam_cnd_vendor_scoring_param roam_cnd_vendor_scoring_param[]
+ *     wmi_owe_ap_profile owe_ap_profile[]
  */
 } wmi_roam_ap_profile_fixed_param;
 
@@ -31019,6 +31039,7 @@ typedef enum {
     WMI_ROAM_TRIGGER_REASON_ESS_RSSI,
     WMI_ROAM_TRIGGER_REASON_WTC_BTM,
     WMI_ROAM_TRIGGER_REASON_PMK_TIMEOUT,
+    WMI_ROAM_TRIGGER_REASON_BTC,
 
     WMI_ROAM_TRIGGER_EXT_REASON_MAX
 } WMI_ROAM_TRIGGER_EXT_REASON_ID;

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