Lines Matching refs:pin
64 wpa_printf(MSG_DEBUG, "WPS: PIN registration with " MACSTR
1090 const char *pin, int p2p_group, u16 dev_pw_id)
1114 if (pin)
1115 os_snprintf(val, sizeof(val), "\"pin=%s dev_pw_id=%u\"",
1116 pin, dev_pw_id);
1119 os_snprintf(val, sizeof(val), "\"pin=%08d dev_pw_id=%u\"",
1134 /* Cancel the wps pbc/pin requests */
1165 const char *pin, struct wps_new_ap_settings *settings)
1172 if (!pin)
1181 res = os_snprintf(pos, end - pos, "\"pin=%s", pin);
1238 wpa_printf(MSG_DEBUG, "WPS: PIN needed for UUID-E %s", uuid);
1239 len = os_snprintf(txt, sizeof(txt), "WPS-EVENT-PIN-NEEDED %s " MACSTR
1483 * authorized MAC (v2.0) or active PIN Registrar (v1.0) and
1491 "without active PIN Registrar");
1498 "(Authorized MAC or Active PIN)");
1532 /* allow wildcard SSID for WPS PIN */
1639 unsigned int pbc = 0, auth = 0, pin = 0, wps = 0;
1654 pin++;
1664 else if (pin)
1729 const char *uuid, const char *pin)
1746 (const u8 *) pin, os_strlen(pin), 300);
1766 const char *pin)
1778 return wps_er_learn(wpa_s->wps_er, use_uuid, use_addr, (const u8 *) pin,
1779 os_strlen(pin));
1842 const char *pin, struct wps_new_ap_settings *settings)
1893 (const u8 *) pin, os_strlen(pin), &cred);