Home
last modified time | relevance | path

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

/freebsd-13.1/sys/compat/linuxkpi/common/src/
H A Dlinux_80211.c78 int linuxkpi_debug_80211; variable
637 if (linuxkpi_debug_80211 & D80211_TRACE) in lkpi_ic_update_mcast_copy()
687 if (linuxkpi_debug_80211 & D80211_TRACE) in lkpi_update_mcast_filter()
712 if (linuxkpi_debug_80211 & D80211_TRACE) in lkpi_update_dtim_tsf()
743 if (linuxkpi_debug_80211 & D80211_TRACE) in lkpi_update_dtim_tsf()
1988 if (linuxkpi_debug_80211 & D80211_TRACE) in lkpi_iv_newstate()
2015 if (linuxkpi_debug_80211 & D80211_TRACE) in lkpi_iv_newstate()
2038 if (linuxkpi_debug_80211 & D80211_TRACE) in lkpi_iv_newstate()
2057 if (linuxkpi_debug_80211 & D80211_TRACE) in lkpi_iv_newstate()
2084 if (linuxkpi_debug_80211 & D80211_TRACE) in lkpi_iv_update_bss()
[all …]
/freebsd-13.1/sys/compat/linuxkpi/common/include/net/
H A Dcfg80211.h47 extern int linuxkpi_debug_80211;
54 #define TODO() if (linuxkpi_debug_80211 & D80211_TODO) \
56 #define IMPROVE(...) if (linuxkpi_debug_80211 & D80211_IMPROVE) \