summaryrefslogtreecommitdiffstats
path: root/contrib/wpa/src/utils/wpa_debug.h
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/wpa/src/utils/wpa_debug.h')
-rw-r--r--contrib/wpa/src/utils/wpa_debug.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/contrib/wpa/src/utils/wpa_debug.h b/contrib/wpa/src/utils/wpa_debug.h
index 17d8f96..1fe0b7d 100644
--- a/contrib/wpa/src/utils/wpa_debug.h
+++ b/contrib/wpa/src/utils/wpa_debug.h
@@ -14,6 +14,9 @@
extern int wpa_debug_level;
extern int wpa_debug_show_keys;
extern int wpa_debug_timestamp;
+#ifdef CONFIG_DEBUG_SYSLOG
+extern int wpa_debug_syslog;
+#endif /* CONFIG_DEBUG_SYSLOG */
/* Debugging function - conditional printf and hex dump. Driver wrappers can
* use these for debugging purposes. */
OpenPOWER on IntegriCloud