Home | History | Annotate | Download | only in ap

Lines Matching full:blen

302 	size_t blen = attr_len * 2 + 1;
303 char *buf = os_malloc(blen);
305 wpa_snprintf_hex(buf, blen, attr, attr_len);