/external/wpa_supplicant_8/hostapd/ |
hostapd.sim_db | 2 # IMSI:Kc:SRES:RAND 3 # IMSI: ASCII string (numbers)
|
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...] |
hlr_auc_gw.milenage_db | 8 # IMSI Ki OPc AMF SQN
|
hlr_auc_gw.txt | 44 imsi INTEGER PRIMARY KEY NOT NULL, 50 INSERT INTO milenage(imsi,ki,opc,amf,sqn) VALUES( 57 INSERT INTO milenage(imsi,ki,opc,amf,sqn) VALUES( 73 Milenage parameters based on IMSI from the database. The database can be
|
/frameworks/base/telephony/java/com/android/internal/telephony/ |
IccCardConstants.java | 35 /* IMSI means ICC IMSI is ready in property */ 36 public static final String INTENT_VALUE_ICC_IMSI = "IMSI"; 37 /* LOADED means all ICC records, including IMSI, are loaded */
|
IPhoneSubInfo.aidl | 37 * Retrieves the unique sbuscriber ID, e.g., IMSI for GSM phones.
|
/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...] |
/frameworks/base/core/java/android/net/ |
NetworkTemplate.java | 75 * the given IMSI. 83 * the given IMSI that roughly meet a "3G" definition, or lower. 92 * the given IMSI that roughly meet a "4G" definition. 101 * regardless of IMSI. 230 * Check if mobile network with matching IMSI. 243 * Check if mobile network classified 3G or lower with matching IMSI. 261 * Check if mobile network classified 4G with matching IMSI.
|
NetworkIdentity.java | 33 * {@link NetworkInfo} and an IMSI. 122 * Scrub given IMSI on production builds. 137 * assuming that any mobile networks are using the current IMSI.
|
/external/wpa_supplicant_8/wpa_supplicant/ |
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...] |
todo.txt | 50 - consider moving SIM card functionality (IMSI fetching) away from eap.c; 52 now IMSI is read only after receiving EAP-Identity/Request, but since it is 53 really needed for all cases, reading IMSI and generating Identity string
|
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...] |
README-HS20 | 164 # imsi: IMSI in <MCC> | <MNC> | '-' | <MSIN> format 209 # imsi="310026-000000000" 260 > set_cred 1 imsi "23456-0000000000"
|
/cts/tools/device-setup/TestDeviceSetup/src/android/tests/getinfo/ |
DeviceInfoConstants.java | 35 public static final String IMSI = "imsi";
|
DeviceInfoInstrument.java | 110 // imsi 111 String imsi = tm.getSubscriberId(); local 112 addResult(IMSI, imsi);
|
/external/wpa_supplicant_8/src/utils/ |
pcsc_funcs.h | 24 int scard_get_imsi(struct scard_data *scard, char *imsi, size_t *len);
|
pcsc_funcs.c | 1077 * scard_get_imsi - Read IMSI from SIM/USIM card 1079 * @imsi: Buffer for IMSI 1080 * @len: Length of imsi buffer; set to IMSI length on success 1081 * Returns: 0 on success, -1 if IMSI file cannot be selected, -2 if IMSI file 1083 * (USIM only), -4 if IMSI does not fit in the provided imsi buffer (len is set 1084 * to needed length), -5 if reading IMSI file fails [all...] |
/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...] |
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/ |
IccRecords.java | 233 * Get the International Mobile Subscriber ID (IMSI) on a SIM 234 * for GSM, UMTS and like networks. Default is null if IMSI is 244 * Imsi could be set by ServiceStateTrackers in case of cdma 245 * @param imsi 247 public void setImsi(String imsi) { 248 mImsi = imsi;
|
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");
|
SIMRecords.java | 529 log("getOperatorNumeric: IMSI == null"); 570 loge("Exception querying IMSI, Exception:" + ar.exception); 576 // IMSI (MCC+MNC+MSIN) is at least 6 digits, but not more 579 loge("invalid IMSI " + mImsi); 583 log("IMSI: " + /* imsi.substring(0, 6) +*/ "xxxxxxx"); 604 loge("Corrupt IMSI!"); 609 // finally have both the imsi and the mncLength and can parse the imsi properly 862 loge("Corrupt IMSI!"); [all...] |
/docs/source.android.com/src/devices/tech/datausage/ |
iface-overview.jd | 45 subscriber identity (such as IMSI). All network interfaces used to
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
PhoneSubInfoProxy.java | 50 * Retrieves the unique subscriber ID, e.g., IMSI for GSM phones.
|
/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/chromium/chrome/browser/resources/options/chromeos/ |
internet_detail.html | 193 <td class="option-name">IMSI:</td> 194 <td id="imsi" class="option-value"></td>
|