Searched refs:getSupplicantEapMethod (Results 1 – 1 of 1) sorted by relevance
243 private String getSupplicantEapMethod() { in getSupplicantEapMethod() method in WifiEnterpriseConfigTest260 assertEquals(null, getSupplicantEapMethod()); in eapInnerDefault()270 assertEquals("PEAP", getSupplicantEapMethod()); in eapPhase2MethodForTls()275 assertEquals("TTLS", getSupplicantEapMethod()); in eapPhase2MethodForTls()289 assertEquals("PEAP", getSupplicantEapMethod()); in eapPhase2None()302 assertEquals("PEAP", getSupplicantEapMethod()); in peapGtcToTtls()306 assertEquals("TTLS", getSupplicantEapMethod()); in peapGtcToTtls()315 assertEquals("TTLS", getSupplicantEapMethod()); in ttlsGtcToPeap()319 assertEquals("PEAP", getSupplicantEapMethod()); in ttlsGtcToPeap()328 assertEquals("PEAP", getSupplicantEapMethod()); in peapSimAkaAkaPrime()[all …]