]> git.ipfire.org Git - thirdparty/hostap.git/commit
MLD: Ignore failed links from association attempt
authorBenjamin Berg <benjamin.berg@intel.com>
Mon, 20 Nov 2023 23:51:28 +0000 (01:51 +0200)
committerJouni Malinen <j@w1.fi>
Sat, 25 Nov 2023 15:10:38 +0000 (17:10 +0200)
commit3cd377eb54e7d835d72733999b58017f45daeb82
tree1844717bb428373f18d707f2128944d96550b533
parent4a1cd7f5454e4dc2ec3b53813b32a0141d3aa40f
MLD: Ignore failed links from association attempt

If for some reason association fails and a link which has an error is
reported, add that specific link to the ignore list. After that,
immediately retrigger the connection code. In the usual case, we are
then going to reconnect to the same AP MLD but with that particular link
not being included in the connection.

Signed-off-by: Benjamin Berg <benjamin.berg@intel.com>
wpa_supplicant/sme.c