1
0
mirror of https://github.com/gryf/wicd.git synced 2025-12-25 16:02:28 +01:00
Files
wicd/encryption/templates/wpa-psk

17 lines
342 B
Plaintext

name = WPA 1/2 (Preshared Key)
author = Adam Blackburn
version = 1
require apsk *Preshared_Key
protected apsk *Preshared_Key
-----
ctrl_interface=/var/run/wpa_supplicant
network={
ssid="$_ESSID"
scan_ssid=$_SCAN
proto=WPA RSN
key_mgmt=WPA-PSK
pairwise=CCMP TKIP
group=CCMP TKIP
psk="$_APSK"
}