On 9/6/2022 4:03 PM, Johannes Berg wrote:
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
Thanks.
It is good to share me the wpa_supplicant patches ASAP.
And I have another question:
When mac80211 use the MLD addr in authentication/assoc request,
finally, it should be replaced with one link's address in air port, right?
It means the MLD addr will never exist in mac80211 header of packet in
the air port, right?