Add support to indicate link info changes to framework
Add support to notify link reconfiguration and TID-to-link mapping
changes to framework.
Bug: 259710591
Test: Regression test (b/289297084)
Change-Id: Ie4e286dd89990c08fdf0be43efeb192770d480e6
diff --git a/wpa_supplicant/events.c b/wpa_supplicant/events.c
index e83d877..b09d51d 100644
--- a/wpa_supplicant/events.c
+++ b/wpa_supplicant/events.c
@@ -5451,6 +5451,7 @@
}
}
+ wpas_notify_mlo_info_change_reason(wpa_s, MLO_TID_TO_LINK_MAP);
wpa_msg(wpa_s, MSG_INFO, WPA_EVENT_T2LM_UPDATE "%s", map_info);
}
@@ -5488,6 +5489,7 @@
return;
}
+ wpas_notify_mlo_info_change_reason(wpa_s, MLO_LINK_RECONFIG_AP_REMOVAL);
wpa_msg(wpa_s, MSG_INFO, WPA_EVENT_LINK_RECONFIG "valid_links=0x%x",
wpa_s->valid_links);
}