diff --git a/encryption/templates/active b/encryption/templates/active index fdee912..73577d3 100644 --- a/encryption/templates/active +++ b/encryption/templates/active @@ -12,3 +12,4 @@ eap peap peap-tkip eap-tls +psu diff --git a/encryption/templates/psu b/encryption/templates/psu new file mode 100644 index 0000000..c1b3f14 --- /dev/null +++ b/encryption/templates/psu @@ -0,0 +1,15 @@ +name = PSU +author = Alexander Anisimov +version = 1 +require identity *Identity password *Password +protected password *Password +----- +ctrl_interface=/var/run/wpa_supplicant +network={ + ssid="$_ESSID" + key_mgmt=IEEE8021X + eap=PEAP + phase2="auth=MSCHAPV2" + identity="$_IDENTITY" + password="$_PASSWORD" +}