Share via


RangingRequest.SecurityModeOpen Field

Definition

Caution

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

In this mode, the ranging is performed with all available responders in open mode.

[Android.Runtime.Register("SECURITY_MODE_OPEN", 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 SecurityModeOpen = 0;
[<Android.Runtime.Register("SECURITY_MODE_OPEN", 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 SecurityModeOpen : Android.Net.Wifi.Rtt.RangingRequestSecurityMode

Field Value

Value = 0

Implements

Attributes

Remarks

In this mode, the ranging is performed with all available responders in open mode. If a responder does not allow open mode ranging, the responder will be skipped from the ranging request.

Note: If ScanResult#isRangingFrameProtectionRequired() is true, then open mode ranging is not supported by the AP.

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

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