From: Jouni Malinen Date: Fri, 19 Mar 2021 19:12:43 +0000 (+0200) Subject: tests: EAP-SIM with decorated anonymous identity X-Git-Tag: hostap_2_10~377 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=aa6a50849c1ebd35848299022d2f3b92e4cc2195;p=thirdparty%2Fhostap.git tests: EAP-SIM with decorated anonymous identity Signed-off-by: Jouni Malinen --- diff --git a/tests/hwsim/test_ap_eap.py b/tests/hwsim/test_ap_eap.py index 9efa2b47d..d5e1d995b 100644 --- a/tests/hwsim/test_ap_eap.py +++ b/tests/hwsim/test_ap_eap.py @@ -881,6 +881,7 @@ def test_ap_wpa2_eap_sim_ext_anonymous(dev, apdev): try: run_ap_wpa2_eap_sim_ext_anonymous(dev, "anonymous@example.org") run_ap_wpa2_eap_sim_ext_anonymous(dev, "@example.org") + run_ap_wpa2_eap_sim_ext_anonymous(dev, "example.org!anonymous@otherexample.org") finally: dev[0].request("SET external_sim 0")