Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/wpa/wpa_supplicant/
H A Devents.c662 if (debug_print) in wpa_supplicant_ssid_bss_match()
670 if (debug_print) in wpa_supplicant_ssid_bss_match()
726 if (debug_print) in wpa_supplicant_ssid_bss_match()
734 if (debug_print) in wpa_supplicant_ssid_bss_match()
756 if (debug_print) in wpa_supplicant_ssid_bss_match()
765 if (debug_print) in wpa_supplicant_ssid_bss_match()
773 if (debug_print) in wpa_supplicant_ssid_bss_match()
779 if (debug_print) in wpa_supplicant_ssid_bss_match()
784 if (debug_print) in wpa_supplicant_ssid_bss_match()
1169 if (debug_print) in wpa_scan_res_ok()
[all …]
H A Dwpa_supplicant_i.h1840 int only_first_ssid, int debug_print);
H A Dp2p_supplicant.c4799 p2p.debug_print = wpas_p2p_debug_print; in wpas_p2p_init()
/freebsd-13.1/contrib/libcbor/src/cbor/
H A Dcommon.h53 #define debug_print(fmt, ...) \ macro
60 #define debug_print(fmt, ...) \ macro
/freebsd-13.1/contrib/wpa/src/p2p/
H A Dp2p.c5222 if (!p2p->cfg->debug_print) in p2p_dbg()
5229 p2p->cfg->debug_print(p2p->cfg->cb_ctx, MSG_DEBUG, buf); in p2p_dbg()
5238 if (!p2p->cfg->debug_print) in p2p_info()
5245 p2p->cfg->debug_print(p2p->cfg->cb_ctx, MSG_INFO, buf); in p2p_info()
5254 if (!p2p->cfg->debug_print) in p2p_err()
5261 p2p->cfg->debug_print(p2p->cfg->cb_ctx, MSG_ERROR, buf); in p2p_err()
H A Dp2p.h601 void (*debug_print)(void *ctx, int level, const char *msg); member