Home | History | Annotate | Download | only in wpa_supplicant

Lines Matching defs:bufsize

3437 	const unsigned int bufsize = 20;
3441 buf = os_malloc(bufsize);
3444 res = os_snprintf(buf, bufsize, "%d", val);
3445 if (os_snprintf_error(bufsize, res)) {