Home | History | Annotate | Download | only in wpa_supplicant

Lines Matching refs:pin_txt

1666 	const char *pin_txt;
1683 pin_txt = wpas_wps_ap_pin_random(wpa_s, timeout);
1684 if (pin_txt == NULL)
1686 return os_snprintf(buf, buflen, "%s", pin_txt);
1690 pin_txt = wpas_wps_ap_pin_get(wpa_s);
1691 if (pin_txt == NULL)
1693 return os_snprintf(buf, buflen, "%s", pin_txt);