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

  /external/wpa_supplicant_6/wpa_supplicant/
events.c 178 * wpa_supplicant_scard_init - Initialize SIM/USIM access with PC/SC
184 * configured to use PC/SC for SIM/USIM access (EAP-SIM or EAP-AKA).
190 int aka = 0, sim = 0, type; local
196 sim = 1;
204 sim = 1;
213 sim = 0;
217 if (!sim && !aka) {
219 "SIM, but neither EAP-SIM nor EAP-AKA are enabled")
    [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::__anon16852
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...]
  /external/wpa_supplicant_8/src/eap_server/
eap_sim_db.c 2 * hostapd / EAP-SIM database/authenticator gateway
8 * This is an example implementation of the EAP-SIM/AKA database/authentication
12 * EAP-SIM/AKA pseudonyms and re-auth identities. It can be used with different
49 } sim; member in union:eap_sim_db_pending::__anon17074
99 wpa_printf(MSG_DEBUG, "EAP-SIM DB: Adding database table for "
102 wpa_printf(MSG_ERROR, "EAP-SIM DB: SQLite error: %s", err);
125 wpa_printf(MSG_DEBUG, "EAP-SIM DB: Adding database table for "
128 wpa_printf(MSG_ERROR, "EAP-SIM DB: SQLite error: %s", err);
142 wpa_printf(MSG_ERROR, "EAP-SIM DB: Failed to open database "
194 wpa_printf(MSG_ERROR, "EAP-SIM DB: SQLite error: %s", err)
    [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...]
  /external/wpa_supplicant_8/wpa_supplicant/
events.c 252 * wpa_supplicant_scard_init - Initialize SIM/USIM access with PC/SC
258 * configured to use PC/SC for SIM/USIM access (EAP-SIM or EAP-AKA).
265 int aka = 0, sim = 0, type; local
271 sim = 1;
279 sim = 1;
289 sim = 0;
295 if (!sim && !aka) {
297 "use SIM, but neither EAP-SIM nor EAP-AKA are
    [all...]
  /packages/apps/Phone/src/com/android/phone/
PhoneGlobals.java 290 // like the "SIM missing" and "Sim locked" cases (bug 1804111).
293 // Some products don't have the concept of a "SIM network lock"
295 + "not showing 'SIM network unlock' PIN entry screen");
297 // Normal case: show the "SIM network unlock" PIN entry screen.
299 // they enter a valid SIM network PIN.
300 Log.i(LOG_TAG, "show sim depersonal panel");
361 // Marks the event where the SIM goes into ready state.
539 IccCard sim = phone.getIccCard(); local
540 if (sim != null)
1324 IccCard sim = phone.getIccCard(); local
    [all...]
  /external/v8/src/mips/
simulator-mips.cc 75 explicit MipsDebugger(Simulator* sim) : sim_(sim) { }
386 char* line = ReadLine("sim> ");
996 Simulator* sim = isolate_data->simulator(); local
    [all...]
lithium-mips.cc 762 HSimulate* sim = HSimulate::cast(hinstr->next()); local
764 instr, sim->ast_id());
    [all...]
  /external/qemu/telephony/
android_modem.c 246 /* SIM card */
247 ASimCard sim; member in struct:AModemRec_
596 modem->sim = asimcard_create(base_port);
616 asimcard_destroy( modem->sim );
617 modem->sim = NULL;
646 return modem->sim;
    [all...]
  /external/v8/src/arm/
lithium-arm.cc 762 HSimulate* sim = HSimulate::cast(hinstr->next()); local
764 instr, sim->ast_id());
    [all...]
simulator-arm.cc 56 explicit ArmDebugger(Simulator* sim) : sim_(sim) { }
290 char* line = ReadLine("sim> ");
864 Simulator* sim = isolate_data->simulator(); local
865 if (sim == NULL) {
867 sim = new Simulator(isolate);
868 isolate_data->set_simulator(sim);
870 return sim;
    [all...]
  /external/v8/src/ia32/
lithium-ia32.cc 759 HSimulate* sim = HSimulate::cast(hinstr->next()); local
761 instr, sim->ast_id());
    [all...]
  /external/v8/src/x64/
lithium-x64.cc 757 HSimulate* sim = HSimulate::cast(hinstr->next()); local
759 instr, sim->ast_id());
    [all...]
  /frameworks/base/policy/src/com/android/internal/policy/impl/
PhoneWindowManager.java 2640 final int sim = attrs.softInputMode; local
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.apache.lucene_1.9.1.v20100518-1140.jar 
  /prebuilts/sdk/tools/lib/
dx.jar 

Completed in 770 milliseconds