OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:scard_get_imsi
(Results
1 - 2
of
2
) sorted by null
/external/wpa_supplicant_8/src/utils/
pcsc_funcs.h
17
int
scard_get_imsi
(struct scard_data *scard, char *imsi, size_t *len);
33
#define
scard_get_imsi
(s, i, l) -1
macro
pcsc_funcs.c
1069
*
scard_get_imsi
- Read IMSI from SIM/USIM card
1080
* correct PIN code before calling
scard_get_imsi
().
1082
int
scard_get_imsi
(struct scard_data *scard, char *imsi, size_t *len)
function
[
all
...]
Completed in 69 milliseconds