Home | History | Annotate | Download | only in hostapd

Lines Matching refs:pin_txt

442 	const char *pin_txt;
456 pin_txt = hostapd_wps_ap_pin_random(hapd, timeout);
457 if (pin_txt == NULL)
459 return os_snprintf(buf, buflen, "%s", pin_txt);
463 pin_txt = hostapd_wps_ap_pin_get(hapd);
464 if (pin_txt == NULL)
466 return os_snprintf(buf, buflen, "%s", pin_txt);