OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:scard_init
(Results
1 - 2
of
2
) sorted by null
/external/wpa_supplicant_8/src/utils/
pcsc_funcs.h
20
struct scard_data *
scard_init
(scard_sim_type sim_type, const char *reader);
37
#define
scard_init
(s, r) NULL
macro
pcsc_funcs.c
487
*
scard_init
- Initialize SIM/USIM connection using PC/SC
498
struct scard_data *
scard_init
(scard_sim_type sim_type, const char *reader)
function
701
* @scard: Pointer to private data from
scard_init
()
730
* @scard: Pointer to private data from
scard_init
()
732
* This function closes the SIM/USIM connect opened with
scard_init
().
1078
* @scard: Pointer to private data from
scard_init
()
1156
* @scard: Pointer to private data from
scard_init
()
1211
* @scard: Pointer to private data from
scard_init
()
[
all
...]
Completed in 30 milliseconds