Home | History | Annotate | Download | only in ap

Lines Matching full:blen

278 	size_t blen = attr_len * 2 + 1;
279 char *buf = os_malloc(blen);
281 wpa_snprintf_hex(buf, blen, attr, attr_len);