From: Aditya Kumar Singh Date: Wed, 6 Mar 2024 06:39:58 +0000 (+0530) Subject: nl80211: Print the MLD capabilities in debug X-Git-Tag: hostap_2_11~234 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=63982fd094c953cb610e24f0fe64ca343c85dd54;p=thirdparty%2Fhostap.git nl80211: Print the MLD capabilities in debug Signed-off-by: Aditya Kumar Singh --- diff --git a/src/drivers/driver_nl80211_capa.c b/src/drivers/driver_nl80211_capa.c index 3bcd66c24..65389d206 100644 --- a/src/drivers/driver_nl80211_capa.c +++ b/src/drivers/driver_nl80211_capa.c @@ -889,6 +889,10 @@ static void wiphy_info_extended_capab(struct wpa_driver_nl80211_data *drv, nla_get_u16(tb1[NL80211_ATTR_MLD_CAPA_AND_OPS]); } + wpa_printf(MSG_DEBUG, + "nl80211: EML Capability: 0x%x MLD Capability: 0x%x", + capa->eml_capa, capa->mld_capa_and_ops); + drv->num_iface_capa++; if (drv->num_iface_capa == NL80211_IFTYPE_MAX) break;