]> git.pld-linux.org Git - packages/atmelwlandriver.git/blob - atmelwlandriver-vnetrc
- config file for atmelwlandriver usb devices
[packages/atmelwlandriver.git] / atmelwlandriver-vnetrc
1 # Startup options file currently only for the ATMEL USB Drivers
2 # A commented line starts with '#' 
3
4 # Select the corresponding regulatory domain. Default value : 1
5 # Channel       1-11    USA
6 # Channel       1-11    Canada
7 # Channel       1-13    Europe (ex Spain/France)
8 # Channel       10-11   Spain
9 # Channel       10-13   France
10 # Channel       14      Japan
11 # Channel       1-14    Japan(MKK1)
12 # Channel       3-9     Israel
13
14 regulatory_domain=
15
16 # Enter the name of the Interface. Default value : eth1
17
18 interface=
19
20 # Enter the Essid  of your choice ( Max 32 characters ). Default value : Test
21
22 essid=
23
24 # Enter the Mode. Default value : Ad-hoc 
25
26 mode=
27
28 # Enter the Channel. Default value : 4
29
30 channel=
31
32 #Enter the Rate. Default value : 11M
33
34 rate=
35
36 #Enter the Fragmentation threshold. Default value : 2346
37
38 frag=
39
40 #Enter the Rts threshold. Default value : 2347
41
42 rts=
43
44 # Enter the Encryption Settings :
45
46 #Encryption enabled
47
48 encryption=
49
50 # Encryption Key
51
52 key=
53
54 #Key Value
55
56 value=
57
58 # Key mode
59
60 wep=
This page took 0.082251 seconds and 4 git commands to generate.