1
0
mirror of https://github.com/gryf/wicd.git synced 2025-12-20 21:08:06 +01:00
Files
wicd/encryption/templates/wep-hex

16 lines
286 B
Plaintext

name = WEP (Hex [0-9/A-F])
author = Adam Blackburn
version = 1
require key *Key
protected 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
}