aboutsummaryrefslogtreecommitdiff
path: root/profile-template
diff options
context:
space:
mode:
authorJudd Vinet <judd@archlinux.org>2005-11-28 19:36:56 +0000
committerJudd Vinet <judd@archlinux.org>2005-11-28 19:36:56 +0000
commit2c90c8af7bee4f06cf05c481e658406df35fe401 (patch)
tree34427b0e25526f3bbe0e7dc32dd70d436a4bb62d /profile-template
parent15c49deac15f97e647afc081c7b5e210ad4bdcd3 (diff)
downloadinitscripts-2c90c8af7bee4f06cf05c481e658406df35fe401.tar.xz
added USEWPA to template to enable/disable wpa_supplicant
Diffstat (limited to 'profile-template')
-rw-r--r--profile-template14
1 files changed, 10 insertions, 4 deletions
diff --git a/profile-template b/profile-template
index eabbd02..b30937f 100644
--- a/profile-template
+++ b/profile-template
@@ -22,8 +22,14 @@ DNS2=
#KEY=
#IWOPTS="mode managed essid $ESSID channel 6 key restricted $KEY"
-#WIFI_INTERFACE=wlan0 # use this if you have a special wireless interface
- # that is linked to the real $INTERFACE
+#WIFI_INTERFACE=wlan0 # use this if you have a special wireless interface
+ # that is linked to the real $INTERFACE
+
+#WIFI_WAIT=5 # seconds to wait for the wireless card to
+ # associate before bringing the interface up
+
+#USEWPA="yes" # start wpa_supplicant with the profile
+#WPAOPTS="" # use "" for normal operation or specify additional
+ # options (eg, "-D ipw")
+ # see /etc/wpa_supplicant.conf for configuration
-#WIFI_WAIT=5 # seconds to wait for the wireless card to
- # associate before bringing the interface up