Home | History | Annotate | Download | only in wpa_supplicant

Lines Matching refs:pin

3810  * @pin: PIN to use during provisioning or %NULL to indicate PBC mode
3824 * Returns: 0 or new PIN (if pin was %NULL) on success, -1 on unspecified
3829 const char *pin, enum p2p_wps_method wps_method,
3866 if (pin)
3867 os_strlcpy(wpa_s->p2p_pin, pin, sizeof(wpa_s->p2p_pin));
3872 wpa_printf(MSG_DEBUG, "P2P: Randomly generated PIN: %s",