Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/src/utils/
Dpcsc_funcs.c114 sim_types sim_type; member
246 sim_types sim_type, unsigned char *aid,
371 if (scard->sim_type == SCARD_GSM_SIM) { in scard_pin_needed()
378 if (scard->sim_type == SCARD_USIM) { in scard_pin_needed()
625 scard->sim_type = SCARD_GSM_SIM; in scard_init()
628 scard->sim_type = SCARD_USIM; in scard_init()
631 if (scard->sim_type == SCARD_GSM_SIM) { in scard_init()
659 if (_scard_select_file(scard, 0, buf, &blen, scard->sim_type, in scard_init()
791 sim_types sim_type, unsigned char *aid, in _scard_select_file() argument
801 if (sim_type == SCARD_USIM) { in _scard_select_file()
[all …]