Home
last modified time | relevance | path

Searched refs:stream (Results 1 – 17 of 17) sorted by relevance

/hostap-3.6.0/src/utils/
Dconfig.c27 static void skip_line_end(FILE *stream) in skip_line_end() argument
30 while (fgets(buf, sizeof(buf), stream)) { in skip_line_end()
38 char * wpa_config_get_line(char *s, int size, FILE *stream, int *line, in wpa_config_get_line() argument
43 while (fgets(s, size, stream)) { in wpa_config_get_line()
53 skip_line_end(stream); in wpa_config_get_line()
Dos_win32.c219 int os_fdatasync(FILE *stream) in os_fdatasync() argument
223 if (stream == NULL) in os_fdatasync()
226 h = (HANDLE) _get_osfhandle(_fileno(stream)); in os_fdatasync()
Dos_unix.c464 int os_fdatasync(FILE *stream) in os_fdatasync() argument
466 if (!fflush(stream)) { in os_fdatasync()
468 return fdatasync(fileno(stream)); in os_fdatasync()
472 return fcntl(fileno(stream), F_FULLFSYNC); in os_fdatasync()
474 return fsync(fileno(stream)); in os_fdatasync()
Dconfig.h26 char * wpa_config_get_line(char *s, int size, FILE *stream, int *line,
Dos_none.c105 int os_fdatasync(FILE *stream) in os_fdatasync() argument
Dos_zephyr.c187 int os_fdatasync(FILE *stream) in os_fdatasync() argument
Dos.h258 int os_fdatasync(FILE *stream);
Dos_internal.c252 int os_fdatasync(FILE *stream) in os_fdatasync() argument
/hostap-3.6.0/tests/
Dtest-rc4.c205 const u8 *stream, int offset) in run_test() argument
210 os_memcmp(res, stream, 32) != 0) { in run_test()
/hostap-3.6.0/hostapd/
Dhostapd_cli.c45 static void print_help(FILE *stream, const char *cmd);
1754 static void print_cmd_help(FILE *stream, const struct hostapd_cli_cmd *cmd, in print_cmd_help() argument
1762 fprintf(stream, "%s%s ", pad, cmd->cmd); in print_cmd_help()
1764 fprintf(stream, "%c", c); in print_cmd_help()
1766 fprintf(stream, "%s", pad); in print_cmd_help()
1768 fprintf(stream, "\n"); in print_cmd_help()
1772 static void print_help(FILE *stream, const char *cmd) in print_help() argument
1776 fprintf(stream, "commands:\n"); in print_help()
1779 print_cmd_help(stream, &hostapd_cli_commands[n], " "); in print_help()
DREADME250 (beginning of the pseudorandom stream should be skipped), IV space is
/hostap-3.6.0/tests/hwsim/vm/
Dparallel-vm.py176 for stream in [vm['proc'].stdout, vm['proc'].stderr]:
177 fd = stream.fileno()
180 sel.register(stream, selectors.EVENT_READ, vm)
242 for stream in [_vm['proc'].stdout, _vm['proc'].stderr]:
243 sel.unregister(stream)
/hostap-3.6.0/wlantest/
Dwlantest_cli.c18 static void print_help(FILE *stream, const char *cmd);
1643 static void print_cmd_help(FILE *stream, const struct wlantest_cli_cmd *cmd, in print_cmd_help() argument
1651 fprintf(stream, "%s%s ", pad, cmd->cmd); in print_cmd_help()
1653 fprintf(stream, "%c", c); in print_cmd_help()
1655 fprintf(stream, "%s", pad); in print_cmd_help()
1657 fprintf(stream, "\n"); in print_cmd_help()
1661 static void print_help(FILE *stream, const char *cmd) in print_help() argument
1665 fprintf(stream, "commands:\n"); in print_help()
1668 print_cmd_help(stream, &wlantest_cli_commands[n], " "); in print_help()
/hostap-3.6.0/wpa_supplicant/doc/docbook/
Dwpa_background.sgml43 stream should be skipped), IV space is too small and IV reuse
/hostap-3.6.0/tests/hwsim/
Drun-tests.py484 log_handler.stream.close()
665 log_handler.stream.close()
Dtest_sigma_dut.py125 for stream in [sigma.stdout, sigma.stderr]:
126 fd = stream.fileno()
/hostap-3.6.0/wpa_supplicant/
DREADME212 (beginning of the pseudorandom stream should be skipped), IV space is