3
0
mirror of https://git.kernel.org/pub/scm/network/wireless/iwd.git synced 2024-12-02 16:39:25 +01:00

auto-t: update testSAE to disable PMKSA

There are quite a few tests here for various scenarios and PMKSA
throws a wrench into that. Rather than potentially breaking the
tests in attempt to get them working with PMKSA, just disable PMKSA.
This commit is contained in:
James Prestwood 2024-11-22 07:15:41 -08:00 committed by Denis Kenzior
parent ee52bc60ff
commit 8cf83d6620

View File

@ -4,3 +4,6 @@
# hardware, but fails when used in simulated environment with mac80211_hwsim.
# Disable MAC randomization for the tests with hidden networks.
DisableMacAddressRandomization=true
[General]
DisablePMKSA=true