Previously, MLO Link KDE was added only for each link that was
negotiated for the ML association. However, IEEE Std 802.11be/D5.0,
12.7.6.1 defines the MLO Link KDE to be included "for each affiliated
AP" which is not constrained by what the non-AP MLD might have requested
or what the negotiation outcome for this particular ML association is.
Signed-off-by: Jouni Malinen <quic_jouni@quicinc.com>
struct wpa_authenticator *wpa_auth;
const u8 *ie;
- if (!sm->mld_links[link_id].valid)
- continue;
-
wpa_auth = wpa_get_link_auth(sm->wpa_auth, link_id);
if (!wpa_auth)
continue;
const u8 *rsne, *rsnxe;
size_t rsne_len, rsnxe_len;
- if (!sm->mld_links[link_id].valid)
- continue;
-
wpa_auth = wpa_get_link_auth(sm->wpa_auth, link_id);
if (!wpa_auth)
continue;