mirror of
				git://git.openwrt.org/openwrt/openwrt.git
				synced 2025-11-04 06:54:27 -05:00 
			
		
		
		
	hostapd: send wpa_supplicant logging output to syslog
Helpful for debugging network connectivity issues Signed-off-by: Felix Fietkau <nbd@nbd.name>
This commit is contained in:
		
							parent
							
								
									9485ea721e
								
							
						
					
					
						commit
						6a15077e2d
					
				@ -892,7 +892,7 @@ wpa_supplicant_run() {
 | 
			
		||||
 | 
			
		||||
	_wpa_supplicant_common "$ifname"
 | 
			
		||||
 | 
			
		||||
	/usr/sbin/wpa_supplicant -B \
 | 
			
		||||
	/usr/sbin/wpa_supplicant -B -s \
 | 
			
		||||
		${network_bridge:+-b $network_bridge} \
 | 
			
		||||
		-P "/var/run/wpa_supplicant-${ifname}.pid" \
 | 
			
		||||
		-D ${_w_driver:-wext} \
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user