1
0
mirror of https://github.com/gryf/wicd.git synced 2025-12-21 05:18:02 +01:00
Files
wicd/encryption/templates/psu

16 lines
317 B
Plaintext

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"
}