mirror of
				https://git.kernel.org/pub/scm/network/wireless/iwd.git
				synced 2025-10-30 12:07:23 +01:00 
			
		
		
		
	 fda4734a1b
			
		
	
	
		fda4734a1b
		
	
	
	
	
		
			
			The testAPRoam autotest was silently failing on my machine until I realized that my distribution hostapd (Arch Linux) is not built with CONFIG_WNM_AP=y. Indeed, it is also disabled by default in upstream hostapd. This resulted in the send_bss_transition() function of hostapd.py silently failing. With this change, throw an exception in case the BSS_TM_REQ command does not succeed to hopefully save others the time of debugging this problem.