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