Home
last modified time | relevance | path

Searched refs:debug_log (Results 1 – 2 of 2) sorted by relevance

/hostap-latest/hs20/server/
Dhs20_spp_server.c37 if (ctx->debug_log == NULL) in debug_print()
40 write_timestamp(ctx->debug_log); in debug_print()
42 vfprintf(ctx->debug_log, fmt, ap); in debug_print()
45 fprintf(ctx->debug_log, "\n"); in debug_print()
53 if (ctx->debug_log == NULL) in debug_dump_node()
59 write_timestamp(ctx->debug_log); in debug_dump_node()
60 fprintf(ctx->debug_log, "%s: '%s'\n", title, str); in debug_dump_node()
167 if (ctx.debug_log) in main()
169 ctx.debug_log = fopen(optarg, "a"); in main()
170 if (ctx.debug_log == NULL) { in main()
[all …]
Dspp_server.h16 FILE *debug_log; member