2007-04-23 23:20:05 +04:00
|
|
|
config CFG80211
|
2009-06-02 15:01:41 +04:00
|
|
|
tristate "Improved wireless configuration API"
|
|
|
|
depends on RFKILL || !RFKILL
|
2007-04-23 23:20:05 +04:00
|
|
|
|
2008-11-13 01:22:02 +03:00
|
|
|
config CFG80211_REG_DEBUG
|
|
|
|
bool "cfg80211 regulatory debugging"
|
|
|
|
depends on CFG80211
|
|
|
|
default n
|
|
|
|
---help---
|
|
|
|
You can enable this if you want to debug regulatory changes.
|
|
|
|
|
|
|
|
If unsure, say N.
|
|
|
|
|
2009-05-02 08:37:21 +04:00
|
|
|
config CFG80211_DEBUGFS
|
|
|
|
bool "cfg80211 DebugFS entries"
|
|
|
|
depends on CFG80211 && DEBUG_FS
|
|
|
|
---help---
|
|
|
|
You can enable this if you want to debugfs entries for cfg80211.
|
|
|
|
|
|
|
|
If unsure, say N.
|
|
|
|
|
2008-09-10 10:19:48 +04:00
|
|
|
config WIRELESS_OLD_REGULATORY
|
2008-09-30 21:56:34 +04:00
|
|
|
bool "Old wireless static regulatory definitions"
|
2009-03-25 04:21:07 +03:00
|
|
|
default n
|
2008-09-10 10:19:48 +04:00
|
|
|
---help---
|
|
|
|
This option enables the old static regulatory information
|
2009-03-25 04:21:07 +03:00
|
|
|
and uses it within the new framework. This option is available
|
|
|
|
for historical reasons and it is advised to leave it off.
|
|
|
|
|
|
|
|
For details see:
|
|
|
|
|
|
|
|
http://wireless.kernel.org/en/developers/Regulatory
|
|
|
|
|
|
|
|
Say N and if you say Y, please tell us why. The default is N.
|
2008-09-10 10:19:48 +04:00
|
|
|
|
2007-04-23 23:19:12 +04:00
|
|
|
config WIRELESS_EXT
|
|
|
|
bool "Wireless extensions"
|
|
|
|
default n
|
|
|
|
---help---
|
|
|
|
This option enables the legacy wireless extensions
|
|
|
|
(wireless network interface configuration via ioctls.)
|
|
|
|
|
|
|
|
Wireless extensions will be replaced by cfg80211 and
|
|
|
|
will be required only by legacy drivers that implement
|
2007-09-20 21:09:35 +04:00
|
|
|
wireless extension handlers. This option does not
|
|
|
|
affect the wireless-extension backward compatibility
|
|
|
|
code in cfg80211.
|
2007-04-23 23:19:12 +04:00
|
|
|
|
|
|
|
Say N (if you can) unless you know you need wireless
|
|
|
|
extensions for external modules.
|
2008-07-10 13:16:47 +04:00
|
|
|
|
|
|
|
config WIRELESS_EXT_SYSFS
|
|
|
|
bool "Wireless extensions sysfs files"
|
|
|
|
default y
|
|
|
|
depends on WIRELESS_EXT && SYSFS
|
|
|
|
help
|
|
|
|
This option enables the deprecated wireless statistics
|
|
|
|
files in /sys/class/net/*/wireless/. The same information
|
|
|
|
is available via the ioctls as well.
|
|
|
|
|
2008-09-02 17:26:34 +04:00
|
|
|
Say Y if you have programs using it, like old versions of
|
|
|
|
hal.
|
2008-09-25 02:13:14 +04:00
|
|
|
|
|
|
|
config LIB80211
|
|
|
|
tristate "Common routines for IEEE802.11 drivers"
|
|
|
|
default n
|
|
|
|
help
|
|
|
|
This options enables a library of common routines used
|
|
|
|
by IEEE802.11 wireless LAN drivers.
|
|
|
|
|
|
|
|
Drivers should select this themselves if needed. Say Y if
|
|
|
|
you want this built into your kernel.
|
2008-10-29 18:35:05 +03:00
|
|
|
|
|
|
|
config LIB80211_CRYPT_WEP
|
|
|
|
tristate
|
|
|
|
|
|
|
|
config LIB80211_CRYPT_CCMP
|
|
|
|
tristate
|
|
|
|
|
|
|
|
config LIB80211_CRYPT_TKIP
|
|
|
|
tristate
|
2009-03-11 18:05:25 +03:00
|
|
|
|
|
|
|
config LIB80211_DEBUG
|
|
|
|
bool "lib80211 debugging messages"
|
|
|
|
depends on LIB80211
|
|
|
|
default n
|
|
|
|
---help---
|
|
|
|
You can enable this if you want verbose debugging messages
|
|
|
|
from lib80211.
|
|
|
|
|
|
|
|
If unsure, say N.
|