Lines Matching refs:pin
348 * entering of PIN code or passphrase to retry the
351 wpa_printf(MSG_DEBUG, "EAP: Pending PIN/passphrase "
1393 if (scard_set_pin(sm->scard_ctx, conf->pin)) {
1395 * Make sure the same PIN is not tried again in order to avoid
1398 os_free(conf->pin);
1399 conf->pin = NULL;
1401 wpa_printf(MSG_WARNING, "PIN validation failed");
2302 * eap_sm_request_pin - Request SIM or smart card PIN from user (ctrl_iface)
2305 * EAP methods can call this function to request SIM or smart card PIN
2306 * information for the current network. This is normally called when the PIN is
2929 if (conf->phase1 == NULL || os_strstr(conf->phase1, "pin=") == NULL)
2930 return 0; /* Not using PIN */