/external/wpa_supplicant/ |
pcsc_funcs.h | 48 int scard_set_pin(struct scard_data *scard, const char *pin); 61 #define scard_set_pin(s, p) -1 macro
|
eapol_test.c | 746 if (scard_set_pin(scard, "1234")) { 845 if (scard_set_pin(scard, argv[0])) {
|
pcsc_funcs.c | 612 * 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 [all...] |
eap.c | 898 if (scard_set_pin(sm->scard_ctx, ssid->pin)) { [all...] |
/external/wpa_supplicant_6/wpa_supplicant/src/utils/ |
pcsc_funcs.h | 48 int scard_set_pin(struct scard_data *scard, const char *pin); 61 #define scard_set_pin(s, p) -1 macro
|
pcsc_funcs.c | 612 * 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 [all...] |
/external/wpa_supplicant_8/src/utils/ |
pcsc_funcs.h | 48 int scard_set_pin(struct scard_data *scard, const char *pin); 61 #define scard_set_pin(s, p) -1 macro
|
pcsc_funcs.c | 612 * 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 [all...] |
/external/wpa_supplicant_6/wpa_supplicant/ |
eapol_test.c | 822 if (scard_set_pin(scard, "1234")) { 921 if (scard_set_pin(scard, argv[0])) {
|
/external/wpa_supplicant_8/wpa_supplicant/ |
eapol_test.c | 847 if (scard_set_pin(scard, "1234")) { 946 if (scard_set_pin(scard, argv[0])) {
|
/external/wpa_supplicant_6/wpa_supplicant/src/eap_peer/ |
eap.c | 918 if (scard_set_pin(sm->scard_ctx, conf->pin)) { [all...] |
/external/wpa_supplicant_8/src/eap_peer/ |
eap.c | 927 if (scard_set_pin(sm->scard_ctx, conf->pin)) { [all...] |