tests: EAP-SIM with decorated anonymous identity
Signed-off-by: Jouni Malinen <jouni@codeaurora.org>
This commit is contained in:
parent
73d9891bd7
commit
aa6a50849c
1 changed files with 1 additions and 0 deletions
|
@ -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")
|
||||
|
||||
|
|
Loading…
Reference in a new issue