> > Can "valid_links" itself be used with non-zero check instead of additional > variable "mld"? > Right. Fixed it. > > + if (neigh_bss) { > > + wpa_s->valid_links |= BIT(link_id); > > + os_memcpy(wpa_s->links[link_id].bssid, > > + ap_info->data + 1, ETH_ALEN); > > + wpa_s->links[link_id].freq = > > + neigh_bss->freq; > we need to add checks for local device capabilities before deciding any > specific link should be considered for MLO association or not, right? We check that the device supports MLO in the beginning of the function. But I think it indeed makes sense to call here wpa_scan_res_match() for each link. > > Thanks, > > Veeru Thank you, Veeru, for reviewing 😊 Andrei _______________________________________________ Hostap mailing list Hostap@xxxxxxxxxxxxxxxxxxx http://lists.infradead.org/mailman/listinfo/hostap