diff options
| author | Felix Fietkau <nbd@openwrt.org> | 2005-12-28 13:22:51 +0000 |
|---|---|---|
| committer | Felix Fietkau <nbd@openwrt.org> | 2005-12-28 13:22:51 +0000 |
| commit | a50279c334808ccb3bd182bf7139ddeb90c813c3 (patch) | |
| tree | 1ec5c42825b0affec4a6d339f33ccb31bff72bb6 /openwrt/target/linux/package/ieee80211-dscape/src/Kconfig | |
| parent | 354f26489484e71a07d6e8ec1b93748e74ae30d5 (diff) | |
| download | mtk-20170518-a50279c334808ccb3bd182bf7139ddeb90c813c3.zip mtk-20170518-a50279c334808ccb3bd182bf7139ddeb90c813c3.tar.gz mtk-20170518-a50279c334808ccb3bd182bf7139ddeb90c813c3.tar.bz2 | |
add devicescape 802.11 stack
SVN-Revision: 2791
Diffstat (limited to 'openwrt/target/linux/package/ieee80211-dscape/src/Kconfig')
| -rw-r--r-- | openwrt/target/linux/package/ieee80211-dscape/src/Kconfig | 32 |
1 files changed, 32 insertions, 0 deletions
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 0000000..052a419 --- /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 + |
