ScanResult.ApMloLinkId Property

Definition

Return the access point Multi-Link Operation (MLO) link-id for Wi-Fi 7 access points.

public virtual int ApMloLinkId { [Android.Runtime.Register("getApMloLinkId", "()I", "GetGetApMloLinkIdHandler", ApiSince=33)] get; }
[<get: Android.Runtime.Register("getApMloLinkId", "()I", "GetGetApMloLinkIdHandler", ApiSince=33)>]
member this.ApMloLinkId : int

Property Value

MloLink#INVALID_MLO_LINK_ID or a valid value (0-15).

Attributes

Remarks

Return the access point Multi-Link Operation (MLO) link-id for Wi-Fi 7 access points. i.e. when #getWifiStandard() returns #WIFI_STANDARD_11BE, otherwise return MloLink#INVALID_MLO_LINK_ID.

Valid values are 0-15 as described in IEEE 802.11be Specification, section 9.4.2.295b.2.

Java documentation for android.net.wifi.ScanResult.getApMloLinkId().

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to