Lines Matching refs:pin
180 wpa_printf(MSG_DEBUG, "WPS: PIN needed for E-UUID %s", uuid);
631 wpa_printf(MSG_DEBUG, "WPS: Re-enable AP PIN");
646 * Registrar failed to prove its knowledge of the AP PIN. Lock AP setup
652 wpa_printf(MSG_DEBUG, "WPS: AP PIN authentication failure number %u "
666 * In indefinite lockdown - disable automatic AP PIN
670 wpa_printf(MSG_DEBUG, "WPS: AP PIN disabled indefinitely");
678 wpa_printf(MSG_DEBUG, "WPS: Disable AP PIN for %u seconds",
711 wpa_printf(MSG_DEBUG, "WPS: Clear consecutive AP PIN failure counter "
1240 const u8 *pin;
1255 data->uuid, data->pin, data->pin_len,
1264 const char *uuid, const char *pin, int timeout)
1271 data.pin = (const u8 *) pin;
1272 data.pin_len = os_strlen(pin);
1498 wpa_printf(MSG_DEBUG, "WPS: AP PIN timed out");
1506 wpa_printf(MSG_DEBUG, "WPS: Enabling AP PIN (timeout=%d)", timeout);
1536 wpa_printf(MSG_DEBUG, "WPS: Disabling AP PIN");
1562 unsigned int pin;
1565 pin = wps_generate_pin();
1566 os_snprintf(data.pin_txt, sizeof(data.pin_txt), "%08u", pin);
1579 int hostapd_wps_ap_pin_set(struct hostapd_data *hapd, const char *pin,
1585 ret = os_snprintf(data.pin_txt, sizeof(data.pin_txt), "%s", pin);