Home | History | Annotate | Download | only in ap

Lines Matching full:blen

260 	size_t blen = attr_len * 2 + 1;
261 char *buf = os_malloc(blen);
263 wpa_snprintf_hex(buf, blen, attr, attr_len);