052a4190e5807f6aaa6b45286a5943d43448696f
[openwrt/svn-archive/archive.git] / openwrt / target / linux / package / ieee80211-dscape / src / Kconfig
1 config IEEE80211
2 tristate "Generic IEEE 802.11 Networking Stack"
3 ---help---
4 This option enables the hardware independent IEEE 802.11
5 networking stack.
6
7 config IEEE80211_DEBUG
8 bool "Enable debugging output"
9 depends on IEEE80211
10 ---help---
11 This option will enable debug tracing output for the
12 ieee80211 network stack.
13
14 If you are not trying to debug or develop the ieee80211
15 subsystem, you most likely want to say N here.
16
17 config IEEE80211_VERBOSE_DEBUG
18 bool "Verbose debugging output"
19 depends on IEEE80211_DEBUG
20
21 config TKIP_DEBUG
22 bool "TKIP debugging"
23 depends on IEEE80211_DEBUG
24
25 config IEEE80211_DEBUG_COUNTERS
26 bool "Extra statistics for TX/RX debugging"
27 depends on IEEE80211_DEBUG
28
29 config HOSTAPD_WPA_TESTING
30 bool "Support for TKIP countermeasures testing"
31 depends on IEEE80211_DEBUG
32