wpa_supplicant_8: Add support to update AP TID-to-link negotiation to Framework.

Add support to update the Tid-to-Link mapping negotiation support
by AP to the framework.

Bug: 325048411
Test: m
Change-Id: I40c1f91b64c174d62e9b6c80c295d8a1015a521f
diff --git a/wpa_supplicant/events.c b/wpa_supplicant/events.c
index 7c23727..fc93305 100644
--- a/wpa_supplicant/events.c
+++ b/wpa_supplicant/events.c
@@ -3351,6 +3351,9 @@
 			}
 			if (req_elems.rrm_enabled)
 				wpa_s->rrm.rrm_used = 1;
+			wpa_s->ap_t2lm_negotiation_support =
+				is_ap_t2lm_negotiation_supported(resp_elems.basic_mle,
+				resp_elems.basic_mle_len);
 		}
 	}