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

1 2

  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/
SIMAccessor.java 25 String imsi = mTelephonyManager.getSubscriberId(subId); local
26 if (imsi != null && mccMnc.matchesImsi(imsi)) {
27 imsis.add(imsi);
  /hardware/interfaces/radio/1.0/vts/functional/
radio_hidl_hal_utils_v1_0.h 52 hidl_string imsi; member in class:RadioResponse
96 const ::android::hardware::hidl_string& imsi);
  /hardware/interfaces/radio/1.1/vts/functional/
radio_hidl_hal_utils_v1_1.h 53 hidl_string imsi; member in class:RadioResponse_v1_1
97 const ::android::hardware::hidl_string& imsi);
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/util/
TelephonyUtil.java 45 String imsi = tm.getSubscriberId(); local
52 return buildIdentity(getSimMethodForConfig(config), imsi, mccMnc);
56 * create Permanent Identity base on IMSI,
60 * with username = prefix | IMSI
63 private static String buildIdentity(int eapMethod, String imsi, String mccMnc) {
64 if (imsi == null || imsi.isEmpty()) {
65 Log.e(TAG, "No IMSI or IMSI is null");
91 // extract mcc & mnc from IMSI, assume mnc size is
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
CarrierTestOverride.java 48 <carrierTestOverride key="imsi" value="310010123456789"/>
61 static final String CARRIER_TEST_XML_ITEM_KEY_STRING_IMSI = "imsi";
90 String imsi = mCarrierTestParamMap.get(CARRIER_TEST_XML_ITEM_KEY_STRING_IMSI); local
91 Rlog.d(LOG_TAG, "reading imsi from CarrierTestConfig file: " + imsi);
92 return imsi;
94 Rlog.w(LOG_TAG, "No imsi in CarrierTestConfig file ");
RuimRecords.java 213 String imsi = getIMSI(); local
215 if (imsi == null) {
222 return imsi.substring(0, 3 + mMncLength);
228 int mcc = Integer.parseInt(imsi.substring(0, 3));
229 return imsi.substring(0, 3 + MccTable.smallestDigitsMccForMnc(mcc));
614 loge("Exception querying IMSI, Exception:" + ar.exception);
620 // IMSI (MCC+MNC+MSIN) is at least 6 digits, but not more
623 loge("invalid IMSI " + mImsi);
627 // FIXME: CSIM IMSI may not contain the MNC.
629 log("IMSI: " + mImsi.substring(0, 6) + "xxxxxxxxx")
774 String imsi = getIMSI(); local
    [all...]
SIMRecords.java 622 String imsi = getIMSI(); local
623 if (imsi == null) {
624 log("getOperatorNumeric: IMSI == null");
634 if (imsi.length() >= 3 + mMncLength) {
635 return imsi.substring(0, 3 + mMncLength);
674 loge("Exception querying IMSI, Exception:" + ar.exception);
680 // IMSI (MCC+MNC+MSIN) is at least 6 digits, but not more
683 loge("invalid IMSI " + mImsi);
687 log("IMSI: mMncLength=" + mMncLength);
690 log("IMSI: " + mImsi.substring(0, 6
694 String imsi = getIMSI(); local
1614 String imsi = getIMSI(); local
    [all...]
  /frameworks/base/packages/Osu/src/com/android/hotspot2/
OMADMAdapter.java 213 mDevDetail.add(new ConstPathAccessor<>(mImsi, ExtWiFiPath, "IMSI"));
345 String imsi = tm.getSubscriberId(); local
347 if ("310120".equals(simOperator) || (imsi != null && imsi.startsWith("310120"))) {
  /cts/tools/device-setup/TestDeviceSetup/src/android/tests/getinfo/
DeviceInfoInstrument.java 129 // imsi
130 String imsi = tm.getSubscriberId(); local
131 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
209 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
377 eap_sim_db_get_pending(struct eap_sim_db_data *data, const char *imsi, int aka)
383 if (entry->aka == aka && os_strcmp(entry->imsi, imsi) == 0) {
457 const char *imsi, char *buf)
464 * SIM-RESP-AUTH <IMSI> Kc(i):SRES(i):RAND(i) ...
465 * SIM-RESP-AUTH <IMSI> FAILURE
466 * (IMSI = ASCII string, Kc/SRES/RAND = hex string)
469 entry = eap_sim_db_get_pending(data, imsi, 0);
536 const char *imsi, char *buf
629 char buf[1000], *pos, *cmd, *imsi; local
933 const char *imsi; local
1400 const char *imsi; local
1493 const char *imsi; local
    [all...]
  /frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/hotspot2/
PasspointProviderTest.java 159 * @param imsiList List of IMSI to be included in a 3GPP Network
500 * Verify that a provider is a roaming provider when the provider's IMSI parameter and an
501 * IMSI from the SIM card matches a MCC-MNC in the 3GPP Network ANQP element.
561 * IMSI all matched against the ANQP elements, since we prefer matching home provider over
736 String imsi = "1234*"; local
833 String imsi = "1234"; local
914 String imsi = "1234*"; local
    [all...]
PasspointManagerTest.java 1091 String imsi = "1234"; local
    [all...]
  /frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
GsmCdmaPhoneTest.java 417 String imsi = "1234567890"; local
418 editor.putString("vm_id_key", imsi);
421 doReturn(imsi).when(mSimRecords).getIMSI();
467 String imsi = "1234567890"; local
468 doReturn(imsi).when(mSimRecords).getIMSI();
763 String imsi = "1234"; local
764 doReturn(imsi).when(mSimRecords).getIMSI();
767 editor.putString(Phone.CF_ID, imsi);
    [all...]
  /external/wpa_supplicant_8/src/eap_peer/
eap.c 1341 char imsi[100]; local
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/
eapol_test.c 1069 char imsi[20]; local
1105 len = sizeof(imsi);
1106 if (scard_get_imsi(scard, imsi, &len))
1108 wpa_hexdump_ascii(MSG_DEBUG, "SCARD: IMSI", (u8 *) imsi, len);
1109 /* NOTE: Permanent Username: 1 | IMSI */
1131 printf("%c", imsi[j]);
1178 char imsi[20]; local
1207 len = sizeof(imsi);
1208 if (scard_get_imsi(scard, imsi, &len))
    [all...]
config.h 164 * imsi - IMSI in <MCC> | <MNC> | '-' | <MSIN> format
166 char *imsi; member in struct:wpa_cred
    [all...]
interworking.c 159 if (cred->pcsc || cred->imsi)
171 if (cred->pcsc || cred->imsi)
187 if (cred->domain || cred->pcsc || cred->imsi ||
724 static int plmn_id_match(struct wpabuf *anqp, const char *imsi, int mnc_len)
742 plmn[0] = (imsi[0] - '0') | ((imsi[1] - '0') << 4);
743 plmn[1] = (imsi[2] - '0') | ((imsi[5] - '0') << 4);
744 plmn[2] = (imsi[3] - '0') | ((imsi[4] - '0') << 4)
1914 const char *imsi; local
2184 char *imsi = NULL; local
    [all...]
wpa_supplicant_i.h 610 char imsi[20]; member in struct:wpa_supplicant
    [all...]
  /packages/services/Telephony/src/com/android/phone/
CarrierConfigLoader.java 434 String imsi = ""; local
446 imsi = phone.getSubscriberId();
451 return new CarrierIdentifier(mcc, mnc, spn, imsi, gid1, gid2);
    [all...]
MobileNetworkSettings.java 379 String imsi = mTelephonyManager.getSubscriberId(); local
380 if (imsi == null) {
381 imsi = "";
384 : TextUtils.expandTemplate(tmpl, imsi).toString();
    [all...]
  /external/wpa_supplicant_8/hs20/client/
osu_client.c 1561 char *imsi, *eaptype, *str, buf[20]; local
    [all...]
  /frameworks/base/packages/Osu/src/com/android/hotspot2/omadm/
MOManager.java 78 public static final String TAG_IMSI = "IMSI";
891 IMSIParameter imsi = new IMSIParameter(getString(simNode.getChild(TAG_IMSI))); local
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
RadioResponse.java 181 * @param imsi String containing the IMSI
183 public void getIMSIForAppResponse(RadioResponseInfo responseInfo, String imsi) {
184 responseString(responseInfo, imsi);
1793 String spn = null, imsi = null, gid1 = null, gid2 = null; local
    [all...]
  /frameworks/base/libs/androidfw/include/androidfw/
ResourceTypes.h 914 uint32_t imsi; member in union:android::ResTable_config::__anon40726
    [all...]

Completed in 1247 milliseconds

1 2