OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TTLS
(Results
1 - 5
of
5
) sorted by null
/external/wpa_supplicant_8/wpa_supplicant/
wpa_supplicant.conf
449
# eap=
TTLS
638
# with EAP-PEAP or EAP-
TTLS
)
640
# as a Phase 2 method with EAP-PEAP or EAP-
TTLS
)
642
# as a Phase 2 method with EAP-PEAP or EAP-
TTLS
)
644
# as a Phase 2 method with EAP-PEAP or EAP-
TTLS
)
647
#
TTLS
= EAP-
TTLS
(with tunnelled EAP or PAP/CHAP/MSCHAP/MSCHAPV2
656
# identity, e.g., EAP-
TTLS
). This field can also be used with
662
# MSCHAP (EAP-MSCHAPv2, EAP-
TTLS
/MSCHAPv2, EAP-
TTLS
/MSCHAP, LEAP)
[
all
...]
/cts/tests/tests/net/src/android/net/wifi/cts/
WifiEnterpriseConfigTest.java
57
config.setEapMethod(Eap.
TTLS
);
58
assertTrue(config.getEapMethod() == Eap.
TTLS
);
/frameworks/base/wifi/java/android/net/wifi/
WifiEnterpriseConfig.java
221
public static final int
TTLS
= 2;
225
public static final String[] strings = { "PEAP", "TLS", "
TTLS
", "PWD" };
264
* @param eapMethod is one {@link Eap#PEAP}, {@link Eap#TLS}, {@link Eap#
TTLS
} or
274
case Eap.
TTLS
:
/frameworks/base/core/tests/ConnectivityManagerTest/src/com/android/connectivitymanagertest/
AccessPointParserHelper.java
96
value.equalsIgnoreCase("
TTLS
")) {
259
} else if (eapValue.equals("
TTLS
")) {
260
config.enterpriseConfig.setEapMethod(WifiEnterpriseConfig.Eap.
TTLS
);
/prebuilts/sdk/current/
android.jar
Completed in 44 milliseconds