2 tristate "Improved wireless configuration API"
3 depends on RFKILL || !RFKILL
5 config CFG80211_REG_DEBUG
6 bool "cfg80211 regulatory debugging"
10 You can enable this if you want to debug regulatory changes.
14 config CFG80211_DEBUGFS
15 bool "cfg80211 DebugFS entries"
16 depends on CFG80211 && DEBUG_FS
18 You can enable this if you want to debugfs entries for cfg80211.
22 config WIRELESS_OLD_REGULATORY
23 bool "Old wireless static regulatory definitions"
26 This option enables the old static regulatory information
27 and uses it within the new framework. This option is available
28 for historical reasons and it is advised to leave it off.
32 http://wireless.kernel.org/en/developers/Regulatory
34 Say N and if you say Y, please tell us why. The default is N.
37 bool "Wireless extensions"
40 This option enables the legacy wireless extensions
41 (wireless network interface configuration via ioctls.)
43 Wireless extensions will be replaced by cfg80211 and
44 will be required only by legacy drivers that implement
45 wireless extension handlers. This option does not
46 affect the wireless-extension backward compatibility
49 Say N (if you can) unless you know you need wireless
50 extensions for external modules.
52 config WIRELESS_EXT_SYSFS
53 bool "Wireless extensions sysfs files"
55 depends on WIRELESS_EXT && SYSFS
57 This option enables the deprecated wireless statistics
58 files in /sys/class/net/*/wireless/. The same information
59 is available via the ioctls as well.
61 Say Y if you have programs using it, like old versions of
65 tristate "Common routines for IEEE802.11 drivers"
68 This options enables a library of common routines used
69 by IEEE802.11 wireless LAN drivers.
71 Drivers should select this themselves if needed. Say Y if
72 you want this built into your kernel.
74 config LIB80211_CRYPT_WEP
77 config LIB80211_CRYPT_CCMP
80 config LIB80211_CRYPT_TKIP
84 bool "lib80211 debugging messages"
88 You can enable this if you want verbose debugging messages