mirror of
https://git.kernel.org/pub/scm/network/wireless/iwd.git
synced 2024-11-22 06:29:23 +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_iface_operstate()
|
||||||
testutil.test_ifaces_connected(device.name, hapd.ifname)
|
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)
|
hapd.rekey(device.address)
|
||||||
|
|
||||||
device.disconnect()
|
device.disconnect()
|
||||||
|
@ -55,6 +55,10 @@ class Test(unittest.TestCase):
|
|||||||
testutil.test_iface_operstate()
|
testutil.test_iface_operstate()
|
||||||
testutil.test_ifaces_connected(device.name, hapd.ifname)
|
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)
|
hapd.rekey(device.address)
|
||||||
|
|
||||||
device.disconnect()
|
device.disconnect()
|
||||||
|
Loading…
Reference in New Issue
Block a user