aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/package/ieee80211-dscape/src/Kconfig
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2005-12-28 13:22:51 +0000
committerFelix Fietkau <nbd@openwrt.org>2005-12-28 13:22:51 +0000
commit2bc82b40b70379a363dd1b0badf343c57d24435f (patch)
tree36d014b21bea310490c29e75edbd2d6cf901a999 /target/linux/package/ieee80211-dscape/src/Kconfig
parentf885662c6c9b815832ec2a18242848c07022b8ad (diff)
downloadupstream-2bc82b40b70379a363dd1b0badf343c57d24435f.tar.gz
upstream-2bc82b40b70379a363dd1b0badf343c57d24435f.tar.bz2
upstream-2bc82b40b70379a363dd1b0badf343c57d24435f.zip
add devicescape 802.11 stack
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@2791 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/package/ieee80211-dscape/src/Kconfig')
-rw-r--r--target/linux/package/ieee80211-dscape/src/Kconfig32
1 files changed, 32 insertions, 0 deletions
diff --git a/target/linux/package/ieee80211-dscape/src/Kconfig b/target/linux/package/ieee80211-dscape/src/Kconfig
new file mode 100644
index 0000000000..052a4190e5
--- /dev/null
+++ b/target/linux/package/ieee80211-dscape/src/Kconfig
@@ -0,0 +1,32 @@
+config IEEE80211
+ tristate "Generic IEEE 802.11 Networking Stack"
+ ---help---
+ This option enables the hardware independent IEEE 802.11
+ networking stack.
+
+config IEEE80211_DEBUG
+ bool "Enable debugging output"
+ depends on IEEE80211
+ ---help---
+ This option will enable debug tracing output for the
+ ieee80211 network stack.
+
+ If you are not trying to debug or develop the ieee80211
+ subsystem, you most likely want to say N here.
+
+config IEEE80211_VERBOSE_DEBUG
+ bool "Verbose debugging output"
+ depends on IEEE80211_DEBUG
+
+config TKIP_DEBUG
+ bool "TKIP debugging"
+ depends on IEEE80211_DEBUG
+
+config IEEE80211_DEBUG_COUNTERS
+ bool "Extra statistics for TX/RX debugging"
+ depends on IEEE80211_DEBUG
+
+config HOSTAPD_WPA_TESTING
+ bool "Support for TKIP countermeasures testing"
+ depends on IEEE80211_DEBUG
+