]> git.pld-linux.org Git - packages/atmelwlandriver.git/commitdiff
- config file for atmelwlandriver usb devices
authoryogib <yogib@pld-linux.org>
Tue, 3 Aug 2004 20:48:47 +0000 (20:48 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    atmelwlandriver-vnetrc -> 1.1

atmelwlandriver-vnetrc [new file with mode: 0644]

diff --git a/atmelwlandriver-vnetrc b/atmelwlandriver-vnetrc
new file mode 100644 (file)
index 0000000..be935e1
--- /dev/null
@@ -0,0 +1,60 @@
+# Startup options file currently only for the ATMEL USB Drivers
+# A commented line starts with '#' 
+
+# Select the corresponding regulatory domain. Default value : 1
+# Channel       1-11    USA
+# Channel       1-11    Canada
+# Channel       1-13    Europe (ex Spain/France)
+# Channel       10-11   Spain
+# Channel       10-13   France
+# Channel       14      Japan
+# Channel       1-14    Japan(MKK1)
+# Channel       3-9     Israel
+
+regulatory_domain=
+
+# Enter the name of the Interface. Default value : eth1
+
+interface=
+
+# Enter the Essid  of your choice ( Max 32 characters ). Default value : Test
+
+essid=
+
+# Enter the Mode. Default value : Ad-hoc 
+
+mode=
+
+# Enter the Channel. Default value : 4
+
+channel=
+
+#Enter the Rate. Default value : 11M
+
+rate=
+
+#Enter the Fragmentation threshold. Default value : 2346
+
+frag=
+
+#Enter the Rts threshold. Default value : 2347
+
+rts=
+
+# Enter the Encryption Settings :
+
+#Encryption enabled
+
+encryption=
+
+# Encryption Key
+
+key=
+
+#Key Value
+
+value=
+
+# Key mode
+
+wep=
This page took 0.06673 seconds and 4 git commands to generate.