]> git.ipfire.org Git - thirdparty/hostap.git/commitdiff
AP MLD: Advertise support for ML Setup Link Reconfiguration
authorPooventhiran G <quic_pooventh@quicinc.com>
Mon, 16 Jun 2025 11:19:01 +0000 (16:49 +0530)
committerJouni Malinen <j@w1.fi>
Wed, 18 Jun 2025 09:19:17 +0000 (12:19 +0300)
While preparing the Basic Multi-Link element, advertise support for
ML Setup Link Reconfiguration in MLD Capabilities and Operations
subfield.

Reviewed-by: Rohan Dutta <quic_drohan@quicinc.com>
Signed-off-by: Pooventhiran G <quic_pooventh@quicinc.com>
src/ap/ieee802_11_eht.c

index 1c7e74ed413838947480d62ddee549e8ca3f2a90..5531fe6df5eedac3027d0a5df17a0494db01211e 100644 (file)
@@ -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);