diff --git a/encryption/templates/active b/encryption/templates/active index 87da577..1ce995a 100644 --- a/encryption/templates/active +++ b/encryption/templates/active @@ -4,3 +4,4 @@ leap ttls eap peap +peap-tkip diff --git a/encryption/templates/peap-tkip b/encryption/templates/peap-tkip new file mode 100755 index 0000000..fbcf3fe --- /dev/null +++ b/encryption/templates/peap-tkip @@ -0,0 +1,19 @@ +name = PEAP with TKIP +author = Fralaltro +version = 1 +require identity *Identity password *Password ca_cert *Path_to_CA_Cert +----- +network={ + ssid="$_ESSID" + scan_ssid=$_SCAN + proto=WPA + key_mgmt=WPA-EAP + pairwise=TKIP + group=TKIP + eap=PEAP + identity="$_IDENTITY" + password="$_PASSWORD" + ca_cert="$_CA_CERT" + phase1="peaplabel=0" + phase2="auth=MSCHAPV2" +}