Home
last modified time | relevance | path

Searched refs:bufsize (Results 1 – 4 of 4) sorted by relevance

/hostap-latest/tests/hwsim/
Dremotehost.py27 buf = subprocess.check_output(command, stderr=err, bufsize=0).decode()
185 bufsize=0)
/hostap-latest/src/crypto/
Dtls_openssl.c5276 size_t bufsize; in match_lines_in_file() local
5279 bufsize = max_str_len(lines) + sizeof("\r\n"); in match_lines_in_file()
5280 buf = os_malloc(bufsize); in match_lines_in_file()
5290 while (!found && fgets(buf, bufsize, f)) { in match_lines_in_file()
5307 bin_clear_free(buf, bufsize); in match_lines_in_file()
/hostap-latest/wpa_supplicant/
Dconfig.c4112 const unsigned int bufsize = 20; in alloc_int_str() local
4116 buf = os_malloc(bufsize); in alloc_int_str()
4119 res = os_snprintf(buf, bufsize, "%d", val); in alloc_int_str()
4120 if (os_snprintf_error(bufsize, res)) { in alloc_int_str()
/hostap-latest/src/drivers/
Dnl80211_copy.h5747 __u32 min_len, max_len, bufsize; member