mirror of
				https://github.com/billz/raspap-webgui.git
				synced 2025-03-01 10:31:47 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			13 lines
		
	
	
		
			459 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			13 lines
		
	
	
		
			459 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
# Location of hostapd configuration file
 | 
						|
DAEMON_CONF="/etc/hostapd/hostapd.conf"
 | 
						|
 | 
						|
# Additional daemon options to be appended to hostapd command:-
 | 
						|
#   -d   show more debug messages (-dd for even more)
 | 
						|
#   -K   include key data in debug messages
 | 
						|
#   -t   include timestamps in some debug messages
 | 
						|
#
 | 
						|
# Note that -B (daemon mode) and -P (pidfile) options are automatically
 | 
						|
# configured by the init.d script and must not be added to DAEMON_OPTS.
 | 
						|
#
 | 
						|
#DAEMON_OPTS=""
 |