Lines Matching refs:pin
164 wpa_printf(MSG_DEBUG, "WPS: PIN needed for E-UUID %s", uuid);
648 wpa_printf(MSG_DEBUG, "WPS: Re-enable AP PIN");
663 * Registrar failed to prove its knowledge of the AP PIN. Lock AP setup
669 wpa_printf(MSG_DEBUG, "WPS: AP PIN authentication failure number %u "
683 * In indefinite lockdown - disable automatic AP PIN
687 wpa_printf(MSG_DEBUG, "WPS: AP PIN disabled indefinitely");
695 wpa_printf(MSG_DEBUG, "WPS: Disable AP PIN for %u seconds",
722 wpa_printf(MSG_DEBUG, "WPS: Clear consecutive AP PIN failure counter "
1191 const u8 *pin;
1206 data->uuid, data->pin, data->pin_len,
1215 const char *uuid, const char *pin, int timeout)
1222 data.pin = (const u8 *) pin;
1223 data.pin_len = os_strlen(pin);
1439 wpa_printf(MSG_DEBUG, "WPS: AP PIN timed out");
1447 wpa_printf(MSG_DEBUG, "WPS: Enabling AP PIN (timeout=%d)", timeout);
1477 wpa_printf(MSG_DEBUG, "WPS: Disabling AP PIN");
1503 unsigned int pin;
1506 pin = wps_generate_pin();
1507 os_snprintf(data.pin_txt, sizeof(data.pin_txt), "%08u", pin);
1520 int hostapd_wps_ap_pin_set(struct hostapd_data *hapd, const char *pin,
1526 ret = os_snprintf(data.pin_txt, sizeof(data.pin_txt), "%s", pin);