Share via


RangingRequest.SecurityModeSecureAuth Field

Definition

Caution

This constant will be removed in the future version. Use Android.Net.Wifi.Rtt.RangingRequestSecurityMode enum directly instead of this field.

To ensure maximum security, this mode only ranges with responders using PASN with base AKM (Authenticated).

[Android.Runtime.Register("SECURITY_MODE_SECURE_AUTH", ApiSince=36)]
[System.Obsolete("This constant will be removed in the future version. Use Android.Net.Wifi.Rtt.RangingRequestSecurityMode enum directly instead of this field.", true)]
public const Android.Net.Wifi.Rtt.RangingRequestSecurityMode SecurityModeSecureAuth = 2;
[<Android.Runtime.Register("SECURITY_MODE_SECURE_AUTH", ApiSince=36)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Net.Wifi.Rtt.RangingRequestSecurityMode enum directly instead of this field.", true)>]
val mutable SecurityModeSecureAuth : Android.Net.Wifi.Rtt.RangingRequestSecurityMode

Field Value

Value = 2

Implements

Attributes

Remarks

To ensure maximum security, this mode only ranges with responders using PASN with base AKM (Authenticated). This necessitates an authenticated PASN handshake with a shared key between the initiator and responder. Consequently, all responders in the ranging request must support secure authentication. If not supported, the responder will be skipped from the ranging request.

Java documentation for android.net.wifi.rtt.RangingRequest.SECURITY_MODE_SECURE_AUTH.

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