2 tristate "Generic IEEE 802.11 Networking Stack"
5 This option enables the hardware independent IEEE 802.11
9 bool "Enable full debugging output"
12 This option will enable debug tracing output for the
13 ieee80211 network stack.
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
19 /proc/net/ieee80211/debug_level
23 % echo 0x00000FFO > /proc/net/ieee80211/debug_level
25 For a list of values you can assign to debug_level, you
26 can look at the bit mask values in <net/ieee80211.h>
28 If you are not trying to debug or develop the ieee80211
29 subsystem, you most likely want to say N here.
31 config IEEE80211_CRYPT_WEP
32 tristate "IEEE 802.11 WEP encryption (802.1x)"
38 Include software based cipher suites in support of IEEE
39 802.11's WEP. This is needed for WEP as well as 802.1x.
41 This can be compiled as a modules and it will be called
42 "ieee80211_crypt_wep".
44 config IEEE80211_CRYPT_CCMP
45 tristate "IEEE 802.11i CCMP support"
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
54 This can be compiled as a modules and it will be called
55 "ieee80211_crypt_ccmp".
57 config IEEE80211_CRYPT_TKIP
58 tristate "IEEE 802.11i TKIP encryption"
61 select CRYPTO_MICHAEL_MIC
63 Include software based cipher suites in support of IEEE 802.11i
64 (aka TGi, WPA, WPA2, WPA-PSK, etc.) for use with TKIP enabled
67 This can be compiled as a modules and it will be called
68 "ieee80211_crypt_tkip".