/**@class android.net.wifi.WifiEnterpriseConfig.Phase2
@extends java.lang.Object

The inner authentication method used */
var Phase2 = {

/***/
NONE : "0",
/**Password Authentication Protocol */
PAP : "1",
/**Microsoft Challenge Handshake Authentication Protocol */
MSCHAP : "2",
/**Microsoft Challenge Handshake Authentication Protocol v2 */
MSCHAPV2 : "3",
/**Generic Token Card */
GTC : "4",
/**EAP-Subscriber Identity Module [RFC-4186] */
SIM : "5",
/**EAP-Authentication and Key Agreement [RFC-4187] */
AKA : "6",
/**EAP-Authentication and Key Agreement Prime [RFC-5448] */
AKA_PRIME : "7",
/**@hide */
strings : "null",

};