Home
last modified time | relevance | path

Searched refs:linuxkpi_debug_80211 (Results 1 – 5 of 5) sorted by relevance

/freebsd/sys/compat/linuxkpi/common/src/
H A Dlinux_80211.h82 if (linuxkpi_debug_80211 & D80211_SCAN) \
86 if (linuxkpi_debug_80211 & D80211_SCAN_BEACON) \
95 if (linuxkpi_debug_80211 & D80211_IMPROVE_TXQ) \
99 if (linuxkpi_debug_80211 & D80211_TRACE_MODE_HT) \
H A Dlinux_80211.c123 int linuxkpi_debug_80211; variable
127 &linuxkpi_debug_80211, 0, "LinuxKPI 802.11 debug level");
129 #define UNIMPLEMENTED if (linuxkpi_debug_80211 & D80211_TODO) \
131 #define TRACEOK(_fmt, ...) if (linuxkpi_debug_80211 & D80211_TRACEOK) \
802 if ((linuxkpi_debug_80211 & D80211_TRACE_STA) == 0) in lkpi_lsta_dump()
1388 if (linuxkpi_debug_80211 & D80211_TRACE_HW_CRYPTO) in lkpi_sta_del_keys()
1412 if (linuxkpi_debug_80211 & D80211_TRACE_HW_CRYPTO) in lkpi_sta_del_keys()
1466 if (linuxkpi_debug_80211 & D80211_TRACE_HW_CRYPTO) in lkpi_iv_key_delete()
1496 if (linuxkpi_debug_80211 & D80211_TRACE_HW_CRYPTO) in lkpi_iv_key_delete()
1508 if (linuxkpi_debug_80211 & D80211_TRACE_HW_CRYPTO) in lkpi_iv_key_delete()
[all …]
H A Dlinux_80211_macops.c42 if (linuxkpi_debug_80211 & D80211_TRACE_MO) \
/freebsd/sys/compat/linuxkpi/common/include/linux/
H A Dieee80211.h42 extern int linuxkpi_debug_80211;
49 #define TODO(fmt, ...) if (linuxkpi_debug_80211 & D80211_TODO) \
51 #define IMPROVE(fmt, ...) if (linuxkpi_debug_80211 & D80211_IMPROVE) \
/freebsd/sys/compat/linuxkpi/common/include/net/
H A Dcfg80211.h51 extern int linuxkpi_debug_80211;
59 #define TODO(fmt, ...) if (linuxkpi_debug_80211 & D80211_TODO) \
63 #define IMPROVE(fmt, ...) if (linuxkpi_debug_80211 & D80211_IMPROVE) \