diff options
Diffstat (limited to 'docs/examples/wireless-wep')
-rw-r--r-- | docs/examples/wireless-wep | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/docs/examples/wireless-wep b/docs/examples/wireless-wep index afbd3e3..fd92d01 100644 --- a/docs/examples/wireless-wep +++ b/docs/examples/wireless-wep @@ -1,12 +1,17 @@ Description='A simple WEP encrypted wireless connection' Interface=wlan0 Connection=wireless + Security=wep +IP=dhcp + ESSID='MyNetwork' -# Prepend \" to hexadecimal keys +# Prepend \" to hexadecimal keys, but not to string keys Key=\"1234567890abcdef -IP=dhcp +#Key='WirelessKey' # Uncomment this if your ssid is hidden #Hidden=yes -# Uncomment if you are using an ad-hoc connection +# Uncomment this if you are using an ad-hoc connection #AdHoc=yes +# Set a priority for automatic profile selection +#Priority=10 |