 6a8dee76d4
			
		
	
	
		6a8dee76d4
		
	
	
	
	
		
			
			This drops support for the fi.epitest.hostap.WPASupplicant D-Bus name along with the associated CONFIG_CTRL_IFACE_DBUS option. Nothing should really be using this since 2010. This is a just a straightforward removal. Perhaps the dbus_common.c and dbus_new.c can be merged now. Also, the "_NEW" suffix of the config option seems to make even less sense than it used to. Signed-off-by: Lubomir Rintel <lkundrak@v3.sk>
		
			
				
	
	
		
			13 lines
		
	
	
	
		
			244 B
		
	
	
	
		
			SYSTEMD
		
	
	
	
	
	
			
		
		
	
	
			13 lines
		
	
	
	
		
			244 B
		
	
	
	
		
			SYSTEMD
		
	
	
	
	
	
| [Unit]
 | |
| Description=WPA supplicant
 | |
| Before=network.target
 | |
| Wants=network.target
 | |
| 
 | |
| [Service]
 | |
| Type=dbus
 | |
| BusName=fi.w1.wpa_supplicant1
 | |
| ExecStart=@BINDIR@/wpa_supplicant -u
 | |
| 
 | |
| [Install]
 | |
| WantedBy=multi-user.target
 | |
| Alias=dbus-fi.w1.wpa_supplicant1.service
 |