OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TTLS
(Results
1 - 7
of
7
) sorted by null
/external/wpa_supplicant_8/wpa_supplicant/
wpa_supplicant.conf
453
# eap=
TTLS
645
# with EAP-PEAP or EAP-
TTLS
)
647
# as a Phase 2 method with EAP-PEAP or EAP-
TTLS
)
649
# as a Phase 2 method with EAP-PEAP or EAP-
TTLS
)
651
# as a Phase 2 method with EAP-PEAP or EAP-
TTLS
)
654
#
TTLS
= EAP-
TTLS
(with tunnelled EAP or PAP/CHAP/MSCHAP/MSCHAPV2
663
# identity, e.g., EAP-
TTLS
). This field can also be used with
669
# 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
226
public static final int
TTLS
= 2;
230
public static final String[] strings = { "PEAP", "TLS", "
TTLS
", "PWD" };
269
* @param eapMethod is one {@link Eap#PEAP}, {@link Eap#TLS}, {@link Eap#
TTLS
} or
279
case Eap.
TTLS
:
/frameworks/base/core/tests/ConnectivityManagerTest/src/com/android/connectivitymanagertest/
AccessPointParserHelper.java
94
value.equalsIgnoreCase("
TTLS
")) {
257
} else if (eapValue.equals("
TTLS
")) {
258
config.enterpriseConfig.setEapMethod(WifiEnterpriseConfig.Eap.
TTLS
);
/prebuilts/sdk/18/
android.jar
/prebuilts/sdk/19/
android.jar
/prebuilts/sdk/current/
android.jar
Completed in 65 milliseconds