From dc0b369ea1bb98a9835cfac7ff3899797e65227e Mon Sep 17 00:00:00 2001 From: nbd Date: Wed, 28 Dec 2005 13:22:51 +0000 Subject: add devicescape 802.11 stack git-svn-id: svn://svn.openwrt.org/openwrt/trunk@2791 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- .../linux/package/ieee80211-dscape/src/Kconfig | 32 ++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 openwrt/target/linux/package/ieee80211-dscape/src/Kconfig (limited to 'openwrt/target/linux/package/ieee80211-dscape/src/Kconfig') diff --git a/openwrt/target/linux/package/ieee80211-dscape/src/Kconfig b/openwrt/target/linux/package/ieee80211-dscape/src/Kconfig new file mode 100644 index 000000000..052a4190e --- /dev/null +++ b/openwrt/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 + -- cgit v1.2.3