diff options
author | Jouke Witteveen <j.witteveen@gmail.com> | 2015-01-12 16:07:22 +0100 |
---|---|---|
committer | Jouke Witteveen <j.witteveen@gmail.com> | 2015-01-13 01:08:33 +0100 |
commit | 1f727e70efefc7a22dd86932f9be35a8727cf114 (patch) | |
tree | 788793cd7ee0de61ea7c3d127a501d26dcfa6a9c /docs/examples/wireless-wpa | |
parent | cf675b4ab8e56267b56e2d8bc2a30f87f3502abb (diff) | |
download | netctl-1f727e70efefc7a22dd86932f9be35a8727cf114.tar.gz netctl-1f727e70efefc7a22dd86932f9be35a8727cf114.tar.xz |
Minor documentation fixes
Diffstat (limited to 'docs/examples/wireless-wpa')
-rw-r--r-- | docs/examples/wireless-wpa | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/examples/wireless-wpa b/docs/examples/wireless-wpa index bb9fe36..779c817 100644 --- a/docs/examples/wireless-wpa +++ b/docs/examples/wireless-wpa @@ -1,8 +1,8 @@ Description='A simple WPA encrypted wireless connection' Interface=wlan0 Connection=wireless -Security=wpa +Security=wpa IP=dhcp ESSID='MyNetwork' @@ -12,3 +12,5 @@ ESSID='MyNetwork' Key='WirelessKey' # Uncomment this if your ssid is hidden #Hidden=yes +# Set a priority for automatic profile selection +#Priority=10 |