Home | History | Annotate | Download | only in drivers

Lines Matching defs:clen

1243 	size_t clen;
1245 clen = iwe->len;
1246 if (custom + clen > end)
1249 while (((ssize_t) clen) >= (ssize_t) sizeof(struct iw_param)) {
1254 clen -= sizeof(struct iw_param);
1295 size_t clen;
1298 clen = iwe->u.data.length;
1299 if (custom + clen > end)
1302 if (clen > 7 && os_strncmp(custom, "wpa_ie=", 7) == 0) {
1306 bytes = custom + clen - spos;
1317 } else if (clen > 7 && os_strncmp(custom, "rsn_ie=", 7) == 0) {
1321 bytes = custom + clen - spos;
1332 } else if (clen > 4 && os_strncmp(custom, "tsf=", 4) == 0) {
1337 bytes = custom + clen - spos;