HomeSort by relevance Sort by last modified time
    Searched refs:SIM (Results 26 - 50 of 179) sorted by null

12 3 4 5 6 7 8

  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/
SupplicantStaNetworkHal.java 66 * Regex pattern for extracting the GSM sim authentication response params from a string.
72 * Regex pattern for extracting the UMTS sim authentication response params from a string.
78 * Regex pattern for extracting the UMTS sim auts response params from a string.
720 case ISupplicantStaNetwork.EapMethod.SIM:
721 return WifiEnterpriseConfig.Eap.SIM;
747 case ISupplicantStaNetwork.EapPhase2Method.SIM:
748 return WifiEnterpriseConfig.Phase2.SIM;
    [all...]
WifiMonitor.java 79 /* Request SIM Auth */
408 * Broadcast the Network Gsm Sim auth request event to all the handlers registered for this
419 new SimAuthRequestData(networkId, WifiEnterpriseConfig.Eap.SIM, ssid, data));
423 * Broadcast the Network Umts Sim auth request event to all the handlers registered for this
WifiStateMachine.java 575 /* SIM is removed; reset any cached data for it */
    [all...]
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/hotspot2/
PasspointProvider.java 343 case WifiEnterpriseConfig.Eap.SIM:
507 * Fill in WifiEnterpriseConfig with information from a SIM credential.
517 eapMethod = WifiEnterpriseConfig.Eap.SIM;
548 * NOTE: we do not set this value for EAP-SIM/AKA/AKA', since the EAP server expects the
605 * @param eapType The EAP type of the SIM credential
613 Log.e(TAG, "Missing IMSI for SIM credential");
  /device/linaro/bootloader/edk2/QuarkSocPkg/QuarkNorthCluster/MemoryInit/Pei/
meminit_utils.c     [all...]
meminit.c 66 #ifdef SIM
    [all...]
  /external/autotest/client/cros/cellular/pseudomodem/
sim.py 30 'SIM PUK required')
38 'SIM failure')
40 class SIM(dbus_std_ifaces.DBusProperties):
42 Pseudomodem implementation of the org.freedesktop.ModemManager1.Sim
45 Broadband modems usually need a SIM card to operate. Each Modem object will
46 therefore expose up to one SIM object, which allows SIM-specific actions
49 The SIM interface handles communication with SIM, USIM, and RUIM (CDMA SIM)
    [all...]
  /frameworks/base/wifi/tests/src/android/net/wifi/
WifiEnterpriseConfigTest.java 305 /** Verfies PEAP/SIM, PEAP/AKA, PEAP/AKA'. */
309 mEnterpriseConfig.setPhase2Method(Phase2.SIM);
311 assertEquals("\"auth=SIM\"", getSupplicantPhase2Method());
  /packages/apps/Settings/src/com/android/settings/sim/
SimSettings.java 17 package com.android.settings.sim;
61 * By UX design we use only one Subscription Information(SubInfo) record per SIM slot.
84 return MetricsEvent.SIM;
116 Preference pref = mSimCards.findPreference("sim" + i);
240 // Disable Sim selection for Data when voice call is going on as changing the default data
241 // sim causes a modem reset currently and call gets disconnected
242 // ToDo : Add subtext on disabled preference to let user know that default data sim cannot
291 setKey("sim" + mSlotId);
  /tools/test/connectivity/acts/tests/google/wifi/
WifiEnterpriseTest.py 95 Ent.EAP: int(EAP.SIM),
  /frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/hotspot2/
PasspointProviderTest.java 439 * Verify that a provider is a home provider when its SIM credential matches an 3GPP network
501 * IMSI from the SIM card matches a MCC-MNC in the 3GPP Network ANQP element.
725 * with a SIM credential.
    [all...]
PasspointManagerTest.java 225 * Helper function for creating a test configuration with SIM credential.
501 * Verify that adding a provider with a valid configuration and SIM credential will succeed.
    [all...]
  /packages/apps/Settings/src/com/android/settings/wifi/
WifiConfigController.java 559 config.enterpriseConfig.setPhase2Method(Phase2.SIM);
624 if (eapMethod == Eap.SIM || eapMethod == Eap.AKA || eapMethod == Eap.AKA_PRIME) {
    [all...]
  /frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
WifiMonitorTest.java 268 assertEquals(WifiEnterpriseConfig.Eap.SIM, authData.protocol);
  /hardware/interfaces/radio/1.0/
types.hal 58 SIM_PIN2 = 4, // Operation requires SIM PIN2 to be entered
59 SIM_PUK2 = 5, // Operation requires SIM PIN2 to be entered
68 // shall be retrieved because of SIM or RUIM
74 ILLEGAL_SIM_OR_ME = 15, // network selection failed due to illegal SIM or ME
76 NO_SUCH_ELEMENT = 17, // application not found on SIM
96 SIM_ERR = 43, // Received error from SIM card
98 INVALID_SIM_STATE = 45, // Cannot process the request in current SIM state
104 SIM_BUSY = 51, // SIM is busy
187 SIM,
207 READY, // when either SIM or RUIM Perso is finished since eac
    [all...]
  /tools/test/connectivity/acts/framework/acts/test_utils/wifi/
wifi_test_utils.py 85 SIM = 4
    [all...]
  /external/wpa_supplicant_8/hostapd/
Android.mk 402 # Example EAP-SIM/AKA interface for GSM/UMTS authentication. This can be
  /prebuilts/go/darwin-x86/src/cmd/internal/obj/ppc64/
asm9.go     [all...]
  /prebuilts/go/linux-x86/src/cmd/internal/obj/ppc64/
asm9.go     [all...]
  /prebuilts/go/darwin-x86/src/cmd/vendor/golang.org/x/arch/ppc64/ppc64asm/
tables.go     [all...]
  /prebuilts/go/linux-x86/src/cmd/vendor/golang.org/x/arch/ppc64/ppc64asm/
tables.go     [all...]
  /prebuilts/devtools/tools/lib/
sdklib.jar 
  /prebuilts/gradle-plugin/com/android/tools/sdklib/22.2.0/
sdklib-22.2.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/sdklib/22.4.0/
sdklib-22.4.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/sdklib/22.4.2/
sdklib-22.4.2.jar 

Completed in 1866 milliseconds

12 3 4 5 6 7 8