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