]> git.ipfire.org Git - thirdparty/hostap.git/commitdiff
tests: Update dpp_pkex_test_fail to match implementation
authorJouni Malinen <jouni@codeaurora.org>
Sat, 9 May 2020 14:39:15 +0000 (17:39 +0300)
committerJouni Malinen <j@w1.fi>
Sun, 10 May 2020 12:55:30 +0000 (15:55 +0300)
dpp_derive_ke() was renamed to dpp_derive_bk_ke().

Signed-off-by: Jouni Malinen <jouni@codeaurora.org>
tests/hwsim/test_dpp.py

index fe307288da4859c8001e17c28436073d0aabf189..d832b98d408b9d27f6280445d657933f1903a9bd 100644 (file)
@@ -3719,8 +3719,8 @@ def test_dpp_pkex_test_fail(dev, apdev):
              (1, "aes_siv_encrypt;dpp_auth_build_conf"),
              (1, "dpp_derive_k2;dpp_auth_resp_rx"),
              (1, "dpp_hkdf_expand;dpp_derive_k2;dpp_auth_resp_rx"),
-             (1, "dpp_derive_ke;dpp_auth_resp_rx"),
-             (1, "dpp_hkdf_expand;dpp_derive_ke;dpp_auth_resp_rx"),
+             (1, "dpp_derive_bk_ke;dpp_auth_resp_rx"),
+             (1, "dpp_hkdf_expand;dpp_derive_bk_ke;dpp_auth_resp_rx"),
              (1, "dpp_gen_r_auth;dpp_auth_resp_rx"),
              (1, "aes_siv_encrypt;dpp_build_conf_resp"),
              (1, "dpp_pkex_derive_Qi;dpp_pkex_build_exchange_req"),
@@ -3755,7 +3755,7 @@ def test_dpp_pkex_test_fail(dev, apdev):
              (1, "aes_siv_encrypt;dpp_build_conf_req"),
              (1, "os_get_random;dpp_auth_build_resp_ok"),
              (1, "dpp_derive_k2;dpp_auth_build_resp_ok"),
-             (1, "dpp_derive_ke;dpp_auth_build_resp_ok"),
+             (1, "dpp_derive_bk_ke;dpp_auth_build_resp_ok"),
              (1, "dpp_gen_r_auth;dpp_auth_build_resp_ok"),
              (1, "aes_siv_encrypt;dpp_auth_build_resp_ok"),
              (1, "dpp_derive_k1;dpp_auth_req_rx"),