WifiInfo.AffiliatedMloLinks Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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 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>#getAssociatedMloLinks()
returns associated links.
Java documentation for android.net.wifi.WifiInfo.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.