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.h87 if (linuxkpi_debug_80211 & D80211_SCAN) \
91 if (linuxkpi_debug_80211 & D80211_SCAN_BEACON) \
95 if (linuxkpi_debug_80211 & D80211_TRACE_RATES) \
106 if (linuxkpi_debug_80211 & D80211_IMPROVE_TXQ) \
110 if (linuxkpi_debug_80211 & D80211_TRACE_MODE_HT) \
H A Dlinux_80211.c128 int linuxkpi_debug_80211; variable
132 &linuxkpi_debug_80211, 0, "LinuxKPI 802.11 debug level");
134 #define UNIMPLEMENTED if (linuxkpi_debug_80211 & D80211_TODO) \
136 #define TRACEOK(_fmt, ...) if (linuxkpi_debug_80211 & D80211_TRACEOK) \
1002 if ((linuxkpi_debug_80211 & D80211_TRACE_STA) == 0) in lkpi_lsta_dump()
1579 if (linuxkpi_debug_80211 & D80211_TRACE_HW_CRYPTO) in lkpi_sta_del_keys()
1598 if (linuxkpi_debug_80211 & D80211_TRACE_HW_CRYPTO) in lkpi_sta_del_keys()
1622 if (linuxkpi_debug_80211 & D80211_TRACE_HW_CRYPTO) in lkpi_sta_del_keys()
1685 if (linuxkpi_debug_80211 & D80211_TRACE_HW_CRYPTO) in lkpi_iv_key_delete()
1709 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.h43 extern int linuxkpi_debug_80211;
50 #define TODO(fmt, ...) if (linuxkpi_debug_80211 & D80211_TODO) \
52 #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) \