mirror of
https://github.com/gryf/wicd.git
synced 2026-01-10 15:54:13 +01:00
Added the wpa-psk template and change the wpa one to wpa passphrase
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
wpa
|
||||
wpa-psk
|
||||
wep-hex
|
||||
wep-passphrase
|
||||
wep-shared
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
name = WPA 1/2
|
||||
name = WPA 1/2 (Passphrase)
|
||||
author = Adam Blackburn
|
||||
version = 1
|
||||
require key *Key
|
||||
|
||||
15
encryption/templates/wpa-psk
Normal file
15
encryption/templates/wpa-psk
Normal file
@@ -0,0 +1,15 @@
|
||||
name = WPA 1/2 (Preshared Key)
|
||||
author = Adam Blackburn
|
||||
version = 1
|
||||
require 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"
|
||||
}
|
||||
Reference in New Issue
Block a user