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

16 lines
320 B
Plaintext

name = WEP (Passphrase)
author = Adam Blackburn
version = 1
require passphrase *Passphrase
protected passphrase *Passphrase
-----
ctrl_interface=/var/run/wpa_supplicant
network={
ssid="$_ESSID"
scan_ssid=$_SCAN
key_mgmt=NONE
wep_key0="$_PASSPHRASE"
wep_tx_keyidx=0
priority=5
}