On Tue, 2022-09-06 at 15:58 +0800, Wen Gong wrote: > > Now I hit an issue is: wpa_supplicant reject the authentication from AP > while connecting. > because the addr of authentication is replaced the link > bssid(00:03:7f:12:99:99) with MLD address(aa:03:7f:12:99:99) in > mac80211's ieee80211_prepare_and_rx_handle(). > wls1: SME: Ignore authentication with unexpected peer aa:03:7f:12:99:99 > Well, OK, you obviously are adjusting the supplicant to work with MLO (otherwise you wouldn't get an MLO connection in the first place), so yeah, this is part of the adjustments needed. Ilan/Andrei have all of this working, maybe we can share the patches even before rebase etc. johannes