Просмотр исходного кода

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

Change-Id: I937b43475a8cfecabe935e3eb8fcc9a5ada26e14
WMI: add preferred_chan_freq field to nlo_config_cmd msg
CRs-Fixed: 2262693
spuligil 4 лет назад
Родитель
Сommit
da62b4e09a
2 измененных файлов с 4 добавлено и 2 удалено
  1. 2 1
      fw/wmi_tlv_defs.h
  2. 2 1
      fw/wmi_unified.h

+ 2 - 1
fw/wmi_tlv_defs.h

@@ -2555,7 +2555,8 @@ WMITLV_CREATE_PARAM_STRUC(WMI_REQUEST_WLM_STATS_CMDID);
     WMITLV_ELEM(id,op,buf,len, WMITLV_TAG_STRUC_enlo_candidate_score_param, enlo_candidate_score_params, candidate_score_params, WMITLV_SIZE_FIX)\
     WMITLV_ELEM(id,op,buf,len, WMITLV_TAG_ARRAY_STRUC, wmi_vendor_oui, vendor_oui, WMITLV_SIZE_VAR) \
     WMITLV_ELEM(id,op,buf,len, WMITLV_TAG_STRUC_wmi_connected_nlo_rssi_params, connected_nlo_rssi_params, cnlo_rssi_params, WMITLV_SIZE_FIX) \
-    WMITLV_ELEM(id,op,buf,len, WMITLV_TAG_ARRAY_STRUC, connected_nlo_bss_band_rssi_pref, cnlo_bss_band_rssi_pref, WMITLV_SIZE_VAR)
+    WMITLV_ELEM(id,op,buf,len, WMITLV_TAG_ARRAY_STRUC, connected_nlo_bss_band_rssi_pref, cnlo_bss_band_rssi_pref, WMITLV_SIZE_VAR) \
+    WMITLV_ELEM(id,op,buf,len, WMITLV_TAG_ARRAY_UINT32, A_UINT32, preferred_chan_list, WMITLV_SIZE_VAR)
 WMITLV_CREATE_PARAM_STRUC(WMI_NETWORK_LIST_OFFLOAD_CONFIG_CMDID);
 
 /* Passpoint list offload config Cmd */

+ 2 - 1
fw/wmi_unified.h

@@ -14207,7 +14207,7 @@ typedef struct {
     /** MLO flags */
     wmi_mlo_flags mlo_flags;
     /** MLD MAC address */
-    wmi_mac_addr vdev_macaddr;
+    wmi_mac_addr mld_macaddr;
 } wmi_peer_assoc_mlo_params;
 
 typedef struct {
@@ -17489,6 +17489,7 @@ typedef struct wmi_nlo_config {
  * wmi_vendor_oui vendor_oui[num_vendor_oui];
  * connected_nlo_rssi_params cnlo_rssi_params;
  * connected_nlo_bss_band_rssi_pref cnlo_bss_band_rssi_pref[num_cnlo_band_pref];
+ * A_UINT32 preferred_chan_list[]; // in MHz
  */
 } wmi_nlo_config_cmd_fixed_param;