OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sim_type
(Results
1 - 2
of
2
) sorted by null
/external/wpa_supplicant_8/src/utils/
pcsc_funcs.c
114
sim_types
sim_type
;
member in struct:scard_data
246
sim_types
sim_type
, unsigned char *aid,
366
if (scard->
sim_type
== SCARD_GSM_SIM) {
373
if (scard->
sim_type
== SCARD_USIM) {
488
* @
sim_type
: Allowed SIM types (SIM, USIM, or both)
494
* selected
sim_type
. In addition, local flag is set if a PIN is needed to
498
struct scard_data * scard_init(scard_sim_type
sim_type
, const char *reader)
615
scard->
sim_type
= SCARD_GSM_SIM;
616
if (
sim_type
== SCARD_USIM_ONLY ||
sim_type
== SCARD_TRY_BOTH)
[
all
...]
pcsc_funcs.h
20
struct scard_data * scard_init(scard_sim_type
sim_type
, const char *reader);
Completed in 106 milliseconds