Gentoo Archives: gentoo-doc-cvs

From: Jan Kundrat <jkt@×××××××××××.org>
To: gentoo-doc-cvs@l.g.o
Subject: [gentoo-doc-cvs] cvs commit: hb-net-wireless.xml
Date: Mon, 09 Jan 2006 14:57:22
Message-Id: 200601091457.k09Ev5QZ026719@robin.gentoo.org
1 jkt 06/01/09 14:57:04
2
3 Modified: xml/htdocs/doc/en/handbook hb-net-wireless.xml
4 Log:
5 #116267:
6 - s/wpa_suppliant/wpa_supplicant/
7 - some <c> magic :)
8
9 Revision Changes Path
10 1.9 +12 -10 xml/htdocs/doc/en/handbook/hb-net-wireless.xml
11
12 file : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/hb-net-wireless.xml?rev=1.9&content-type=text/x-cvsweb-markup&cvsroot=gentoo
13 plain: http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/hb-net-wireless.xml?rev=1.9&content-type=text/plain&cvsroot=gentoo
14 diff : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/hb-net-wireless.xml.diff?r1=1.8&r2=1.9&cvsroot=gentoo
15
16 Index: hb-net-wireless.xml
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-net-wireless.xml,v
19 retrieving revision 1.8
20 retrieving revision 1.9
21 diff -u -r1.8 -r1.9
22 --- hb-net-wireless.xml 23 Dec 2005 21:28:18 -0000 1.8
23 +++ hb-net-wireless.xml 9 Jan 2006 14:57:04 -0000 1.9
24 @@ -4,11 +4,11 @@
25 <!-- The content of this document is licensed under the CC-BY-SA license -->
26 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
27
28 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-net-wireless.xml,v 1.8 2005/12/23 21:28:18 neysx Exp $ -->
29 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-net-wireless.xml,v 1.9 2006/01/09 14:57:04 jkt Exp $ -->
30
31 <sections>
32
33 -<version>1.3</version>
34 +<version>1.4</version>
35 <date>2005-12-22</date>
36
37 <section>
38 @@ -22,7 +22,7 @@
39 </p>
40
41 <p>
42 -<c>wpa_suppliant</c> is the best choice, but it does not support all drivers.
43 +<c>wpa_supplicant</c> is the best choice, but it does not support all drivers.
44 For a list of supported drivers, <uri
45 link="http://hostap.epitest.fi/wpa_supplicant">read the wpa_supplicant
46 site</uri>. Also, <c>wpa_supplicant</c> can currently only connect to SSID's
47 @@ -35,12 +35,12 @@
48 </p>
49
50 <warn>
51 -The <c>linux-wlan-ng</c> driver is not supported by <c>baselayout</c> at this
52 +The <c>linux-wlan-ng</c> driver is not supported by baselayout at this
53 time. This is because <c>linux-wlan-ng</c> have their own setup and
54 configuration which is completely different to everyone else's. The
55 <c>linux-wlan-ng</c> devs are rumoured to be changing their setup over to
56 <c>wireless-tools</c> - when this happens you may use <c>linux-wlan-ng</c>
57 -with <c>baselayout</c>.
58 +with baselayout.
59 </warn>
60
61 </body>
62 @@ -82,7 +82,7 @@
63 <note>
64 If you're using the host-ap driver you will need to put the card in <e>Managed
65 mode</e> before it can be used with <c>wpa_supplicant</c> correctly. You can use
66 -<e>iwconfig_eth0="mode managed"</e> to achieve this in
67 +<c>iwconfig_eth0="mode managed"</c> to achieve this in
68 <path>/etc/conf.d/net</path>.
69 </note>
70
71 @@ -205,7 +205,7 @@
72 <note>
73 Although you can store your wireless settings in
74 <path>/etc/conf.d/wireless</path> this guide recommends you store them in
75 -<path>/etc/conf.d/net</path>
76 +<path>/etc/conf.d/net</path>.
77 </note>
78
79 <impo>
80 @@ -222,7 +222,9 @@
81 # any time so we supply a default index of [1] to set key [1] and then
82 # again afterwards to change the active key to [1]
83 # We do this incase you define other ESSID's to use WEP keys other than 1
84 +#
85 # Prefixing the key with s: means it's an ASCII key, otherwise a HEX key
86 +#
87 # enc open specified open security (most secure)
88 # enc restricted specified restricted security (least secure)</comment>
89 key_ESSID1="[1] s:yourkeyhere key [1] enc open"
90 @@ -281,15 +283,15 @@
91 </tr>
92 <tr>
93 <ti><c>forceany</c></ti>
94 - <ti>Same as forcepreferred + connect to any other available AP</ti>
95 + <ti>Same as <c>forcepreferred</c> + connect to any other available AP</ti>
96 </tr>
97 </table>
98
99 <p>
100 Finally we have some <c>blacklist_aps</c> and <c>unique_ap</c> selection.
101 <c>blacklist_aps</c> works in a similar way to <c>preferred_aps</c>.
102 -<c>unique_ap</c> is a yes or no value that says if a second wireless interface
103 -can connect to the same Access Point as the first interface.
104 +<c>unique_ap</c> is a <c>yes</c> or <c>no</c> value that says if a second
105 +wireless interface can connect to the same Access Point as the first interface.
106 </p>
107
108 <pre caption="blacklist_aps and unique_ap example">
109
110
111
112 --
113 gentoo-doc-cvs@g.o mailing list