summaryrefslogtreecommitdiffstats
path: root/examples/deprecated/wep-string-key.example
blob: 31186584bda39df051c5e74e888f3872b6ae97d9 (plain)
1
2
3
4
5
6
7
8
CONNECTION="wireless"
DESCRIPTION="A simple WEP encrypted wireless connection"
INTERFACE=wlan0
SCAN="yes"
SECURITY="wep"
ESSID="MyNetwork"
KEY="s:Some string key"
IP="dhcp"