ARM: support generic per-device coherent dma mem
[deliverable/linux.git] / net / ieee80211 / Kconfig
CommitLineData
b453872c 1config IEEE80211
edae58ea 2 tristate "Generic IEEE 802.11 Networking Stack (DEPRECATED)"
b453872c 3 ---help---
2ff55fef 4 This option enables the hardware independent IEEE 802.11
edae58ea
JL
5 networking stack. This component is deprecated in favor of the
6 mac80211 component.
b453872c
JG
7
8config IEEE80211_DEBUG
9 bool "Enable full debugging output"
10 depends on IEEE80211
11 ---help---
2ff55fef
JG
12 This option will enable debug tracing output for the
13 ieee80211 network stack.
b453872c 14
2ff55fef
JG
15 This will result in the kernel module being ~70k larger. You
16 can control which debug output is sent to the kernel log by
17 setting the value in
b453872c
JG
18
19 /proc/net/ieee80211/debug_level
20
21 For example:
22
23 % echo 0x00000FFO > /proc/net/ieee80211/debug_level
24
2ff55fef 25 For a list of values you can assign to debug_level, you
b453872c
JG
26 can look at the bit mask values in <net/ieee80211.h>
27
2ff55fef 28 If you are not trying to debug or develop the ieee80211
b453872c
JG
29 subsystem, you most likely want to say N here.
30
31config IEEE80211_CRYPT_WEP
32 tristate "IEEE 802.11 WEP encryption (802.1x)"
33 depends on IEEE80211
34 select CRYPTO
35 select CRYPTO_ARC4
bcbaecbb 36 select CRYPTO_ECB
b453872c
JG
37 select CRC32
38 ---help---
2ff55fef 39 Include software based cipher suites in support of IEEE
b453872c
JG
40 802.11's WEP. This is needed for WEP as well as 802.1x.
41
0fa7d868 42 This can be compiled as a module and it will be called
b453872c
JG
43 "ieee80211_crypt_wep".
44
45config IEEE80211_CRYPT_CCMP
46 tristate "IEEE 802.11i CCMP support"
47 depends on IEEE80211
76fe1b0e 48 select CRYPTO
b453872c
JG
49 select CRYPTO_AES
50 ---help---
2ff55fef
JG
51 Include software based cipher suites in support of IEEE 802.11i
52 (aka TGi, WPA, WPA2, WPA-PSK, etc.) for use with CCMP enabled
b453872c
JG
53 networks.
54
0fa7d868 55 This can be compiled as a module and it will be called
b453872c
JG
56 "ieee80211_crypt_ccmp".
57
58config IEEE80211_CRYPT_TKIP
59 tristate "IEEE 802.11i TKIP encryption"
2a5e1c0e
JB
60 depends on IEEE80211
61 select WIRELESS_EXT
76fe1b0e 62 select CRYPTO
b453872c 63 select CRYPTO_MICHAEL_MIC
bcbaecbb 64 select CRYPTO_ECB
ca0084fa 65 select CRC32
b453872c 66 ---help---
2ff55fef
JG
67 Include software based cipher suites in support of IEEE 802.11i
68 (aka TGi, WPA, WPA2, WPA-PSK, etc.) for use with TKIP enabled
b453872c
JG
69 networks.
70
0fa7d868 71 This can be compiled as a module and it will be called
b453872c
JG
72 "ieee80211_crypt_tkip".
73
This page took 0.314794 seconds and 5 git commands to generate.