From: Pooventhiran G Date: Mon, 16 Jun 2025 11:19:01 +0000 (+0530) Subject: AP MLD: Advertise support for ML Setup Link Reconfiguration X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6b4f445e4d3e139bb26faf7b785ee1b925d887a9;p=thirdparty%2Fhostap.git 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 --- 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);