Home | History | Annotate | Download | only in wpa_supplicant

Lines Matching defs:res_buf_len

1251 	size_t len, clen, res_buf_len;
1261 res_buf_len = IW_SCAN_MAX_DATA;
1263 res_buf = os_malloc(res_buf_len);
1269 iwr.u.data.length = res_buf_len;
1274 if (errno == E2BIG && res_buf_len < 100000) {
1277 res_buf_len *= 2;
1280 (unsigned long) res_buf_len);