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>
/* 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);