blob: d2282bb2e4f17d910635720f05389dbcdcb92640 [file] [log] [blame]
Jeff Garzikb4538722005-05-12 22:48:20 -04001config IEEE80211
Johannes Berg4acf0742008-10-14 19:49:22 +02002 tristate
3 select WIRELESS_EXT
4 select CRYPTO
5 select CRYPTO_ARC4
6 select CRYPTO_ECB
7 select CRYPTO_AES
8 select CRYPTO_MICHAEL_MIC
9 select CRYPTO_ECB
10 select CRC32
11 select IEEE80211_CRYPT_WEP
12 select IEEE80211_CRYPT_TKIP
13 select IEEE80211_CRYPT_CCMP
John W. Linville7e272fc2008-09-24 18:13:14 -040014 select LIB80211
Jeff Garzikb4538722005-05-12 22:48:20 -040015 ---help---
Jeff Garzik2ff55fe2005-07-31 13:05:43 -040016 This option enables the hardware independent IEEE 802.11
John W. Linvilleedae58e2007-11-21 15:24:35 -050017 networking stack. This component is deprecated in favor of the
18 mac80211 component.
Jeff Garzikb4538722005-05-12 22:48:20 -040019
20config IEEE80211_DEBUG
Johannes Berg4acf0742008-10-14 19:49:22 +020021 bool "Full debugging output for the old IEEE80211 stack"
Jeff Garzikb4538722005-05-12 22:48:20 -040022 depends on IEEE80211
23 ---help---
Jeff Garzik2ff55fe2005-07-31 13:05:43 -040024 This option will enable debug tracing output for the
25 ieee80211 network stack.
Jeff Garzikb4538722005-05-12 22:48:20 -040026
Jeff Garzik2ff55fe2005-07-31 13:05:43 -040027 This will result in the kernel module being ~70k larger. You
28 can control which debug output is sent to the kernel log by
29 setting the value in
Jeff Garzikb4538722005-05-12 22:48:20 -040030
31 /proc/net/ieee80211/debug_level
32
33 For example:
34
35 % echo 0x00000FFO > /proc/net/ieee80211/debug_level
36
Jeff Garzik2ff55fe2005-07-31 13:05:43 -040037 For a list of values you can assign to debug_level, you
Jeff Garzikb4538722005-05-12 22:48:20 -040038 can look at the bit mask values in <net/ieee80211.h>
39
Jeff Garzik2ff55fe2005-07-31 13:05:43 -040040 If you are not trying to debug or develop the ieee80211
Jeff Garzikb4538722005-05-12 22:48:20 -040041 subsystem, you most likely want to say N here.
42
43config IEEE80211_CRYPT_WEP
Johannes Berg4acf0742008-10-14 19:49:22 +020044 tristate
Jeff Garzikb4538722005-05-12 22:48:20 -040045
46config IEEE80211_CRYPT_CCMP
Johannes Berg4acf0742008-10-14 19:49:22 +020047 tristate
Jeff Garzikb4538722005-05-12 22:48:20 -040048
49config IEEE80211_CRYPT_TKIP
Johannes Berg4acf0742008-10-14 19:49:22 +020050 tristate