mirror of
				https://git.kernel.org/pub/scm/network/wireless/iwd.git
				synced 2025-10-30 12:07:23 +01:00 
			
		
		
		
	 cdc80cd341
			
		
	
	
		cdc80cd341
		
	
	
	
	
		
			
			Initially the solution to copying files to .hotspot was to use the existing copy_to_storage, but allow full directory copying. Doing it this way does not allow us to copy single files into .hotspot which makes it difficult to test single configurations in several consecutive tests. This adds a new API, copy_to_hotspot, where a single hotspot config can be provided. clear_storage was also modified to clear out the .hotspot directory in addition to the regular storage directory.