Lines Matching refs:pin
53 wpa_printf(MSG_DEBUG, "WPS: PIN registration with " MACSTR
870 const char *pin, int p2p_group, u16 dev_pw_id)
894 if (pin)
895 os_snprintf(val, sizeof(val), "\"pin=%s dev_pw_id=%u\"",
896 pin, dev_pw_id);
899 os_snprintf(val, sizeof(val), "\"pin=%08d dev_pw_id=%u\"",
912 /* Cancel the wps pbc/pin requests */
990 const char *pin, struct wps_new_ap_settings *settings)
997 if (!pin)
1006 res = os_snprintf(pos, end - pos, "\"pin=%s", pin);
1053 wpa_printf(MSG_DEBUG, "WPS: PIN needed for UUID-E %s", uuid);
1054 len = os_snprintf(txt, sizeof(txt), "WPS-EVENT-PIN-NEEDED %s " MACSTR
1274 * authorized MAC (v2.0) or active PIN Registrar (v1.0) and
1282 "without active PIN Registrar");
1289 "(Authorized MAC or Active PIN)");
1323 /* allow wildcard SSID for WPS PIN */
1430 unsigned int pbc = 0, auth = 0, pin = 0, wps = 0;
1445 pin++;
1455 else if (pin)
1520 const char *uuid, const char *pin)
1531 (const u8 *) pin, os_strlen(pin), 300);
1546 const char *pin)
1552 return wps_er_learn(wpa_s->wps_er, u, (const u8 *) pin,
1553 os_strlen(pin));
1601 const char *pin, struct wps_new_ap_settings *settings)
1646 return wps_er_config(wpa_s->wps_er, u, (const u8 *) pin,
1647 os_strlen(pin), &cred);