network={
key_mgmt=IEEE8021X
eap=FAST
- identity="bob"
+
anonymous_identity="anonymous"
+
+ identity="bob"
password="bob"
+
phase1="tls_disable_session_ticket=0 fast_provisioning=2"
+
pac_file="blob://eap-fast-pac"
ca_cert="../../raddb/certs/ca.pem"
network={
key_mgmt=NONE
eap=MD5
+
identity="bob"
password="bob"
}
# eapol_test -c eap-mschapv2.conf -s testing123
#
network={
- ssid="example"
- key_mgmt=WPA-EAP
+ key_mgmt=IEEE8021X
eap=MSCHAPV2
+
identity="bob"
password="bob"
}
network={
- ssid="example"
- key_mgmt=WPA-EAP IEEE8021X
- pairwise=CCMP
- group=CCMP
+ key_mgmt=IEEE8021X
eap=PWD
+
identity="bob"
- password="hello"
+ password="bob"
+
+ pairwise=CCMP
+ group=CCMP
priority=1
}
# And make it a LOCAL realm.
#
network={
- key_mgmt=WPA-EAP
+ key_mgmt=IEEE8021X
eap=TLS
+
identity="user@example.org"
+
+ phase1=""
+
ca_cert="../../raddb/certs/ca.pem"
client_cert="../../raddb/certs/client.crt"
private_key="../../raddb/certs/client.key"
private_key_passwd="whatever"
-
- phase1=""
}
# eapol_test -c eap-ttls-eap-mschapv2.conf -s testing123
#
network={
- ssid="example"
- key_mgmt=WPA-EAP
+ key_mgmt=IEEE8021X
eap=TTLS
- identity="bob"
+
anonymous_identity="anonymous"
+
+ identity="bob"
password="bob"
+
phase1=""
phase2="autheap=MSCHAPV2"
+
+ ca_cert="../../raddb/certs/ca.pem"
}
key_mgmt=IEEE8021X
eap=TTLS
identity="user@example.org"
+
phase1=""
phase2="autheap=TLS"
# eapol_test -c eap-ttls-mschapv2.conf -s testing123
#
network={
- ssid="example"
- key_mgmt=WPA-EAP
+ key_mgmt=IEEE8021X
eap=TTLS
- identity="bob"
+
anonymous_identity="anonymous"
+
+ identity="bob"
password="bob"
+
phase1=""
phase2="auth=MSCHAPV2"
+
+ ca_cert="../../raddb/certs/ca.pem"
}
# eapol_test -c eap-ttls-pap.conf -s testing123
#
network={
- key_mgmt=WPA-EAP
+ key_mgmt=IEEE8021X
eap=TTLS
- identity="bob"
+
anonymous_identity="anonymous"
-# ca_cert="../../raddb/certs/ca.pem"
+
+ identity="bob"
password="bob"
+
phase1=""
phase2="auth=PAP"
+
+ ca_cert="../../raddb/certs/ca.pem"
}