Share via


WifiP2pConfig.PccModeConnectionTypeR2Only Field

Definition

Caution

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

This configuration allows only Wi-Fi Direct R2 supported devices to establish connection.

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

Field Value

Value = 2

Implements

Attributes

Remarks

This configuration allows only Wi-Fi Direct R2 supported devices to establish connection.

Group Owner: Configured to support WPA3-Personal connections.

Group Client: Configured to connect to Group Owner using WPA3-Personal.

Java documentation for android.net.wifi.p2p.WifiP2pConfig.PCC_MODE_CONNECTION_TYPE_R2_ONLY.

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