mirror of
https://git.kernel.org/pub/scm/network/wireless/iwd.git
synced 2024-11-25 17:59:25 +01:00
auto-t: update rekey() use to not wait for event
The hostapd event wait was moved into rekey() itself.
This commit is contained in:
parent
119de8ec55
commit
48e7c0bd50
@ -56,7 +56,6 @@ class Test(unittest.TestCase):
|
||||
testutil.test_ifaces_connected(device.name, hapd.ifname)
|
||||
|
||||
hapd.rekey(device.address)
|
||||
hapd.wait_for_event('EAPOL-4WAY-HS-COMPLETED')
|
||||
|
||||
device.disconnect()
|
||||
|
||||
|
@ -56,7 +56,6 @@ class Test(unittest.TestCase):
|
||||
testutil.test_ifaces_connected(device.name, hapd.ifname)
|
||||
|
||||
hapd.rekey(device.address)
|
||||
hapd.wait_for_event('EAPOL-4WAY-HS-COMPLETED')
|
||||
|
||||
device.disconnect()
|
||||
|
||||
|
@ -96,7 +96,6 @@ class Test(unittest.TestCase):
|
||||
(self.bss_hostapd[0].ifname, device.name, True, True))
|
||||
|
||||
self.bss_hostapd[1].rekey(device.address)
|
||||
self.bss_hostapd[1].wait_for_event('EAPOL-4WAY-HS-COMPLETED')
|
||||
|
||||
def test_fils_ft_roam_sha256(self):
|
||||
wd = IWD(True)
|
||||
|
@ -81,7 +81,6 @@ class Test(unittest.TestCase):
|
||||
(self.bss_hostapd[0].ifname, device.name, True, True))
|
||||
|
||||
self.bss_hostapd[1].rekey(device.address)
|
||||
self.bss_hostapd[1].wait_for_event('EAPOL-4WAY-HS-COMPLETED')
|
||||
|
||||
device.roam(self.bss_hostapd[0].bssid)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user