Home | History | Annotate | Download | only in hostapd

Lines Matching refs:pin_txt

445 	const char *pin_txt;
459 pin_txt = hostapd_wps_ap_pin_random(hapd, timeout);
460 if (pin_txt == NULL)
462 return os_snprintf(buf, buflen, "%s", pin_txt);
466 pin_txt = hostapd_wps_ap_pin_get(hapd);
467 if (pin_txt == NULL)
469 return os_snprintf(buf, buflen, "%s", pin_txt);