Lines Matching refs:pin
321 * entering of PIN code or passphrase to retry the
324 wpa_printf(MSG_DEBUG, "EAP: Pending PIN/passphrase "
1063 if (scard_set_pin(sm->scard_ctx, conf->pin)) {
1065 * Make sure the same PIN is not tried again in order to avoid
1068 os_free(conf->pin);
1069 conf->pin = NULL;
1071 wpa_printf(MSG_WARNING, "PIN validation failed");
1745 * eap_sm_request_pin - Request SIM or smart card PIN from user (ctrl_iface)
1748 * EAP methods can call this function to request SIM or smart card PIN
1749 * information for the current network. This is normally called when the PIN is
2348 if (conf->phase1 == NULL || os_strstr(conf->phase1, "pin=") == NULL)
2349 return 0; /* Not using PIN */