Wifi: Improve javadoc and code updates for MLO support
This commit adds some improvements to java docs, and some minor code
cleanup for the MLO support feature.
Bug: 198746544
Test: atest FrameworksWifiTests
Test: atest FrameworksWifiApiTests
Change-Id: I0fa5d511774c62b9698113821b03a4d452314012
diff --git a/framework/api/current.txt b/framework/api/current.txt
index 1604ce4..35dce5e 100644
--- a/framework/api/current.txt
+++ b/framework/api/current.txt
@@ -26,8 +26,9 @@
method public int getLinkId();
method @Nullable public android.net.MacAddress getStaMacAddress();
method public int getState();
- method public void writeToParcel(android.os.Parcel, int);
+ method public void writeToParcel(@NonNull android.os.Parcel, int);
field @NonNull public static final android.os.Parcelable.Creator<android.net.wifi.MloLink> CREATOR;
+ field public static final int INVALID_MLO_LINK_ID = -1; // 0xffffffff
field public static final int MLO_LINK_STATE_ACTIVE = 3; // 0x3
field public static final int MLO_LINK_STATE_IDLE = 2; // 0x2
field public static final int MLO_LINK_STATE_INVALID = 0; // 0x0