Lines Matching refs:debugging
3 This document describes how debugging is implemented in net80211.
7 net80211 has run-time configurable debugging available. It is configured
13 There is currently no global debugging API available; top-level net80211
18 debug field definitions and exported debugging API. The actual implementation
19 of the debugging routines is currently in (ieee80211_input.c) - see
22 The bitmap of available debugging sections is in (ieee80211_var.h), prefixed
27 Calls to the debugging APIs should not include a terminating '\n' character.
46 There are a number of different debugging calls that are designed to be
52 * Straight up debugging should be done through IEEE80211_DPRINTF() .
69 * It is required that the debugging be compiled in/out purely by defining or not
71 when debugging is disabled, so just double-check both configurations.
73 * It is important to ensure calls to the debugging (and any other logging API)
93 * Top-level net80211 debugging APIs and control would be nice (for things
95 * Drivers end up having to implement their own debugging API; it may be nice