| 
									
										
										
										
											2005-05-12 22:48:20 -04:00
										 |  |  | config IEEE80211 | 
					
						
							|  |  |  | 	tristate "Generic IEEE 802.11 Networking Stack" | 
					
						
							|  |  |  | 	---help--- | 
					
						
							| 
									
										
										
										
											2005-07-31 13:05:43 -04:00
										 |  |  | 	This option enables the hardware independent IEEE 802.11 | 
					
						
							| 
									
										
										
										
											2005-05-12 22:48:20 -04:00
										 |  |  | 	networking stack. | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | config IEEE80211_DEBUG | 
					
						
							|  |  |  | 	bool "Enable full debugging output" | 
					
						
							|  |  |  | 	depends on IEEE80211 | 
					
						
							|  |  |  | 	---help--- | 
					
						
							| 
									
										
										
										
											2005-07-31 13:05:43 -04:00
										 |  |  | 	  This option will enable debug tracing output for the | 
					
						
							|  |  |  | 	  ieee80211 network stack. | 
					
						
							| 
									
										
										
										
											2005-05-12 22:48:20 -04:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2005-07-31 13:05:43 -04:00
										 |  |  | 	  This will result in the kernel module being ~70k larger.  You | 
					
						
							|  |  |  | 	  can control which debug output is sent to the kernel log by | 
					
						
							|  |  |  | 	  setting the value in | 
					
						
							| 
									
										
										
										
											2005-05-12 22:48:20 -04:00
										 |  |  | 
 | 
					
						
							|  |  |  | 	  /proc/net/ieee80211/debug_level | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 	  For example: | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 	  % echo 0x00000FFO > /proc/net/ieee80211/debug_level | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2005-07-31 13:05:43 -04:00
										 |  |  | 	  For a list of values you can assign to debug_level, you | 
					
						
							| 
									
										
										
										
											2005-05-12 22:48:20 -04:00
										 |  |  | 	  can look at the bit mask values in <net/ieee80211.h> | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2005-07-31 13:05:43 -04:00
										 |  |  | 	  If you are not trying to debug or develop the ieee80211 | 
					
						
							| 
									
										
										
										
											2005-05-12 22:48:20 -04:00
										 |  |  | 	  subsystem, you most likely want to say N here. | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | config IEEE80211_CRYPT_WEP | 
					
						
							|  |  |  | 	tristate "IEEE 802.11 WEP encryption (802.1x)" | 
					
						
							|  |  |  | 	depends on IEEE80211 | 
					
						
							|  |  |  | 	select CRYPTO | 
					
						
							|  |  |  | 	select CRYPTO_ARC4 | 
					
						
							|  |  |  | 	select CRC32 | 
					
						
							|  |  |  | 	---help--- | 
					
						
							| 
									
										
										
										
											2005-07-31 13:05:43 -04:00
										 |  |  | 	Include software based cipher suites in support of IEEE | 
					
						
							| 
									
										
										
										
											2005-05-12 22:48:20 -04:00
										 |  |  | 	802.11's WEP.  This is needed for WEP as well as 802.1x. | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 	This can be compiled as a modules and it will be called | 
					
						
							|  |  |  | 	"ieee80211_crypt_wep". | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | config IEEE80211_CRYPT_CCMP | 
					
						
							|  |  |  | 	tristate "IEEE 802.11i CCMP support" | 
					
						
							|  |  |  | 	depends on IEEE80211 | 
					
						
							| 
									
										
										
										
											2005-05-07 00:54:49 +02:00
										 |  |  | 	select CRYPTO | 
					
						
							| 
									
										
										
										
											2005-05-12 22:48:20 -04:00
										 |  |  | 	select CRYPTO_AES | 
					
						
							|  |  |  | 	---help--- | 
					
						
							| 
									
										
										
										
											2005-07-31 13:05:43 -04:00
										 |  |  | 	Include software based cipher suites in support of IEEE 802.11i | 
					
						
							|  |  |  | 	(aka TGi, WPA, WPA2, WPA-PSK, etc.) for use with CCMP enabled | 
					
						
							| 
									
										
										
										
											2005-05-12 22:48:20 -04:00
										 |  |  | 	networks. | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 	This can be compiled as a modules and it will be called | 
					
						
							|  |  |  | 	"ieee80211_crypt_ccmp". | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | config IEEE80211_CRYPT_TKIP | 
					
						
							|  |  |  | 	tristate "IEEE 802.11i TKIP encryption" | 
					
						
							| 
									
										
										
										
											2005-12-01 21:22:37 +01:00
										 |  |  | 	depends on IEEE80211 && NET_RADIO | 
					
						
							| 
									
										
										
										
											2005-05-07 00:54:49 +02:00
										 |  |  | 	select CRYPTO | 
					
						
							| 
									
										
										
										
											2005-05-12 22:48:20 -04:00
										 |  |  | 	select CRYPTO_MICHAEL_MIC | 
					
						
							|  |  |  | 	---help--- | 
					
						
							| 
									
										
										
										
											2005-07-31 13:05:43 -04:00
										 |  |  | 	Include software based cipher suites in support of IEEE 802.11i | 
					
						
							|  |  |  | 	(aka TGi, WPA, WPA2, WPA-PSK, etc.) for use with TKIP enabled | 
					
						
							| 
									
										
										
										
											2005-05-12 22:48:20 -04:00
										 |  |  | 	networks. | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 	This can be compiled as a modules and it will be called | 
					
						
							|  |  |  | 	"ieee80211_crypt_tkip". | 
					
						
							|  |  |  | 
 |