From: Jouni Malinen Date: Mon, 3 Oct 2022 16:20:21 +0000 (+0300) Subject: tests: sigma_dut and DPP AP provisioning with SAE X-Git-Tag: hostap_2_11~1668 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ca94fd70c8fbe61c0fa4f83a9ed9afdb24618b9c;p=thirdparty%2Fhostap.git tests: sigma_dut and DPP AP provisioning with SAE Signed-off-by: Jouni Malinen --- diff --git a/tests/hwsim/test_sigma_dut.py b/tests/hwsim/test_sigma_dut.py index 7856e84df..b04823a7d 100644 --- a/tests/hwsim/test_sigma_dut.py +++ b/tests/hwsim/test_sigma_dut.py @@ -2738,6 +2738,21 @@ def test_sigma_dut_ap_dpp_qr_legacy_psk(dev, apdev, params): run_sigma_dut_ap_dpp_qr(dev, apdev, params, "ap-psk", "sta-psk", extra="psk=%s" % (32*"12")) +def test_sigma_dut_ap_dpp_qr_sae(dev, apdev, params): + """sigma_dut controlled AP (SAE)""" + run_sigma_dut_ap_dpp_qr(dev, apdev, params, "ap-sae", "sta-sae", + extra="pass=%s" % to_hex("qwertyuiop")) + +def test_sigma_dut_ap_dpp_qr_dpp_sae(dev, apdev, params): + """sigma_dut controlled AP (DPP+SAE)""" + run_sigma_dut_ap_dpp_qr(dev, apdev, params, "ap-sae-dpp", "sta-sae", + extra="pass=%s" % to_hex("qwertyuiop")) + +def test_sigma_dut_ap_dpp_qr_dpp_sae2(dev, apdev, params): + """sigma_dut controlled AP (DPP+SAE)""" + run_sigma_dut_ap_dpp_qr(dev, apdev, params, "ap-sae-dpp", "sta-dpp", + extra="pass=%s" % to_hex("qwertyuiop")) + def test_sigma_dut_ap_dpp_qr_mud_url(dev, apdev, params): """sigma_dut controlled AP (DPP) with MUD URL""" run_sigma_dut_ap_dpp_qr(dev, apdev, params, "ap-dpp", "sta-dpp",