2005-05-12 22:48:20 -04:00
config IEEE80211
2008-10-14 19:49:22 +02:00
tristate
select WIRELESS_EXT
select CRYPTO
select CRYPTO_ARC4
select CRYPTO_ECB
select CRYPTO_AES
select CRYPTO_MICHAEL_MIC
select CRYPTO_ECB
select CRC32
select IEEE80211_CRYPT_WEP
select IEEE80211_CRYPT_TKIP
select IEEE80211_CRYPT_CCMP
2008-09-24 18:13:14 -04:00
select LIB80211
2005-05-12 22:48:20 -04:00
---help---
2005-07-31 13:05:43 -04:00
This option enables the hardware independent IEEE 802.11
2007-11-21 15:24:35 -05:00
networking stack. This component is deprecated in favor of the
mac80211 component.
2005-05-12 22:48:20 -04:00
config IEEE80211_DEBUG
2008-10-14 19:49:22 +02:00
bool "Full debugging output for the old IEEE80211 stack"
2005-05-12 22:48:20 -04:00
depends on IEEE80211
---help---
2005-07-31 13:05:43 -04:00
This option will enable debug tracing output for the
ieee80211 network stack.
2005-05-12 22:48:20 -04:00
2005-07-31 13:05:43 -04:00
This will result in the kernel module being ~70k larger. You
can control which debug output is sent to the kernel log by
setting the value in
2005-05-12 22:48:20 -04:00
/proc/net/ieee80211/debug_level
For example:
% echo 0x00000FFO > /proc/net/ieee80211/debug_level
2005-07-31 13:05:43 -04:00
For a list of values you can assign to debug_level, you
2005-05-12 22:48:20 -04:00
can look at the bit mask values in <net/ieee80211.h>
2005-07-31 13:05:43 -04:00
If you are not trying to debug or develop the ieee80211
2005-05-12 22:48:20 -04:00
subsystem, you most likely want to say N here.
config IEEE80211_CRYPT_WEP
2008-10-14 19:49:22 +02:00
tristate
2005-05-12 22:48:20 -04:00
config IEEE80211_CRYPT_CCMP
2008-10-14 19:49:22 +02:00
tristate
2005-05-12 22:48:20 -04:00
config IEEE80211_CRYPT_TKIP
2008-10-14 19:49:22 +02:00
tristate