Searched refs:EapMsChapV2Config (Results 1 – 7 of 7) sorted by relevance
105 public EapMsChapV2Config getEapMsChapV2onfig() { in getEapMsChapV2onfig()106 return (EapMsChapV2Config) eapConfigs.get(EAP_TYPE_MSCHAP_V2); in getEapMsChapV2onfig()203 mEapConfigs.put(EAP_TYPE_MSCHAP_V2, new EapMsChapV2Config(username, password)); in setEapMsChapV2Config()388 public static class EapMsChapV2Config extends EapMethodConfig { class in EapSessionConfig396 public EapMsChapV2Config(String username, String password) { in EapMsChapV2Config() method in EapSessionConfig.EapMsChapV2Config
36 import android.net.eap.EapSessionConfig.EapMsChapV2Config;106 EapMsChapV2Config config = (EapMsChapV2Config) result.eapConfigs.get(EAP_TYPE_MSCHAP_V2); in testBuildEapMsChapV2()
34 import android.net.eap.EapSessionConfig.EapMsChapV2Config;60 protected EapMsChapV2Config mEapMsChapV2Config;68 mEapMsChapV2Config = new EapMsChapV2Config(MSCHAP_V2_USERNAME, MSCHAP_V2_PASSWORD); in setUp()
40 import android.net.eap.EapSessionConfig.EapMsChapV2Config;51 private EapMsChapV2Config mEapMsChapV2Config;56 mEapMsChapV2Config = new EapMsChapV2Config(MSCHAP_V2_USERNAME, MSCHAP_V2_PASSWORD); in setUp()
33 import android.net.eap.EapSessionConfig.EapMsChapV2Config;188 private final EapMsChapV2Config mEapMsChapV2Config;193 EapMsChapV2Config eapMsChapV2Config, SecureRandom secureRandom) { in EapMsChapV2MethodStateMachine()199 EapMsChapV2Config eapMsChapV2Config, in EapMsChapV2MethodStateMachine()
42 import android.net.eap.EapSessionConfig.EapMsChapV2Config;342 EapMsChapV2Config eapMsChapV2Config = (EapMsChapV2Config) eapMethodConfig; in buildEapMethodStateMachine()
8 … method @Nullable public android.net.eap.EapSessionConfig.EapMsChapV2Config getEapMsChapV2onfig();34 …public static class EapSessionConfig.EapMsChapV2Config extends android.net.eap.EapSessionConfig.Ea…