1
0
mirror of https://github.com/gryf/wicd.git synced 2025-12-21 13:28:08 +01:00
Files
wicd/encryption/templates/wep
2007-07-04 14:51:57 +00:00

14 lines
212 B
Plaintext

name = WEP
author = Adam Blackburn
version = 1
require key *Key
-----
network={
ssid="$_ESSID"
scan_ssid=$_SCAN
key_mgmt=NONE
wep_key0=$_KEY
wep_tx_keyidx=0
priority=5
}