ScanResult.ApMldMacAddress Property

Definition

Return the access point Multi-Link Device (MLD) MAC Address for Wi-Fi 7 access points.

public virtual Android.Net.MacAddress? ApMldMacAddress { [Android.Runtime.Register("getApMldMacAddress", "()Landroid/net/MacAddress;", "GetGetApMldMacAddressHandler", ApiSince=33)] get; }
[<get: Android.Runtime.Register("getApMldMacAddress", "()Landroid/net/MacAddress;", "GetGetApMldMacAddressHandler", ApiSince=33)>]
member this.ApMldMacAddress : Android.Net.MacAddress

Property Value

MLD MAC Address for access point if exists (Wi-Fi 7 access points), null otherwise.

Attributes

Remarks

Return the access point Multi-Link Device (MLD) MAC Address for Wi-Fi 7 access points. i.e. #getWifiStandard() returns #WIFI_STANDARD_11BE.

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

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