mirror of
				https://github.com/Telecominfraproject/wlan-ap.git
				synced 2025-10-29 09:32:34 +00:00 
			
		
		
		
	 f39339564a
			
		
	
	f39339564a
	
	
	
		
			
			1. porting MorseMicro HaLow driver to support HaLow on EAP112 2. Only support FCC regulation because of hardware limitation 3. Add /etc/init.d/halow-gpio-reset to initialize HaLow chip in early stage 4. Add /etc/uci-defaults/aaa-fix-phy0-to-morse to correct the default uci for HaLow radio. Signed-off-by: Ian Chen <ian77_chen@accton.com>
		
			
				
	
	
		
			18 lines
		
	
	
		
			437 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			18 lines
		
	
	
		
			437 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| if PACKAGE_hostapd_s1g
 | |
| 
 | |
| 	config MORSE_HOSTAPD_S1G_EAP
 | |
| 		bool
 | |
| 		default n
 | |
| 		prompt "Enable Extensible Authentication Protocol (EAP) support"
 | |
| 
 | |
| 	config MORSE_HOSTAPD_S1G_ACS
 | |
| 		bool
 | |
| 		default n
 | |
| 		prompt "Enable automatic channel selection (ACS) support"
 | |
| 		help
 | |
| 			This will allow hostapd to pick the channel automatically when channel is set
 | |
| 			to "acs_survey" or "0". Eventually, other ACS algorithms can be added in
 | |
| 			similar way.
 | |
| 
 | |
| endif
 |