Home | History | Annotate | Download | only in hostapd

Lines Matching defs:pin_txt

417 	const char *pin_txt;
431 pin_txt = hostapd_wps_ap_pin_random(hapd, timeout);
432 if (pin_txt == NULL)
434 return os_snprintf(buf, buflen, "%s", pin_txt);
438 pin_txt = hostapd_wps_ap_pin_get(hapd);
439 if (pin_txt == NULL)
441 return os_snprintf(buf, buflen, "%s", pin_txt);