Sdílet prostřednictvím


WifiInfo.AssociatedMloLinks Property

Definition

Return the associated Multi-Link Operation (MLO) Links for Wi-Fi 7 access points.

public virtual System.Collections.Generic.IList<Android.Net.Wifi.MloLink> AssociatedMloLinks { [Android.Runtime.Register("getAssociatedMloLinks", "()Ljava/util/List;", "GetGetAssociatedMloLinksHandler", ApiSince=34)] get; }
[<get: Android.Runtime.Register("getAssociatedMloLinks", "()Ljava/util/List;", "GetGetAssociatedMloLinksHandler", ApiSince=34)>]
member this.AssociatedMloLinks : System.Collections.Generic.IList<Android.Net.Wifi.MloLink>

Property Value

List of associated MLO links, or an empty list if access point is not a multi-link device.

Attributes

Remarks

Return the associated Multi-Link Operation (MLO) Links for Wi-Fi 7 access points. i.e. when #getWifiStandard() returns ScanResult#WIFI_STANDARD_11BE.

Affiliated links are the links supported by the Access Point Multi Link Device (AP MLD). The Station Multi Link Device (STA MLD) gathers affiliated link information from scan results. Depending on Station's capability, it associates to all or a subset of affiliated links.

<b>Note:</b>#getAffiliatedMloLinks() returns affiliated links.

Java documentation for android.net.wifi.WifiInfo.getAssociatedMloLinks().

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