Home | History | Annotate | Download | only in wpa_supplicant

Lines Matching full:reslen

155 	int reslen, alen, i;
158 reslen = int_array_len(*res);
161 n = os_realloc_array(*res, reslen + alen + 1, sizeof(int));
168 n[reslen + i] = a[i];