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

Commit da62b4e0 authored by spuligil's avatar spuligil
Browse files

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
parent 44a8c394
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -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
Original line number Diff line number Diff line
@@ -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;