HomeSort by relevance Sort by last modified time
    Searched refs:Phase2 (Results 1 - 16 of 16) sorted by null

  /frameworks/opt/net/wifi/tests/wifitests/src/android/net/wifi/
WifiEnterpriseConfigTest.java 24 import android.net.wifi.WifiEnterpriseConfig.Phase2;
164 // Initially select an EAP method that supports an phase2.
166 mEnterpriseConfig.setPhase2Method(Phase2.MSCHAPV2);
170 // Change the EAP method to another type which supports a phase2.
175 // Change the EAP method to TLS which does not support a phase2.
180 /** Verfies that the EAP inner method is reset when we switch phase2 to NONE */
183 // Initially select an EAP method that supports an phase2.
185 mEnterpriseConfig.setPhase2Method(Phase2.MSCHAPV2);
189 // Change the phase2 method to NONE and ensure the value is cleared.
190 mEnterpriseConfig.setPhase2Method(Phase2.NONE)
    [all...]
  /frameworks/base/wifi/java/android/net/wifi/
WifiEnterpriseConfig.java 50 public static final String PHASE2_KEY = "phase2";
141 private int mPhase2Method = Phase2.NONE;
316 public static final class Phase2 {
333 private Phase2() {}
388 if (mEapMethod != Eap.TLS && mPhase2Method != Phase2.NONE) {
389 boolean is_autheap = mEapMethod == Eap.TTLS && mPhase2Method == Phase2.GTC;
390 String prefix = is_autheap ? Phase2.AUTHEAP_PREFIX : Phase2.AUTH_PREFIX;
391 String value = convertToQuotedString(prefix + Phase2.strings[mPhase2Method]);
393 } else if (mPhase2Method == Phase2.NONE)
    [all...]
  /frameworks/base/core/tests/ConnectivityManagerTest/src/com/android/connectivitymanagertest/
WifiConfigurationHelper.java 111 * @param phase2 The phase 2 method or null
119 Integer phase2, String identity, String anonymousIdentity, String caCert,
128 if (phase2 == null) phase2 = WifiEnterpriseConfig.Phase2.NONE;
136 config.enterpriseConfig.setPhase2Method(phase2);
161 * "password" must also be provided. If EAP is selected, then the fiels "eap", "phase2",
212 Integer phase2 = null; local
213 if (jsonConfig.has("phase2")) {
214 phase2 = getPhase2(jsonConfig.getString("phase2"))
    [all...]
  /frameworks/base/packages/Osu/src/com/android/configparse/
ConfigBuilder.java 248 return WifiEnterpriseConfig.Phase2.PAP;
250 return WifiEnterpriseConfig.Phase2.MSCHAP;
252 return WifiEnterpriseConfig.Phase2.MSCHAPV2;
  /frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
WifiConfigManagerTest.java 34 import android.net.wifi.WifiEnterpriseConfig.Phase2;
924 public String phase2; field in class:WifiConfigManagerTest.EnterpriseConfig
    [all...]
PasspointManagementObjectManagerTest.java 96 enterpriseConfig.setPhase2Method(WifiEnterpriseConfig.Phase2.PAP);
  /cts/tests/tests/net/src/android/net/wifi/cts/
WifiEnterpriseConfigTest.java 24 import android.net.wifi.WifiEnterpriseConfig.Phase2;
    [all...]
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/configparse/
ConfigBuilder.java 382 return WifiEnterpriseConfig.Phase2.PAP;
384 return WifiEnterpriseConfig.Phase2.MSCHAP;
386 return WifiEnterpriseConfig.Phase2.MSCHAPV2;
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/hotspot2/pps/
Credential.java 203 /* keep this table in sync with WifiEnterpriseConfig.Phase2 enum */
206 case WifiEnterpriseConfig.Phase2.PAP:
209 case WifiEnterpriseConfig.Phase2.MSCHAP:
212 case WifiEnterpriseConfig.Phase2.MSCHAPV2:
216 throw new IOException("TTLS phase2 method " +
  /packages/apps/Settings/src/com/android/settings/wifi/
WifiConfigController.java 35 import android.net.wifi.WifiEnterpriseConfig.Phase2;
109 /* Phase2 methods supported by PEAP are limited */
111 /* Full list of phase2 methods */
515 // PEAP supports limited phase2 values
520 config.enterpriseConfig.setPhase2Method(Phase2.NONE);
523 config.enterpriseConfig.setPhase2Method(Phase2.MSCHAPV2);
526 config.enterpriseConfig.setPhase2Method(Phase2.GTC);
529 Log.e(TAG, "Unknown phase2 method" + phase2Method);
    [all...]
  /external/llvm/utils/release/
test-release.sh 484 llvmCore_phase2_objdir=$BuildDir/Phase2/$Flavor/llvmCore-$Release-$RC.obj
485 llvmCore_phase2_destdir=$BuildDir/Phase2/$Flavor/llvmCore-$Release-$RC.install
542 # Compare .o files between Phase2 and Phase3 and report which ones
548 p3=`echo $p2 | sed -e 's,Phase2,Phase3,'`
549 # Substitute 'Phase2' for 'Phase3' in the Phase 2 object file in
552 if ! cmp -s <(sed -e 's,Phase2,Phase3,g' $p2) <(sed -e '' $p3) \
  /frameworks/base/
compiled-classes-phone     [all...]
  /external/robolectric/v1/lib/main/
android.jar 
  /prebuilts/sdk/18/
android.jar 
  /prebuilts/sdk/19/
android.jar 
  /prebuilts/sdk/21/
android.jar 

Completed in 93 milliseconds