Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/wpa/wpa_supplicant/
H A Devents.c675 if (debug_print) in wpa_supplicant_ssid_bss_match()
785 if (debug_print) in wpa_supplicant_ssid_bss_match()
792 if (debug_print) in wpa_supplicant_ssid_bss_match()
819 if (debug_print) in wpa_supplicant_ssid_bss_match()
874 if (debug_print) in wpa_supplicant_ssid_bss_match()
882 if (debug_print) in wpa_supplicant_ssid_bss_match()
904 if (debug_print) in wpa_supplicant_ssid_bss_match()
913 if (debug_print) in wpa_supplicant_ssid_bss_match()
921 if (debug_print) in wpa_supplicant_ssid_bss_match()
927 if (debug_print) in wpa_supplicant_ssid_bss_match()
[all …]
H A Dwpa_supplicant_i.h1956 int only_first_ssid, int debug_print);
H A Dp2p_supplicant.c4912 p2p.debug_print = wpas_p2p_debug_print; in wpas_p2p_init()
/freebsd-14.2/contrib/libcbor/src/cbor/
H A Dcommon.h70 #define debug_print(fmt, ...) \ macro
/freebsd-14.2/contrib/wpa/src/p2p/
H A 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()
H A Dp2p.h603 void (*debug_print)(void *ctx, int level, const char *msg); member