tests: Allow PTK0 rekey for tests
Verify PTK0 rekey blocking is working as intended. Signed-off-by: Alexander Wetzel <alexander@wetzel-home.de>
This commit is contained in:
parent
1f90a49d02
commit
5742d12d4a
4 changed files with 83 additions and 3 deletions
|
@ -551,7 +551,7 @@ def add_ap(apdev, params, wait_enabled=True, no_enable=False, timeout=30,
|
|||
raise Exception("Could not ping hostapd")
|
||||
hapd.set_defaults()
|
||||
fields = ["ssid", "wpa_passphrase", "nas_identifier", "wpa_key_mgmt",
|
||||
"wpa",
|
||||
"wpa", "wpa_deny_ptk0_rekey",
|
||||
"wpa_pairwise", "rsn_pairwise", "auth_server_addr",
|
||||
"acct_server_addr", "osu_server_uri"]
|
||||
for field in fields:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue