]> git.ipfire.org Git - thirdparty/hostap.git/commitdiff
tests: Check SAE capability for couple of forgotten sigma_dut cases
authorJouni Malinen <j@w1.fi>
Sat, 13 Mar 2021 23:23:32 +0000 (01:23 +0200)
committerJouni Malinen <j@w1.fi>
Sun, 14 Mar 2021 11:08:04 +0000 (13:08 +0200)
Signed-off-by: Jouni Malinen <j@w1.fi>
tests/hwsim/test_sigma_dut.py

index c1b4c86d8ba17b51b131d6b90a004b2356224f98..5450c337e6a361068254266241fbd70620aa979b 100644 (file)
@@ -4662,6 +4662,7 @@ def test_sigma_dut_ap_beacon_prot(dev, apdev, params):
 
 def test_sigma_dut_ap_transition_disable(dev, apdev, params):
     """sigma_dut controlled AP and transition disabled indication"""
+    check_sae_capab(dev[0])
     logdir = params['prefix'] + ".sigma-hostapd"
 
     with HWSimRadio() as (radio, iface):
@@ -4687,6 +4688,7 @@ def test_sigma_dut_ap_transition_disable(dev, apdev, params):
 
 def test_sigma_dut_ap_transition_disable_change(dev, apdev, params):
     """sigma_dut controlled AP and transition disabled indication change"""
+    check_sae_capab(dev[0])
     logdir = params['prefix'] + ".sigma-hostapd"
 
     with HWSimRadio() as (radio, iface):