Home | History | Annotate | Download | only in ap

Lines Matching refs:txt

175 	char uuid[40], txt[400];
181 len = os_snprintf(txt, sizeof(txt), WPS_EVENT_PIN_NEEDED
188 if (!os_snprintf_error(sizeof(txt), len))
189 wpa_msg(hapd->msg_ctx, MSG_INFO, "%s", txt);