From 50b37d4a27d3295a29afca2286f1a5a086142cec Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 28 Apr 2024 11:49:46 +0200 Subject: Adding upstream version 3.2.1+dfsg. Signed-off-by: Daniel Baumann --- src/tests/peap-mschapv2.conf | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 src/tests/peap-mschapv2.conf (limited to 'src/tests/peap-mschapv2.conf') diff --git a/src/tests/peap-mschapv2.conf b/src/tests/peap-mschapv2.conf new file mode 100644 index 0000000..ec9df68 --- /dev/null +++ b/src/tests/peap-mschapv2.conf @@ -0,0 +1,13 @@ +# +# ./eapol_test -c peap-mschapv2.conf -s testing123 +# +network={ + ssid="example" + key_mgmt=WPA-EAP + eap=PEAP + identity="bob" + anonymous_identity="anonymous" + password="bob" + phase1="peapver=0" + phase2="auth=MSCHAPV2" +} -- cgit v1.2.3