HomeSort by relevance Sort by last modified time
    Searched defs:scard_data (Results 1 - 2 of 2) sorted by null

  /external/wpa_supplicant/
pcsc_funcs.c 92 struct scard_data { struct
226 static int _scard_select_file(struct scard_data *scard, unsigned short file_id,
230 static int scard_select_file(struct scard_data *scard, unsigned short file_id,
232 static int scard_verify_pin(struct scard_data *scard, const char *pin);
233 static int scard_get_record_len(struct scard_data *scard,
235 static int scard_read_record(struct scard_data *scard,
300 static int scard_pin_needed(struct scard_data *scard,
325 static int scard_get_aid(struct scard_data *scard, unsigned char *aid,
434 struct scard_data * scard_init(scard_sim_type sim_type)
438 struct scard_data *scard
    [all...]
  /external/wpa_supplicant_6/wpa_supplicant/src/utils/
pcsc_funcs.c 92 struct scard_data { struct
226 static int _scard_select_file(struct scard_data *scard, unsigned short file_id,
230 static int scard_select_file(struct scard_data *scard, unsigned short file_id,
232 static int scard_verify_pin(struct scard_data *scard, const char *pin);
233 static int scard_get_record_len(struct scard_data *scard,
235 static int scard_read_record(struct scard_data *scard,
300 static int scard_pin_needed(struct scard_data *scard,
325 static int scard_get_aid(struct scard_data *scard, unsigned char *aid,
434 struct scard_data * scard_init(scard_sim_type sim_type)
438 struct scard_data *scard
    [all...]

Completed in 13 milliseconds