Loading fw/wmi_tlv_defs.h +2 −1 Original line number Diff line number Diff line Loading @@ -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 */ Loading fw/wmi_unified.h +2 −1 Original line number Diff line number Diff line Loading @@ -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 { Loading Loading @@ -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; Loading
fw/wmi_tlv_defs.h +2 −1 Original line number Diff line number Diff line Loading @@ -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 */ Loading
fw/wmi_unified.h +2 −1 Original line number Diff line number Diff line Loading @@ -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 { Loading Loading @@ -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;