Home
last modified time | relevance | path

Searched refs:debug_print (Results 1 – 12 of 12) sorted by relevance

/external/wpa_supplicant_8/hs20/server/
Dhs20_spp_server.c32 void debug_print(struct hs20_svc *ctx, int print, const char *fmt, ...) in debug_print() function
72 debug_print(ctx, 1, "Connection from %s", ctx->addr); in process()
79 debug_print(ctx, 1, "HS20REALM not set"); in process()
84 debug_print(ctx, 1, "HS20POST not set"); in process()
90 debug_print(ctx, 1, "Could not parse SOAP data"); in process()
96 debug_print(ctx, 1, "Could not get SPP message"); in process()
105 debug_print(ctx, 1, "Request HTTP authentication"); in process()
109 debug_print(ctx, 1, "No response"); in process()
115 debug_print(ctx, 1, "SOAP envelope building failed"); in process()
121 debug_print(ctx, 1, "Could not get node string"); in process()
[all …]
Dspp_server.c75 debug_print(ctx, 1, "DB: %s", sql); in db_add_session()
77 debug_print(ctx, 1, "Failed to add session entry into sqlite " in db_add_session()
97 debug_print(ctx, 1, "DB: %s", sql); in db_update_session_password()
99 debug_print(ctx, 1, "Failed to update session password: %s", in db_update_session_password()
118 debug_print(ctx, 1, "DB: %s", sql); in db_update_session_machine_managed()
120 debug_print(ctx, 1, in db_update_session_machine_managed()
144 debug_print(ctx, 1, "DB: %s", sql); in db_add_session_pps()
146 debug_print(ctx, 1, "Failed to add session pps: %s", in db_add_session_pps()
167 debug_print(ctx, 1, "DB: %s", sql); in db_add_session_devinfo()
169 debug_print(ctx, 1, "Failed to add session devinfo: %s", in db_add_session_devinfo()
[all …]
Dspp_server.h22 void debug_print(struct hs20_svc *ctx, int print, const char *fmt, ...)
/external/wpa_supplicant_8/wpa_supplicant/
Devents.c506 struct wpa_bss *bss, int debug_print) in wpa_supplicant_ssid_bss_match() argument
529 if (debug_print) in wpa_supplicant_ssid_bss_match()
538 if (debug_print) in wpa_supplicant_ssid_bss_match()
545 if (debug_print) in wpa_supplicant_ssid_bss_match()
552 if (debug_print) in wpa_supplicant_ssid_bss_match()
559 if (debug_print) in wpa_supplicant_ssid_bss_match()
566 if (debug_print) in wpa_supplicant_ssid_bss_match()
576 if (debug_print) in wpa_supplicant_ssid_bss_match()
585 if (debug_print) in wpa_supplicant_ssid_bss_match()
595 if (debug_print) in wpa_supplicant_ssid_bss_match()
[all …]
Dwpa_supplicant_i.h1408 int only_first_ssid, int debug_print);
Dp2p_supplicant.c4321 p2p.debug_print = wpas_p2p_debug_print; in wpas_p2p_init()
/external/autotest/client/site_tests/firmware_TouchMTB/
Dfirmware_log.py65 global debug_print
67 debug_print = debug.print_msg
523 debug_print(' key: %s' % str(key))
611 debug_print(' fw(%s) round(%s)' % (fw, round_name))
/external/valgrind/VEX/priv/
Dguest_generic_bb_to_IR.c208 Bool resteerOK, debug_print; in bb_to_IR() local
222 debug_print = toBool(vex_traceflags & VEX_TRACE_FE); in bb_to_IR()
353 if (debug_print && n_instrs > 0) in bb_to_IR()
755 if (debug_print) { in bb_to_IR()
/external/libdrm/
Dxf86drm.h110 int (*debug_print)(const char *format, va_list ap) DRM_PRINTFLIKE(1,0); member
Dxf86drm.c134 (drm_server_info && drm_server_info->debug_print)) in drmMsg()
138 drm_server_info->debug_print(format,ap); in drmMsg()
/external/wpa_supplicant_8/src/p2p/
Dp2p.c5198 if (!p2p->cfg->debug_print) in p2p_dbg()
5205 p2p->cfg->debug_print(p2p->cfg->cb_ctx, MSG_DEBUG, buf); in p2p_dbg()
5214 if (!p2p->cfg->debug_print) in p2p_info()
5221 p2p->cfg->debug_print(p2p->cfg->cb_ctx, MSG_INFO, buf); in p2p_info()
5230 if (!p2p->cfg->debug_print) in p2p_err()
5237 p2p->cfg->debug_print(p2p->cfg->cb_ctx, MSG_ERROR, buf); in p2p_err()
Dp2p.h589 void (*debug_print)(void *ctx, int level, const char *msg); member