to top
Android APIs
public static final class

WifiEnterpriseConfig.Phase2

extends Object
java.lang.Object
   ↳ android.net.wifi.WifiEnterpriseConfig.Phase2

Class Overview

The inner authentication method used

Summary

Constants
int GTC Generic Token Card
int MSCHAP Microsoft Challenge Handshake Authentication Protocol
int MSCHAPV2 Microsoft Challenge Handshake Authentication Protocol v2
int NONE
int PAP Password Authentication Protocol
[Expand]
Inherited Methods
From class java.lang.Object

Constants

public static final int GTC

Added in API level 18

Generic Token Card

Constant Value: 4 (0x00000004)

public static final int MSCHAP

Added in API level 18

Microsoft Challenge Handshake Authentication Protocol

Constant Value: 2 (0x00000002)

public static final int MSCHAPV2

Added in API level 18

Microsoft Challenge Handshake Authentication Protocol v2

Constant Value: 3 (0x00000003)

public static final int NONE

Added in API level 18

Constant Value: 0 (0x00000000)

public static final int PAP

Added in API level 18

Password Authentication Protocol

Constant Value: 1 (0x00000001)