Home
last modified time | relevance | path

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

/hostap-latest/hs20/server/
Dhs20_spp_server.c33 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()
[all …]
Dspp_server.c89 debug_print(ctx, 1, "DB: %s", sql); in db_add_session()
91 debug_print(ctx, 1, "Failed to add session entry into sqlite " in db_add_session()
111 debug_print(ctx, 1, "DB: %s", sql); in db_update_session_password()
113 debug_print(ctx, 1, "Failed to update session password: %s", in db_update_session_password()
132 debug_print(ctx, 1, "DB: %s", sql); in db_update_session_machine_managed()
134 debug_print(ctx, 1, in db_update_session_machine_managed()
158 debug_print(ctx, 1, "DB: %s", sql); in db_add_session_pps()
160 debug_print(ctx, 1, "Failed to add session pps: %s", in db_add_session_pps()
181 debug_print(ctx, 1, "DB: %s", sql); in db_add_session_devinfo()
183 debug_print(ctx, 1, "Failed to add session devinfo: %s", in db_add_session_devinfo()
[all …]
Dspp_server.h26 void debug_print(struct hs20_svc *ctx, int print, const char *fmt, ...)
/hostap-latest/wpa_supplicant/
Devents.c654 struct wpa_bss *bss, int debug_print) in wpa_supplicant_ssid_bss_match() argument
679 if (debug_print) in wpa_supplicant_ssid_bss_match()
689 if (debug_print) in wpa_supplicant_ssid_bss_match()
713 if (debug_print) in wpa_supplicant_ssid_bss_match()
722 if (debug_print) in wpa_supplicant_ssid_bss_match()
729 if (debug_print) in wpa_supplicant_ssid_bss_match()
736 if (debug_print) in wpa_supplicant_ssid_bss_match()
744 if (debug_print) in wpa_supplicant_ssid_bss_match()
753 if (debug_print) in wpa_supplicant_ssid_bss_match()
766 if (debug_print) in wpa_supplicant_ssid_bss_match()
[all …]
Dwpa_supplicant_i.h1971 int only_first_ssid, int debug_print);
Dp2p_supplicant.c4912 p2p.debug_print = wpas_p2p_debug_print; in wpas_p2p_init()
/hostap-latest/tests/fuzzing/p2p/
Dp2p.c18 static void debug_print(void *ctx, int level, const char *msg) in debug_print() function
86 p2p.debug_print = debug_print; in init_p2p()
/hostap-latest/src/p2p/
Dp2p.c5258 if (!p2p->cfg->debug_print) in p2p_dbg()
5265 p2p->cfg->debug_print(p2p->cfg->cb_ctx, MSG_DEBUG, buf); in p2p_dbg()
5274 if (!p2p->cfg->debug_print) in p2p_info()
5281 p2p->cfg->debug_print(p2p->cfg->cb_ctx, MSG_INFO, buf); in p2p_info()
5290 if (!p2p->cfg->debug_print) in p2p_err()
5297 p2p->cfg->debug_print(p2p->cfg->cb_ctx, MSG_ERROR, buf); in p2p_err()
Dp2p.h603 void (*debug_print)(void *ctx, int level, const char *msg); member