Searched defs:scard_set_pin (Results 1 - 4 of 4) sorted by relevance

/external/wpa_supplicant/
H A Dpcsc_funcs.h48 int scard_set_pin(struct scard_data *scard, const char *pin);
61 #define scard_set_pin(s, p) -1 macro
H A Dpcsc_funcs.c612 * scard_set_pin - Set PIN (CHV1/PIN1) code for accessing SIM/USIM commands
617 int scard_set_pin(struct scard_data *scard, const char *pin) function
959 * file is PIN protected, scard_set_pin() must have been used to set the
/external/wpa_supplicant_6/wpa_supplicant/src/utils/
H A Dpcsc_funcs.h48 int scard_set_pin(struct scard_data *scard, const char *pin);
61 #define scard_set_pin(s, p) -1 macro
H A Dpcsc_funcs.c612 * scard_set_pin - Set PIN (CHV1/PIN1) code for accessing SIM/USIM commands
617 int scard_set_pin(struct scard_data *scard, const char *pin) function
959 * file is PIN protected, scard_set_pin() must have been used to set the

Completed in 74 milliseconds