Searched refs:eapTtlsConfig (Results 1 – 3 of 3) sorted by relevance
116 EapTtlsConfig eapTtlsConfig = result.getEapTtlsConfig(); in testBuildWithAllEapMethods() local117 assertNotNull(eapTtlsConfig); in testBuildWithAllEapMethods()118 assertEquals(EAP_TYPE_TTLS, eapTtlsConfig.getMethodType()); in testBuildWithAllEapMethods()119 assertEquals(mServerCaCert, eapTtlsConfig.getServerCaCert()); in testBuildWithAllEapMethods()120 assertEquals(INNER_EAP_SESSION_CONFIG, eapTtlsConfig.getInnerEapSessionConfig()); in testBuildWithAllEapMethods()
102 EapTtlsConfig eapTtlsConfig, in EapTtlsMethodStateMachine() argument106 eapTtlsConfig, in EapTtlsMethodStateMachine()116 EapTtlsConfig eapTtlsConfig, in EapTtlsMethodStateMachine() argument122 mEapTtlsConfig = eapTtlsConfig; in EapTtlsMethodStateMachine()
371 EapTtlsConfig eapTtlsConfig = (EapTtlsConfig) eapMethodConfig; in buildEapMethodStateMachine() local372 return new EapTtlsMethodStateMachine(mContext, eapTtlsConfig, mSecureRandom); in buildEapMethodStateMachine()