Kconfig 1.2 KB
Newer Older
J
Jeff Garzik 已提交
1
config IEEE80211
J
Johannes Berg 已提交
2 3 4 5 6 7 8 9 10 11 12 13
	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
14
	select LIB80211
J
Jeff Garzik 已提交
15
	---help---
16
	This option enables the hardware independent IEEE 802.11
17 18
	networking stack.  This component is deprecated in favor of the
	mac80211 component.
J
Jeff Garzik 已提交
19 20

config IEEE80211_DEBUG
J
Johannes Berg 已提交
21
	bool "Full debugging output for the old IEEE80211 stack"
J
Jeff Garzik 已提交
22 23
	depends on IEEE80211
	---help---
24 25
	  This option will enable debug tracing output for the
	  ieee80211 network stack.
J
Jeff Garzik 已提交
26

27 28 29
	  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
J
Jeff Garzik 已提交
30 31 32 33 34 35 36

	  /proc/net/ieee80211/debug_level

	  For example:

	  % echo 0x00000FFO > /proc/net/ieee80211/debug_level

37
	  For a list of values you can assign to debug_level, you
J
Jeff Garzik 已提交
38 39
	  can look at the bit mask values in <net/ieee80211.h>

40
	  If you are not trying to debug or develop the ieee80211
J
Jeff Garzik 已提交
41 42 43
	  subsystem, you most likely want to say N here.

config IEEE80211_CRYPT_WEP
J
Johannes Berg 已提交
44
	tristate
J
Jeff Garzik 已提交
45 46

config IEEE80211_CRYPT_CCMP
J
Johannes Berg 已提交
47
	tristate
J
Jeff Garzik 已提交
48 49

config IEEE80211_CRYPT_TKIP
J
Johannes Berg 已提交
50
	tristate