Searched refs:debug_print (Results 1 – 6 of 6) sorted by relevance
| /freebsd-src/contrib/wpa/wpa_supplicant/ |
| H A D | events.c | 650 struct wpa_bss *bss, int debug_print) in wpa_supplicant_ssid_bss_match() 675 if (debug_print) in wpa_supplicant_ssid_bss_match() 685 if (debug_print) in wpa_supplicant_ssid_bss_match() 709 if (debug_print) in wpa_supplicant_ssid_bss_match() 718 if (debug_print) in wpa_supplicant_ssid_bss_match() 725 if (debug_print) in wpa_supplicant_ssid_bss_match() 732 if (debug_print) in wpa_supplicant_ssid_bss_match() 740 if (debug_print) in wpa_supplicant_ssid_bss_match() 749 if (debug_print) in wpa_supplicant_ssid_bss_match() 762 if (debug_print) in wpa_supplicant_ssid_bss_match() 560 wpa_supplicant_ssid_bss_match(struct wpa_supplicant * wpa_s,struct wpa_ssid * ssid,struct wpa_bss * bss,int debug_print) wpa_supplicant_ssid_bss_match() argument 807 rate_match(struct wpa_supplicant * wpa_s,struct wpa_ssid * ssid,struct wpa_bss * bss,int debug_print) rate_match() argument 1137 wpa_scan_res_ok(struct wpa_supplicant * wpa_s,struct wpa_ssid * ssid,const u8 * match_ssid,size_t match_ssid_len,struct wpa_bss * bss,int bssid_ignore_count,bool debug_print) wpa_scan_res_ok() argument 1475 wpa_scan_res_match(struct wpa_supplicant * wpa_s,int i,struct wpa_bss * bss,struct wpa_ssid * group,int only_first_ssid,int debug_print) wpa_scan_res_match() argument [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-src/contrib/libcbor/src/cbor/ |
| H A D | common.h | 70 #define debug_print(fmt, ...) \ macro
|
| /freebsd-src/contrib/wpa/src/p2p/ |
| H A D | p2p.c | 5258 if (!p2p->cfg->debug_print) in p2p_err() 5265 p2p->cfg->debug_print(p2p->cfg->cb_ctx, MSG_DEBUG, buf); in p2p_loop_on_known_peers() 5274 if (!p2p->cfg->debug_print) in p2p_loop_on_known_peers() 5281 p2p->cfg->debug_print(p2p->cfg->cb_ctx, MSG_INFO, buf); in p2p_build_nfc_handover() 5290 if (!p2p->cfg->debug_print) in p2p_build_nfc_handover() 5297 p2p->cfg->debug_print(p2p->cfg->cb_ctx, MSG_ERROR, buf); in p2p_build_nfc_handover()
|
| H A D | p2p.h | 598 * debug_print - Debug print 603 void (*debug_print)(void *ctx, int level, const char *msg); 601 void (*debug_print)(void *ctx, int level, const char *msg); global() member
|