Home | History | Annotate | Download | only in wpa_supplicant

Lines Matching full:clen

1251 	size_t len, clen, res_buf_len;
1410 clen = iwe->len;
1411 if (custom + clen > end)
1414 while (((ssize_t) clen) >=
1421 clen -= sizeof(struct iw_param);
1464 clen = iwe->u.data.length;
1465 if (custom + clen > end)
1467 if (clen > 7 &&
1473 bytes = custom + clen - spos;
1485 } else if (clen > 7 &&
1491 bytes = custom + clen - spos;
2261 int clen, rlen;
2265 clen = hdr->num_channels * sizeof(struct wpa_channel_data);
2283 pos += clen + rlen;
2295 feature->channels = os_malloc(clen);
2298 pos + clen + rlen > end) {
2304 os_memcpy(feature->channels, pos, clen);
2305 pos += clen;