Home
last modified time | relevance | path

Searched refs:sim_type (Results 1 – 2 of 2) sorted by relevance

/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/utils/
Dpcsc_funcs.c122 sim_types sim_type; member
254 sim_types sim_type, unsigned char *aid,
379 if (scard->sim_type == SCARD_GSM_SIM) { in scard_pin_needed()
386 if (scard->sim_type == SCARD_USIM) { in scard_pin_needed()
638 scard->sim_type = SCARD_GSM_SIM; in scard_init()
641 scard->sim_type = SCARD_USIM; in scard_init()
644 if (scard->sim_type == SCARD_GSM_SIM) { in scard_init()
672 if (_scard_select_file(scard, 0, buf, &blen, scard->sim_type, in scard_init()
808 sim_types sim_type, unsigned char *aid, in _scard_select_file() argument
818 if (sim_type == SCARD_USIM) { in _scard_select_file()
[all …]
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/utils/
Dpcsc_funcs.c122 sim_types sim_type; member
254 sim_types sim_type, unsigned char *aid,
379 if (scard->sim_type == SCARD_GSM_SIM) { in scard_pin_needed()
386 if (scard->sim_type == SCARD_USIM) { in scard_pin_needed()
638 scard->sim_type = SCARD_GSM_SIM; in scard_init()
641 scard->sim_type = SCARD_USIM; in scard_init()
644 if (scard->sim_type == SCARD_GSM_SIM) { in scard_init()
672 if (_scard_select_file(scard, 0, buf, &blen, scard->sim_type, in scard_init()
808 sim_types sim_type, unsigned char *aid, in _scard_select_file() argument
818 if (sim_type == SCARD_USIM) { in _scard_select_file()
[all …]