Searched defs:debug_print (Results 1 - 7 of 7) sorted by relevance

/external/wpa_supplicant_8/hs20/server/
H A Dhs20_spp_server.c32 void debug_print(struct hs20_svc *ctx, int print, const char *fmt, ...) function
72 debug_print(ctx, 1, "Connection from %s", ctx->addr);
79 debug_print(ctx, 1, "HS20REALM not set");
84 debug_print(ctx, 1, "HS20POST not set");
90 debug_print(ctx, 1, "Could not parse SOAP data");
96 debug_print(ctx, 1, "Could not get SPP message");
105 debug_print(ctx, 1, "Request HTTP authentication");
109 debug_print(ctx, 1, "No response");
115 debug_print(ctx, 1, "SOAP envelope building failed");
121 debug_print(ct
[all...]
/external/srtp/test/
H A Dlfsr.c134 #define debug_print 0 macro
144 #if debug_print
153 #if debug_print
189 #if debug_print
198 #if debug_print
227 #if debug_print
236 #if debug_print
/external/srtp/crypto/include/
H A Derr.h158 #define debug_print(mod, format, arg) \ macro
166 #define debug_print(mod, format, arg) macro
/external/valgrind/VEX/priv/
H A Dguest_generic_bb_to_IR.c208 Bool resteerOK, debug_print; local
222 debug_print = toBool(vex_traceflags & VEX_TRACE_FE);
353 if (debug_print && n_instrs > 0)
755 if (debug_print) {
/external/wpa_supplicant_8/hostapd/src/p2p/
H A Dp2p.h584 * debug_print - Debug print
589 void (*debug_print)(void *ctx, int level, const char *msg); member in struct:p2p_config
/external/wpa_supplicant_8/src/p2p/
H A Dp2p.h584 * debug_print - Debug print
589 void (*debug_print)(void *ctx, int level, const char *msg); member in struct:p2p_config
/external/wpa_supplicant_8/wpa_supplicant/src/p2p/
H A Dp2p.h584 * debug_print - Debug print
589 void (*debug_print)(void *ctx, int level, const char *msg); member in struct:p2p_config

Completed in 4800 milliseconds