]> git.ipfire.org Git - thirdparty/hostap.git/commit
AP MLD: Skip association link processing in ML info
authorAditya Kumar Singh <quic_adisi@quicinc.com>
Thu, 28 Mar 2024 18:16:45 +0000 (23:46 +0530)
committerJouni Malinen <j@w1.fi>
Sat, 20 Apr 2024 15:31:11 +0000 (18:31 +0300)
commit19fdcf511b5f20806e306210b4a684ffe077ea1a
tree2cf2d84c986dff7a69740175935b0984892c5e73
parent4a1197acde6de4f12d572e8d140db116cc47b841
AP MLD: Skip association link processing in ML info

All links were iterated over during processing ML info in Association
Request frame. However, the association link info will not be present in
the ML info and hence the following debug print is observed during ML
association (assoc link is 1):

MLD: No link match for link_id=1

Skip processing for the association link to avoid this.

Signed-off-by: Aditya Kumar Singh <quic_adisi@quicinc.com>
src/ap/ieee802_11.c