]> git.ipfire.org Git - thirdparty/hostap.git/commitdiff
tests: Memory allocation failing for expanded EAP-Nak
authorJouni Malinen <j@w1.fi>
Sun, 7 Feb 2016 18:35:35 +0000 (20:35 +0200)
committerJouni Malinen <j@w1.fi>
Sun, 7 Feb 2016 18:35:35 +0000 (20:35 +0200)
Signed-off-by: Jouni Malinen <j@w1.fi>
tests/hwsim/test_ap_wps.py

index e40ed889f1d891e10e25fc0135c5cce247e598f0..37e38a0a4fb87b4d3edefb17e14fba3894854e7d 100644 (file)
@@ -9389,6 +9389,15 @@ def test_ap_wps_eap_wsc_errors(dev, apdev):
             wait_scan_stopped(dev[0])
             dev[0].dump_monitor()
 
+    with alloc_fail(dev[0], 1, "eap_msg_alloc;eap_sm_build_expanded_nak"):
+        dev[0].wps_reg(bssid, appin + " new_ssid=a", "new ssid", "WPA2PSK",
+                       "CCMP", "new passphrase", no_wait=True)
+        wait_fail_trigger(dev[0], "GET_ALLOC_FAIL")
+        dev[0].request("WPS_CANCEL")
+        dev[0].wait_disconnected()
+        wait_scan_stopped(dev[0])
+        dev[0].dump_monitor()
+
 def test_ap_wps_eap_wsc(dev, apdev):
     """WPS and EAP-WSC in network profile"""
     params = int_eap_server_params()