2 tristate "Improved wireless configuration API"
4 config CFG80211_REG_DEBUG
5 bool "cfg80211 regulatory debugging"
9 You can enable this if you want to debug regulatory changes.
13 config WIRELESS_OLD_REGULATORY
14 bool "Old wireless static regulatory definitions"
17 This option enables the old static regulatory information
18 and uses it within the new framework. This option is available
19 for historical reasons and it is advised to leave it off.
23 http://wireless.kernel.org/en/developers/Regulatory
25 Say N and if you say Y, please tell us why. The default is N.
28 bool "Wireless extensions"
31 This option enables the legacy wireless extensions
32 (wireless network interface configuration via ioctls.)
34 Wireless extensions will be replaced by cfg80211 and
35 will be required only by legacy drivers that implement
36 wireless extension handlers. This option does not
37 affect the wireless-extension backward compatibility
40 Say N (if you can) unless you know you need wireless
41 extensions for external modules.
43 config WIRELESS_EXT_SYSFS
44 bool "Wireless extensions sysfs files"
46 depends on WIRELESS_EXT && SYSFS
48 This option enables the deprecated wireless statistics
49 files in /sys/class/net/*/wireless/. The same information
50 is available via the ioctls as well.
52 Say Y if you have programs using it, like old versions of
56 tristate "Common routines for IEEE802.11 drivers"
59 This options enables a library of common routines used
60 by IEEE802.11 wireless LAN drivers.
62 Drivers should select this themselves if needed. Say Y if
63 you want this built into your kernel.
65 config LIB80211_CRYPT_WEP
68 config LIB80211_CRYPT_CCMP
71 config LIB80211_CRYPT_TKIP
75 bool "lib80211 debugging messages"
79 You can enable this if you want verbose debugging messages