diff --git a/src/ap/ieee802_11.c b/src/ap/ieee802_11.c index 675ca48a1..e38956fe9 100644 --- a/src/ap/ieee802_11.c +++ b/src/ap/ieee802_11.c @@ -4536,7 +4536,8 @@ static void hostapd_process_assoc_ml_info(struct hostapd_data *hapd, break; } - if (!iface || j == hapd->iface->interfaces->count) { + if (!iface || j == hapd->iface->interfaces->count || + TEST_FAIL()) { wpa_printf(MSG_DEBUG, "MLD: No link match for link_id=%u", i);