Home | History | Annotate | Download | only in eap_peer

Lines Matching refs:pin

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