HomeSort by relevance Sort by last modified time
    Searched defs:sim (Results 1 - 12 of 12) sorted by null

  /external/wpa_supplicant/
events.c 166 * wpa_supplicant_scard_init - Initialize SIM/USIM access with PC/SC
172 * configured to use PC/SC for SIM/USIM access (EAP-SIM or EAP-AKA).
178 int aka = 0, sim = 0, type; local
184 sim = 1;
192 sim = 1;
201 sim = 0;
205 if (!sim && !aka) {
207 "SIM, but neither EAP-SIM nor EAP-AKA are enabled")
    [all...]
  /external/wpa_supplicant_6/wpa_supplicant/
events.c 177 * wpa_supplicant_scard_init - Initialize SIM/USIM access with PC/SC
183 * configured to use PC/SC for SIM/USIM access (EAP-SIM or EAP-AKA).
189 int aka = 0, sim = 0, type; local
195 sim = 1;
203 sim = 1;
212 sim = 0;
216 if (!sim && !aka) {
218 "SIM, but neither EAP-SIM nor EAP-AKA are enabled")
    [all...]
  /external/v8/src/arm/
simulator-arm.h 294 assembler::arm::Simulator* sim = assembler::arm::Simulator::current(); local
295 return sim->PushAddress(try_catch_address);
simulator-arm.cc 59 explicit Debugger(Simulator* sim);
87 Debugger::Debugger(Simulator* sim) {
88 sim_ = sim;
231 char* line = ReadLine("sim> ");
534 Simulator* sim = reinterpret_cast<Simulator*>( local
536 if (sim == NULL) {
538 sim = new Simulator();
539 v8::internal::Thread::SetThreadLocal(simulator_key, sim);
541 return sim;
    [all...]
  /external/v8/src/mips/
simulator-mips.h 299 assembler::mips::Simulator* sim = assembler::mips::Simulator::current(); local
300 return sim->PushAddress(try_catch_address);
simulator-mips.cc 68 explicit Debugger(Simulator* sim);
97 Debugger::Debugger(Simulator* sim) {
98 sim_ = sim;
275 char* line = ReadLine("sim> ");
577 Simulator* sim = reinterpret_cast<Simulator*>( local
579 if (sim == NULL) {
581 sim = new Simulator();
582 v8::internal::Thread::SetThreadLocal(simulator_key, sim);
584 return sim;
    [all...]
  /external/wpa_supplicant_6/wpa_supplicant/src/eap_server/
eap_sim_db.c 2 * hostapd / EAP-SIM database/authenticator gateway
14 * This is an example implementation of the EAP-SIM/AKA database/authentication
18 * EAP-SIM/AKA pseudonyms and re-auth identities. It can be used with different
53 } sim; member in union:eap_sim_db_pending::__anon6943
116 * SIM-RESP-AUTH <IMSI> Kc(i):SRES(i):RAND(i) ...
117 * SIM-RESP-AUTH <IMSI> FAILURE
123 wpa_printf(MSG_DEBUG, "EAP-SIM DB: No pending entry for the "
130 wpa_printf(MSG_DEBUG, "EAP-SIM DB: External server reported "
148 if (hexstr2bin(start, entry->u.sim.kc[num_chal],
157 if (hexstr2bin(start, entry->u.sim.sres[num_chal]
    [all...]
  /dalvik/dx/src/com/android/dx/cf/code/
Ropper.java 85 private final Simulator sim; field in class:Ropper
282 this.sim = new Simulator(machine, method);
684 sim.simulate(block, frame);
    [all...]
  /packages/apps/Phone/src/com/android/phone/
PhoneApp.java 245 // like the "SIM missing" and "Sim locked" cases (bug 1804111).
248 // Some products don't have the concept of a "SIM network lock"
250 + "not showing 'SIM network unlock' PIN entry screen");
252 // Normal case: show the "SIM network unlock" PIN entry screen.
254 // they enter a valid SIM network PIN.
255 Log.i(LOG_TAG, "show sim depersonal panel");
317 // Marks the event where the SIM goes into ready state.
454 IccCard sim = phone.getIccCard(); local
455 if (sim != null)
1288 IccCard sim = phone.getIccCard(); local
    [all...]
  /external/qemu/telephony/
android_modem.c 205 /* SIM card */
206 ASimCard sim; member in struct:AModemRec_
360 modem->sim = asimcard_create();
374 asimcard_destroy( modem->sim );
375 modem->sim = NULL;
404 return modem->sim;
765 switch (asimcard_get_status(modem->sim)) {
769 case A_SIM_STATUS_PIN: answer = "+CPIN: SIM PIN"; break;
770 case A_SIM_STATUS_PUK: answer = "+CPIN: SIM PUK"; break;
866 return asimcard_io( modem->sim, cmd )
    [all...]
  /frameworks/policies/base/phone/com/android/internal/policy/impl/
PhoneWindowManager.java 135 // SIM errors and unlock. Not sure if this really should be in a high layer.
1337 final int sim = attrs.softInputMode; local
    [all...]
  /prebuilt/sdk/tools/lib/
dx.jar 

Completed in 562 milliseconds