ScanResult.AffiliatedMloLinks Property

Definition

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

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

Property Value

List of affiliated MLO links, or an empty list if access point is not Wi-Fi 7

Attributes

Remarks

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

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

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