mirror of
				https://git.kernel.org/pub/scm/network/wireless/iwd.git
				synced 2025-10-31 21:27:30 +01:00 
			
		
		
		
	 20ac57783b
			
		
	
	
		20ac57783b
		
	
	
	
	
		
			
			The AdHoc methods used to miss the change in properties on AdHoc interface. To address the race condition, we subscribe 'PropertiesChanged' signal first and then do GetAll properties call. This way we are not missing 'PropertiesChanged' signal in between these calls.