Lines Matching refs:debug_print
33 void debug_print(struct hs20_svc *ctx, int print, const char *fmt, ...) in debug_print() function
73 debug_print(ctx, 1, "Connection from %s", ctx->addr); in process()
76 debug_print(ctx, 1, "Requested test functionality: %s", in process()
84 debug_print(ctx, 1, "HS20REALM not set"); in process()
89 debug_print(ctx, 1, "HS20POST not set"); in process()
95 debug_print(ctx, 1, "IMSI %s", ctx->imsi); in process()
99 debug_print(ctx, 1, "EAP method %s", ctx->eap_method); in process()
103 debug_print(ctx, 1, "ID-HASH %s", ctx->id_hash); in process()
107 debug_print(ctx, 1, "Could not parse SOAP data"); in process()
113 debug_print(ctx, 1, "Could not get SPP message"); in process()
122 debug_print(ctx, 1, "Request HTTP authentication"); in process()
126 debug_print(ctx, 1, "No response"); in process()
132 debug_print(ctx, 1, "SOAP envelope building failed"); in process()
138 debug_print(ctx, 1, "Could not get node string"); in process()
199 debug_print(&ctx, 1, "process() --> %d", ret); in main()