Searched refs:scard_set_pin (Results 1 - 15 of 15) sorted by relevance

/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
/external/wpa_supplicant_8/hostapd/src/utils/
H A Dpcsc_funcs.h23 int scard_set_pin(struct scard_data *scard, const char *pin);
39 #define scard_set_pin(s, p) -1 macro
H A Dpcsc_funcs.c700 * scard_set_pin - Set PIN (CHV1/PIN1) code for accessing SIM/USIM commands
705 int scard_set_pin(struct scard_data *scard, const char *pin) function
1087 * file is PIN protected, scard_set_pin() must have been used to set the
/external/wpa_supplicant_8/src/utils/
H A Dpcsc_funcs.h23 int scard_set_pin(struct scard_data *scard, const char *pin);
39 #define scard_set_pin(s, p) -1 macro
H A Dpcsc_funcs.c700 * scard_set_pin - Set PIN (CHV1/PIN1) code for accessing SIM/USIM commands
705 int scard_set_pin(struct scard_data *scard, const char *pin) function
1087 * file is PIN protected, scard_set_pin() must have been used to set the
/external/wpa_supplicant_8/wpa_supplicant/src/utils/
H A Dpcsc_funcs.h23 int scard_set_pin(struct scard_data *scard, const char *pin);
39 #define scard_set_pin(s, p) -1 macro
H A Dpcsc_funcs.c700 * scard_set_pin - Set PIN (CHV1/PIN1) code for accessing SIM/USIM commands
705 int scard_set_pin(struct scard_data *scard, const char *pin) function
1087 * file is PIN protected, scard_set_pin() must have been used to set the
/external/wpa_supplicant_6/wpa_supplicant/
H A Deapol_test.c822 if (scard_set_pin(scard, "1234")) {
921 if (scard_set_pin(scard, argv[0])) {
/external/wpa_supplicant_8/wpa_supplicant/
H A Deapol_test.c899 if (scard_set_pin(scard, "1234")) {
1001 if (scard_set_pin(scard, argv[0])) {
H A Dwpa_supplicant.c2622 scard_set_pin(wpa_s->scard, wpa_s->conf->pcsc_pin) < 0) {
/external/wpa_supplicant_6/wpa_supplicant/src/eap_peer/
H A Deap.c918 if (scard_set_pin(sm->scard_ctx, conf->pin)) {
/external/wpa_supplicant_8/hostapd/src/eap_peer/
H A Deap.c1050 if (scard_set_pin(sm->scard_ctx, conf->pin)) {
/external/wpa_supplicant_8/src/eap_peer/
H A Deap.c1050 if (scard_set_pin(sm->scard_ctx, conf->pin)) {
/external/wpa_supplicant_8/wpa_supplicant/src/eap_peer/
H A Deap.c1050 if (scard_set_pin(sm->scard_ctx, conf->pin)) {

Completed in 1274 milliseconds