Johannes Berg | 704232c | 2007-04-23 12:20:05 -0700 | [diff] [blame] | 1 | config CFG80211 |
| 2 | tristate "Improved wireless configuration API" |
| 3 | |
Luis R. Rodriguez | 3f2355c | 2008-11-12 14:22:02 -0800 | [diff] [blame] | 4 | config CFG80211_REG_DEBUG |
| 5 | bool "cfg80211 regulatory debugging" |
| 6 | depends on CFG80211 |
| 7 | default n |
| 8 | ---help--- |
| 9 | You can enable this if you want to debug regulatory changes. |
| 10 | |
| 11 | If unsure, say N. |
| 12 | |
Luis R. Rodriguez | 1ac6130 | 2009-05-02 00:37:21 -0400 | [diff] [blame^] | 13 | config CFG80211_DEBUGFS |
| 14 | bool "cfg80211 DebugFS entries" |
| 15 | depends on CFG80211 && DEBUG_FS |
| 16 | ---help--- |
| 17 | You can enable this if you want to debugfs entries for cfg80211. |
| 18 | |
| 19 | If unsure, say N. |
| 20 | |
Luis R. Rodriguez | b2e1b30 | 2008-09-09 23:19:48 -0700 | [diff] [blame] | 21 | config WIRELESS_OLD_REGULATORY |
Davide Pesavento | 5d6ffc5 | 2008-09-30 19:56:34 +0200 | [diff] [blame] | 22 | bool "Old wireless static regulatory definitions" |
Luis R. Rodriguez | 8a5117d | 2009-03-24 21:21:07 -0400 | [diff] [blame] | 23 | default n |
Luis R. Rodriguez | b2e1b30 | 2008-09-09 23:19:48 -0700 | [diff] [blame] | 24 | ---help--- |
| 25 | This option enables the old static regulatory information |
Luis R. Rodriguez | 8a5117d | 2009-03-24 21:21:07 -0400 | [diff] [blame] | 26 | and uses it within the new framework. This option is available |
| 27 | for historical reasons and it is advised to leave it off. |
Luis R. Rodriguez | b2e1b30 | 2008-09-09 23:19:48 -0700 | [diff] [blame] | 28 | |
Luis R. Rodriguez | 8a5117d | 2009-03-24 21:21:07 -0400 | [diff] [blame] | 29 | For details see: |
Luis R. Rodriguez | b2e1b30 | 2008-09-09 23:19:48 -0700 | [diff] [blame] | 30 | |
Luis R. Rodriguez | 8a5117d | 2009-03-24 21:21:07 -0400 | [diff] [blame] | 31 | http://wireless.kernel.org/en/developers/Regulatory |
Luis R. Rodriguez | b2e1b30 | 2008-09-09 23:19:48 -0700 | [diff] [blame] | 32 | |
Luis R. Rodriguez | 8a5117d | 2009-03-24 21:21:07 -0400 | [diff] [blame] | 33 | Say N and if you say Y, please tell us why. The default is N. |
Luis R. Rodriguez | b2e1b30 | 2008-09-09 23:19:48 -0700 | [diff] [blame] | 34 | |
Johannes Berg | 2a5e1c0 | 2007-04-23 12:19:12 -0700 | [diff] [blame] | 35 | config WIRELESS_EXT |
| 36 | bool "Wireless extensions" |
| 37 | default n |
| 38 | ---help--- |
| 39 | This option enables the legacy wireless extensions |
| 40 | (wireless network interface configuration via ioctls.) |
| 41 | |
| 42 | Wireless extensions will be replaced by cfg80211 and |
| 43 | will be required only by legacy drivers that implement |
Johannes Berg | 5568296 | 2007-09-20 13:09:35 -0400 | [diff] [blame] | 44 | wireless extension handlers. This option does not |
| 45 | affect the wireless-extension backward compatibility |
| 46 | code in cfg80211. |
Johannes Berg | 2a5e1c0 | 2007-04-23 12:19:12 -0700 | [diff] [blame] | 47 | |
| 48 | Say N (if you can) unless you know you need wireless |
| 49 | extensions for external modules. |
Johannes Berg | 22bb1be | 2008-07-10 11:16:47 +0200 | [diff] [blame] | 50 | |
| 51 | config WIRELESS_EXT_SYSFS |
| 52 | bool "Wireless extensions sysfs files" |
| 53 | default y |
| 54 | depends on WIRELESS_EXT && SYSFS |
| 55 | help |
| 56 | This option enables the deprecated wireless statistics |
| 57 | files in /sys/class/net/*/wireless/. The same information |
| 58 | is available via the ioctls as well. |
| 59 | |
Florian Mickler | d966474 | 2008-09-02 15:26:34 +0200 | [diff] [blame] | 60 | Say Y if you have programs using it, like old versions of |
| 61 | hal. |
John W. Linville | 7e272fc | 2008-09-24 18:13:14 -0400 | [diff] [blame] | 62 | |
| 63 | config LIB80211 |
| 64 | tristate "Common routines for IEEE802.11 drivers" |
| 65 | default n |
| 66 | help |
| 67 | This options enables a library of common routines used |
| 68 | by IEEE802.11 wireless LAN drivers. |
| 69 | |
| 70 | Drivers should select this themselves if needed. Say Y if |
| 71 | you want this built into your kernel. |
John W. Linville | 274bfb8 | 2008-10-29 11:35:05 -0400 | [diff] [blame] | 72 | |
| 73 | config LIB80211_CRYPT_WEP |
| 74 | tristate |
| 75 | |
| 76 | config LIB80211_CRYPT_CCMP |
| 77 | tristate |
| 78 | |
| 79 | config LIB80211_CRYPT_TKIP |
| 80 | tristate |
John W. Linville | 6f16bf3 | 2009-03-11 11:05:25 -0400 | [diff] [blame] | 81 | |
| 82 | config LIB80211_DEBUG |
| 83 | bool "lib80211 debugging messages" |
| 84 | depends on LIB80211 |
| 85 | default n |
| 86 | ---help--- |
| 87 | You can enable this if you want verbose debugging messages |
| 88 | from lib80211. |
| 89 | |
| 90 | If unsure, say N. |