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/notify.c b/wpa_supplicant/notify.c
index 89a0389..c6e2dbe 100644
--- a/wpa_supplicant/notify.c
+++ b/wpa_supplicant/notify.c
@@ -154,6 +154,16 @@
}
+void wpas_notify_mlo_info_change_reason(struct wpa_supplicant *wpa_s,
+ enum mlo_info_change_reason reason)
+{
+ if (wpa_s->p2p_mgmt)
+ return;
+
+ wpas_aidl_notify_mlo_info_change_reason(wpa_s, reason);
+}
+
+
void wpas_notify_auth_status_code(struct wpa_supplicant *wpa_s)
{
if (wpa_s->p2p_mgmt)