Home | History | Annotate | Download | only in hostapd

Lines Matching defs:pin_txt

450 	const char *pin_txt;
464 pin_txt = hostapd_wps_ap_pin_random(hapd, timeout);
465 if (pin_txt == NULL)
467 return os_snprintf(buf, buflen, "%s", pin_txt);
471 pin_txt = hostapd_wps_ap_pin_get(hapd);
472 if (pin_txt == NULL)
474 return os_snprintf(buf, buflen, "%s", pin_txt);