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

  /cts/tools/device-setup/TestDeviceSetup/src/android/tests/getinfo/
DeviceInfoInstrument.java 110 // imsi
111 String imsi = tm.getSubscriberId(); local
112 addResult(IMSI, imsi);
  /external/wpa_supplicant_8/hostapd/
hlr_auc_gw.c 18 * SIM-REQ-AUTH <IMSI> <max_chal>
19 * SIM-RESP-AUTH <IMSI> Kc1:SRES1:RAND1 Kc2:SRES2:RAND2 [Kc3:SRES3:RAND3]
20 * SIM-RESP-AUTH <IMSI> FAILURE
23 * AKA-REQ-AUTH <IMSI>
24 * AKA-RESP-AUTH <IMSI> <RAND> <AUTN> <IK> <CK> <RES>
25 * AKA-RESP-AUTH <IMSI> FAILURE
28 * AKA-AUTS <IMSI> <AUTS> <RAND>
30 * IMSI and max_chal are sent as an ASCII string,
34 * text file in IMSI:Kc:SRES:RAND format, IMSI in ASCII, other fields as he
65 char imsi[20]; member in struct:gsm_triplet
76 char imsi[20]; member in struct:milenage_parameters
194 unsigned long long imsi; local
    [all...]
  /external/wpa_supplicant_8/src/eap_server/
eap_sim_db.c 38 char imsi[20]; member in struct:eap_sim_db_pending
373 eap_sim_db_get_pending(struct eap_sim_db_data *data, const char *imsi, int aka)
379 if (entry->aka == aka && os_strcmp(entry->imsi, imsi) == 0) {
402 const char *imsi, char *buf)
409 * SIM-RESP-AUTH <IMSI> Kc(i):SRES(i):RAND(i) ...
410 * SIM-RESP-AUTH <IMSI> FAILURE
411 * (IMSI = ASCII string, Kc/SRES/RAND = hex string)
414 entry = eap_sim_db_get_pending(data, imsi, 0);
481 const char *imsi, char *buf
574 char buf[1000], *pos, *cmd, *imsi; local
867 const char *imsi; local
1333 const char *imsi; local
1425 const char *imsi; local
    [all...]
  /packages/apps/Phone/src/com/android/phone/
MobileNetworkSettings.java 180 String imsi = tm.getSubscriberId(); local
181 if (imsi == null) {
182 imsi = "";
185 : TextUtils.expandTemplate(tmpl, imsi).toString();
  /external/wpa_supplicant_8/src/eap_peer/
eap.c 927 * Rules for figuring out MNC length based on IMSI for SIM cards that do not
930 static int mnc_len_from_imsi(const char *imsi)
935 os_memcpy(mcc_str, imsi, 3);
946 static int eap_sm_append_3gpp_realm(struct eap_sm *sm, char *imsi,
953 wpa_printf(MSG_WARNING, "No room for realm in IMSI buffer");
960 mnc_len = mnc_len_from_imsi(imsi);
969 mnc[1] = imsi[3];
970 mnc[2] = imsi[4];
972 mnc[0] = imsi[3];
973 mnc[1] = imsi[4]
992 char imsi[100]; local
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/
config.h 141 * imsi - IMSI in <MCC> | <MNC> | '-' | <MSIN> format
143 char *imsi; member in struct:wpa_cred
eapol_test.c 868 char imsi[20]; local
904 len = sizeof(imsi);
905 if (scard_get_imsi(scard, imsi, &len))
907 wpa_hexdump_ascii(MSG_DEBUG, "SCARD: IMSI", (u8 *) imsi, len);
908 /* NOTE: Permanent Username: 1 | IMSI */
930 printf("%c", imsi[j]);
977 char imsi[20]; local
1006 len = sizeof(imsi);
1007 if (scard_get_imsi(scard, imsi, &len))
    [all...]
interworking.c 125 if (cred->pcsc || cred->imsi)
137 if (cred->pcsc || cred->imsi)
153 if (cred->domain || cred->pcsc || cred->imsi)
602 static int plmn_id_match(struct wpabuf *anqp, const char *imsi, int mnc_len)
609 plmn[0] = (imsi[0] - '0') | ((imsi[1] - '0') << 4);
610 plmn[1] = imsi[2] - '0';
613 plmn[1] |= (imsi[5] - '0') << 4;
616 plmn[2] = (imsi[3] - '0') | ((imsi[4] - '0') << 4)
1340 const char *imsi; local
1486 char *imsi = NULL; local
    [all...]
wpa_supplicant_i.h 404 char imsi[20]; member in struct:wpa_supplicant
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
RuimRecords.java 468 loge("Exception querying IMSI, Exception:" + ar.exception);
474 // IMSI (MCC+MNC+MSIN) is at least 6 digits, but not more
477 loge("invalid IMSI " + mImsi);
481 log("IMSI: " + mImsi.substring(0, 6) + "xxxxxxxxx");
599 String imsi = getIMSI(); local
601 if (imsi != null) {
603 Integer.parseInt(imsi.substring(0,3)));
643 log("onAllRecordsLoaded set mcc imsi=" + mImsi);
647 log("onAllRecordsLoaded empty imsi skipping setting mcc");
  /external/chromium/chrome/browser/chromeos/cros/
network_library.h 202 const std::string& imsi() const { return IMSI_; } function in class:chromeos::NetworkDevice
    [all...]
  /frameworks/base/include/androidfw/
ResourceTypes.h 822 uint32_t imsi; member in union:android::ResTable_config::__anon19742
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
GSMPhone.java 101 // Key used to read/write the SIM IMSI used for storing the voice mail
829 private void setVmSimImsi(String imsi) {
832 editor.putString(VM_SIM_IMSI, imsi);
1240 String imsi = getVmSimImsi(); local
    [all...]
  /prebuilts/devtools/tools/lib/
osgi-4.0.0.jar 
  /prebuilts/tools/common/m2/repository/com/android/external/osgi/osgi/4.0.0/
osgi-4.0.0.jar 
  /prebuilts/tools/common/osgi/
osgi.jar 

Completed in 817 milliseconds