Home | History | Annotate | Download | only in wpa_supplicant

Lines Matching refs:pin_txt

600 	const char *pin_txt;
617 pin_txt = wpas_wps_ap_pin_random(wpa_s, timeout);
618 if (pin_txt == NULL)
620 return os_snprintf(buf, buflen, "%s", pin_txt);
624 pin_txt = wpas_wps_ap_pin_get(wpa_s);
625 if (pin_txt == NULL)
627 return os_snprintf(buf, buflen, "%s", pin_txt);