Searched refs:debug_print (Results 1 – 6 of 6) sorted by relevance
| /freebsd-14.2/contrib/wpa/wpa_supplicant/ |
| H A D | events.c | 675 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 D | wpa_supplicant_i.h | 1956 int only_first_ssid, int debug_print);
|
| H A D | p2p_supplicant.c | 4912 p2p.debug_print = wpas_p2p_debug_print; in wpas_p2p_init()
|
| /freebsd-14.2/contrib/libcbor/src/cbor/ |
| H A D | common.h | 70 #define debug_print(fmt, ...) \ macro
|
| /freebsd-14.2/contrib/wpa/src/p2p/ |
| H A D | p2p.c | 5258 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 D | p2p.h | 603 void (*debug_print)(void *ctx, int level, const char *msg); member
|