From: Ilan Peer <ilan.peer@xxxxxxxxx> Signed-off-by: Ilan Peer <ilan.peer@xxxxxxxxx> --- src/drivers/driver_nl80211.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/drivers/driver_nl80211.c b/src/drivers/driver_nl80211.c index dbe092adfb..3a48e80b5b 100644 --- a/src/drivers/driver_nl80211.c +++ b/src/drivers/driver_nl80211.c @@ -6694,6 +6694,9 @@ static int nl80211_connect_common(struct wpa_driver_nl80211_data *drv, mld_params->mld_links[link_id].bssid) || nla_put_u32(msg, NL80211_ATTR_WIPHY_FREQ, mld_params->mld_links[link_id].freq) || + (mld_params->mld_links[i].disabled && + nla_put_flag(msg, + NL80211_ATTR_MLO_LINK_DISABLED)) || (mld_params->mld_links[link_id].ies && mld_params->mld_links[i].ies_len && nla_put(msg, NL80211_ATTR_IE, -- 2.43.0 _______________________________________________ Hostap mailing list Hostap@xxxxxxxxxxxxxxxxxxx http://lists.infradead.org/mailman/listinfo/hostap