Home | History | Annotate | Download | only in wpa_supplicant

Lines Matching defs:pin

59 		wpa_printf(MSG_DEBUG, "WPS: PIN registration with " MACSTR
850 const char *pin, int p2p_group, u16 dev_pw_id)
874 if (pin)
875 os_snprintf(val, sizeof(val), "\"pin=%s dev_pw_id=%u\"",
876 pin, dev_pw_id);
879 os_snprintf(val, sizeof(val), "\"pin=%08d dev_pw_id=%u\"",
892 /* Cancel the wps pbc/pin requests */
970 const char *pin, struct wps_new_ap_settings *settings)
977 if (!pin)
986 res = os_snprintf(pos, end - pos, "\"pin=%s", pin);
1033 wpa_printf(MSG_DEBUG, "WPS: PIN needed for UUID-E %s", uuid);
1034 len = os_snprintf(txt, sizeof(txt), "WPS-EVENT-PIN-NEEDED %s " MACSTR
1235 * authorized MAC (v2.0) or active PIN Registrar (v1.0) and
1243 "without active PIN Registrar");
1250 "(Authorized MAC or Active PIN)");
1284 /* allow wildcard SSID for WPS PIN */
1391 unsigned int pbc = 0, auth = 0, pin = 0, wps = 0;
1406 pin++;
1416 else if (pin)
1481 const char *uuid, const char *pin)
1492 (const u8 *) pin, os_strlen(pin), 300);
1507 const char *pin)
1513 return wps_er_learn(wpa_s->wps_er, u, (const u8 *) pin,
1514 os_strlen(pin));
1562 const char *pin, struct wps_new_ap_settings *settings)
1607 return wps_er_config(wpa_s->wps_er, u, (const u8 *) pin,
1608 os_strlen(pin), &cred);