mirror of
				https://git.kernel.org/pub/scm/network/wireless/iwd.git
				synced 2025-10-31 21:27:30 +01:00 
			
		
		
		
	 f30c4bf578
			
		
	
	
		f30c4bf578
		
	
	
	
	
		
			
			The start_ap method was raising potential dbus errors before converting them to an IWD error type. This is due to dbus.Set() not taking an error handler. The only way to address this is to catch the error, convert it and raise the converted error.