Home | History | Annotate | Download | only in hostapd

Lines Matching defs:pin_txt

416 	const char *pin_txt;
430 pin_txt = hostapd_wps_ap_pin_random(hapd, timeout);
431 if (pin_txt == NULL)
433 return os_snprintf(buf, buflen, "%s", pin_txt);
437 pin_txt = hostapd_wps_ap_pin_get(hapd);
438 if (pin_txt == NULL)
440 return os_snprintf(buf, buflen, "%s", pin_txt);