From 6b4f445e4d3e139bb26faf7b785ee1b925d887a9 Mon Sep 17 00:00:00 2001 From: Pooventhiran G Date: Mon, 16 Jun 2025 16:49:01 +0530 Subject: [PATCH] AP MLD: Advertise support for ML Setup Link Reconfiguration While preparing the Basic Multi-Link element, advertise support for ML Setup Link Reconfiguration in MLD Capabilities and Operations subfield. Reviewed-by: Rohan Dutta Signed-off-by: Pooventhiran G --- src/ap/ieee802_11_eht.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/ap/ieee802_11_eht.c b/src/ap/ieee802_11_eht.c index 1c7e74ed4..5531fe6df 100644 --- a/src/ap/ieee802_11_eht.c +++ b/src/ap/ieee802_11_eht.c @@ -526,6 +526,8 @@ u8 * hostapd_eid_eht_basic_ml_common(struct hostapd_data *hapd, /* TODO: Advertise T2LM based on driver support as well */ mld_cap &= ~EHT_ML_MLD_CAPA_TID_TO_LINK_MAP_NEG_SUPP_MSK; + mld_cap |= EHT_ML_MLD_CAPA_LINK_RECONF_OP_SUPPORT; + wpa_printf(MSG_DEBUG, "MLD: MLD Capabilities and Operations=0x%x", mld_cap); wpabuf_put_le16(buf, mld_cap); -- 2.47.2