mirror of
https://github.com/gryf/wicd.git
synced 2026-01-28 03:05:45 +01:00
Added wep-hex, wep-passphrase, eap-tls, wep-shared encryption templates
Removed wep template (its now called wep-hex).
This commit is contained in:
14
encryption/templates/wep-hex
Normal file
14
encryption/templates/wep-hex
Normal file
@@ -0,0 +1,14 @@
|
||||
name = WEP (Hex)
|
||||
author = Adam Blackburn
|
||||
version = 1
|
||||
require key *Key
|
||||
-----
|
||||
ctrl_interface=/var/run/wpa_supplicant
|
||||
network={
|
||||
ssid="$_ESSID"
|
||||
scan_ssid=$_SCAN
|
||||
key_mgmt=NONE
|
||||
wep_key0=$_KEY
|
||||
wep_tx_keyidx=0
|
||||
priority=5
|
||||
}
|
||||
Reference in New Issue
Block a user