Language

WifiPdRangingPasnMode Enum

Definition

public enum WifiPdRangingPasnMode
type WifiPdRangingPasnMode = 
Inheritance
WifiPdRangingPasnMode

Fields

Name Value Description
Unauthenticated 0

Unauthenticated PASN mode. In this mode, ranging is performed without establishing a secure link.

Android reference for android.ranging.wifi.pd.WifiPdRangingCapabilities.UNAUTHENTICATED_PASN_MODE.

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.

Authenticated 1

Authenticated PASN mode. In this mode, ranging is performed over a secure link established using a password.

Android reference for android.ranging.wifi.pd.WifiPdRangingCapabilities.AUTHENTICATED_PASN_MODE.

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