tests: Remove SAE H2E testing with group 26
This is in preparation of an implementation to to remove the alternative SSWU path that was needed only for this particular group. Signed-off-by: Jouni Malinen <jouni@codeaurora.org>
This commit is contained in:
parent
71e276f90f
commit
7ab3510dad
1 changed files with 0 additions and 4 deletions
|
@ -1726,10 +1726,6 @@ def test_sae_pwe_group_25(dev, apdev):
|
|||
"""SAE PWE derivation options with group 25"""
|
||||
run_sae_pwe_group(dev, apdev, 25)
|
||||
|
||||
def test_sae_pwe_group_26(dev, apdev):
|
||||
"""SAE PWE derivation options with group 26"""
|
||||
run_sae_pwe_group(dev, apdev, 26)
|
||||
|
||||
def test_sae_pwe_group_28(dev, apdev):
|
||||
"""SAE PWE derivation options with group 28"""
|
||||
run_sae_pwe_group(dev, apdev, 28)
|
||||
|
|
Loading…
Reference in a new issue