1
0
mirror of https://github.com/gryf/wicd.git synced 2025-12-22 22:27:59 +01:00
Files
wicd/encryption/templates/wep-shared

17 lines
309 B
Plaintext

name = WEP Shared/Restricted
author = Dan O'Reilly
version = 1
require key *Key
protected key *Key
-----
ctrl_interface=/var/run/wpa_supplicant
network={
ssid="$_ESSID"
scan_ssid=$_SCAN
key_mgmt=NONE
auth_alg=SHARED
wep_key0=$_KEY
wep_tx_keyidx=0
priority=5
}