0f07d41f11e0df25c07762bb0802aa37d69a0fd6
[openwrt/staging/florian.git] / package / d80211 / src / Kconfig
1 config D80211
2 tristate "Generic IEEE 802.11 Networking Stack (dscape)"
3 select CRYPTO
4 select CRYPTO_ARC4
5 select CRYPTO_AES
6 ---help---
7 This option enables the hardware independent IEEE 802.11
8 networking stack.
9
10 config D80211_LEDS
11 bool "Enable LED triggers"
12 depends on D80211
13 select NEW_LEDS
14 select LEDS_TRIGGERS
15 ---help---
16 This option enables a few LED triggers for different
17 packet receive/transmit events.
18
19 config D80211_DEBUG
20 bool "Enable debugging output"
21 depends on D80211
22 ---help---
23 This option will enable debug tracing output for the
24 ieee80211 network stack.
25
26 If you are not trying to debug or develop the ieee80211
27 subsystem, you most likely want to say N here.
28
29 config D80211_VERBOSE_DEBUG
30 bool "Verbose debugging output"
31 depends on D80211_DEBUG
32
33 config D80211_LOWTX_FRAME_DUMP
34 bool "Debug frame dumping"
35 depends on D80211_DEBUG
36 ---help---
37 Selecting this option will cause the stack to
38 print a message for each frame that is handed
39 to the lowlevel driver for transmission. This
40 message includes all MAC addresses and the
41 frame control field.
42
43 If unsure, say N and insert the debugging code
44 you require into the driver you are debugging.
45
46 config TKIP_DEBUG
47 bool "TKIP debugging"
48 depends on D80211_DEBUG
49
50 config D80211_DEBUG_COUNTERS
51 bool "Extra statistics for TX/RX debugging"
52 depends on D80211_DEBUG
53
54 config HOSTAPD_WPA_TESTING
55 bool "Support for TKIP countermeasures testing"
56 depends on D80211_DEBUG
57
58 config D80211_IBSS_DEBUG
59 bool "Support for IBSS testing"
60 depends on D80211_DEBUG
61 ---help---
62 Say Y here if you intend to debug the IBSS code.
63
64 config D80211_VERBOSE_PS_DEBUG
65 bool "Verbose powersave mode debugging"
66 depends on D80211_DEBUG
67 ---help---
68 Say Y here to print out verbose powersave
69 mode debug messages.