mirror of
				https://git.kernel.org/pub/scm/network/wireless/iwd.git
				synced 2025-11-04 08:57:29 +01:00 
			
		
		
		
	auto-t: add comment about FILS rekeys
FILS rekeys were fixed in hostapd somewhat recently but older versions will fail this test. Document that so we don't get confused when running tests against older hostapd versions.
This commit is contained in:
		
							parent
							
								
									2e2f6f991d
								
							
						
					
					
						commit
						6f7dd97607
					
				@ -55,6 +55,10 @@ class Test(unittest.TestCase):
 | 
			
		||||
        testutil.test_iface_operstate()
 | 
			
		||||
        testutil.test_ifaces_connected(device.name, hapd.ifname)
 | 
			
		||||
 | 
			
		||||
        #
 | 
			
		||||
        # TODO: If this is failing its likely due to an older hostapd version
 | 
			
		||||
        #       not containing commit 7ee814201b72
 | 
			
		||||
        #
 | 
			
		||||
        hapd.rekey(device.address)
 | 
			
		||||
 | 
			
		||||
        device.disconnect()
 | 
			
		||||
 | 
			
		||||
@ -55,6 +55,10 @@ class Test(unittest.TestCase):
 | 
			
		||||
        testutil.test_iface_operstate()
 | 
			
		||||
        testutil.test_ifaces_connected(device.name, hapd.ifname)
 | 
			
		||||
 | 
			
		||||
        #
 | 
			
		||||
        # TODO: If this is failing its likely due to an older hostapd version
 | 
			
		||||
        #       not containing commit 7ee814201b72
 | 
			
		||||
        #
 | 
			
		||||
        hapd.rekey(device.address)
 | 
			
		||||
 | 
			
		||||
        device.disconnect()
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user