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