HomeSort by relevance Sort by last modified time
    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 1077 * scard_get_imsi - Read IMSI from SIM/USIM card
1088 * correct PIN code before calling scard_get_imsi().
1090 int scard_get_imsi(struct scard_data *scard, char *imsi, size_t *len) function
    [all...]

Completed in 100 milliseconds