/hostap-3.6.0/src/utils/ |
D | config.c | 27 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()
|
D | os_win32.c | 219 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()
|
D | os_unix.c | 464 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()
|
D | config.h | 26 char * wpa_config_get_line(char *s, int size, FILE *stream, int *line,
|
D | os_none.c | 105 int os_fdatasync(FILE *stream) in os_fdatasync() argument
|
D | os_zephyr.c | 187 int os_fdatasync(FILE *stream) in os_fdatasync() argument
|
D | os.h | 258 int os_fdatasync(FILE *stream);
|
D | os_internal.c | 252 int os_fdatasync(FILE *stream) in os_fdatasync() argument
|
/hostap-3.6.0/tests/ |
D | test-rc4.c | 205 const u8 *stream, int offset) in run_test() argument 210 os_memcmp(res, stream, 32) != 0) { in run_test()
|
/hostap-3.6.0/hostapd/ |
D | hostapd_cli.c | 45 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()
|
D | README | 250 (beginning of the pseudorandom stream should be skipped), IV space is
|
/hostap-3.6.0/tests/hwsim/vm/ |
D | parallel-vm.py | 176 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/ |
D | wlantest_cli.c | 18 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/ |
D | wpa_background.sgml | 43 stream should be skipped), IV space is too small and IV reuse
|
/hostap-3.6.0/tests/hwsim/ |
D | run-tests.py | 484 log_handler.stream.close() 665 log_handler.stream.close()
|
D | test_sigma_dut.py | 125 for stream in [sigma.stdout, sigma.stderr]: 126 fd = stream.fileno()
|
/hostap-3.6.0/wpa_supplicant/ |
D | README | 212 (beginning of the pseudorandom stream should be skipped), IV space is
|