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

  /cts/tools/device-setup/TestDeviceSetup/src/android/tests/getinfo/
DeviceInfoInstrument.java 118 // imsi
119 String imsi = tm.getSubscriberId(); local
120 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
21 * GSM-AUTH-REQ <IMSI> RAND1:RAND2[:RAND3]
22 * GSM-AUTH-RESP <IMSI> Kc1:SRES1:Kc2:SRES2[:Kc3:SRES3]
23 * GSM-AUTH-RESP <IMSI> FAILURE
26 * AKA-REQ-AUTH <IMSI>
27 * AKA-RESP-AUTH <IMSI> <RAND> <AUTN> <IK> <CK> <RES>
28 * AKA-RESP-AUTH <IMSI> FAILURE
31 * AKA-AUTS <IMSI> <AUTS> <RAND
73 char imsi[20]; member in struct:gsm_triplet
84 char imsi[20]; member in struct:milenage_parameters
202 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
372 eap_sim_db_get_pending(struct eap_sim_db_data *data, const char *imsi, int aka)
378 if (entry->aka == aka && os_strcmp(entry->imsi, imsi) == 0) {
401 const char *imsi, char *buf)
408 * SIM-RESP-AUTH <IMSI> Kc(i):SRES(i):RAND(i) ...
409 * SIM-RESP-AUTH <IMSI> FAILURE
410 * (IMSI = ASCII string, Kc/SRES/RAND = hex string)
413 entry = eap_sim_db_get_pending(data, imsi, 0);
480 const char *imsi, char *buf
573 char buf[1000], *pos, *cmd, *imsi; local
877 const char *imsi; local
1342 const char *imsi; local
1433 const char *imsi; local
    [all...]
  /external/wpa_supplicant_8/src/eap_peer/
eap.c 954 * Rules for figuring out MNC length based on IMSI for SIM cards that do not
957 static int mnc_len_from_imsi(const char *imsi)
962 os_memcpy(mcc_str, imsi, 3);
975 static int eap_sm_append_3gpp_realm(struct eap_sm *sm, char *imsi,
982 wpa_printf(MSG_WARNING, "No room for realm in IMSI buffer");
989 mnc_len = mnc_len_from_imsi(imsi);
998 mnc[1] = imsi[3];
999 mnc[2] = imsi[4];
1001 mnc[0] = imsi[3];
1002 mnc[1] = imsi[4]
1021 char imsi[100]; local
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/
eapol_test.c 964 char imsi[20]; local
1000 len = sizeof(imsi);
1001 if (scard_get_imsi(scard, imsi, &len))
1003 wpa_hexdump_ascii(MSG_DEBUG, "SCARD: IMSI", (u8 *) imsi, len);
1004 /* NOTE: Permanent Username: 1 | IMSI */
1026 printf("%c", imsi[j]);
1073 char imsi[20]; local
1102 len = sizeof(imsi);
1103 if (scard_get_imsi(scard, imsi, &len))
    [all...]
config.h 149 * imsi - IMSI in <MCC> | <MNC> | '-' | <MSIN> format
151 char *imsi; member in struct:wpa_cred
    [all...]
interworking.c 153 if (cred->pcsc || cred->imsi)
165 if (cred->pcsc || cred->imsi)
181 if (cred->domain || cred->pcsc || cred->imsi ||
667 static int plmn_id_match(struct wpabuf *anqp, const char *imsi, int mnc_len)
685 plmn[0] = (imsi[0] - '0') | ((imsi[1] - '0') << 4);
686 plmn[1] = (imsi[2] - '0') | ((imsi[5] - '0') << 4);
687 plmn[2] = (imsi[3] - '0') | ((imsi[4] - '0') << 4)
1828 const char *imsi; local
2088 char *imsi = NULL; local
    [all...]
wpa_supplicant_i.h 503 char imsi[20]; member in struct:wpa_supplicant
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
RuimRecords.java 486 loge("Exception querying IMSI, Exception:" + ar.exception);
492 // IMSI (MCC+MNC+MSIN) is at least 6 digits, but not more
495 loge("invalid IMSI " + mImsi);
499 // FIXME: CSIM IMSI may not contain the MNC.
501 log("IMSI: " + mImsi.substring(0, 6) + "xxxxxxxxx");
648 String imsi = getIMSI(); local
650 if (imsi != null) {
652 Integer.parseInt(imsi.substring(0,3)));
682 // FIXME: CSIM IMSI may not contain the MNC.
695 log("onAllRecordsLoaded set mcc imsi=" + mImsi)
    [all...]
SIMRecords.java 560 log("getOperatorNumeric: IMSI == null");
605 loge("Exception querying IMSI, Exception:" + ar.exception);
611 // IMSI (MCC+MNC+MSIN) is at least 6 digits, but not more
614 loge("invalid IMSI " + mImsi);
618 log("IMSI: mMncLength=" + mMncLength);
619 log("IMSI: " + mImsi.substring(0, 6) + "xxxxxxx");
627 log("IMSI: setting1 mMncLength=" + mMncLength);
642 loge("Corrupt IMSI! setting3 mMncLength=" + mMncLength);
648 // finally have both the imsi and the mncLength and can parse the imsi properl
1414 String imsi = getIMSI(); local
    [all...]
  /packages/services/Telephony/src/com/android/phone/
MobileNetworkSettings.java 167 String imsi = tm.getSubscriberId(); local
168 if (imsi == null) {
169 imsi = "";
172 : TextUtils.expandTemplate(tmpl, imsi).toString();
    [all...]
  /external/wpa_supplicant_8/hs20/client/
osu_client.c 1535 char *imsi, *eaptype, *str, buf[20]; local
    [all...]
  /frameworks/base/include/androidfw/
ResourceTypes.h 888 uint32_t imsi; member in union:android::ResTable_config::__anon38440
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
GSMPhone.java 109 // Key used to read/write the SIM IMSI used for storing the voice mail
1410 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 1561 milliseconds