nightmorph    09/04/15 07:28:51

  Modified:             hb-net-wireless.xml
  Log:
  clarify ascii and hex wep keys, bug 250029

Revision  Changes    Path
1.16                 xml/htdocs/doc/en/handbook/hb-net-wireless.xml

file : 
http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-net-wireless.xml?rev=1.16&view=markup
plain: 
http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-net-wireless.xml?rev=1.16&content-type=text/plain
diff : 
http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-net-wireless.xml?r1=1.15&r2=1.16

Index: hb-net-wireless.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-net-wireless.xml,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- hb-net-wireless.xml 7 May 2007 18:11:41 -0000       1.15
+++ hb-net-wireless.xml 15 Apr 2009 07:28:50 -0000      1.16
@@ -4,7 +4,7 @@
 <!-- The content of this document is licensed under the CC-BY-SA license -->
 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
 
-<!-- $Header: 
/var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-net-wireless.xml,v 1.15 
2007/05/07 18:11:41 nightmorph Exp $ -->
+<!-- $Header: 
/var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-net-wireless.xml,v 1.16 
2009/04/15 07:28:50 nightmorph Exp $ -->
 
 <sections>
 
@@ -12,8 +12,8 @@
 Wireless isn't straightforward. Hopefully we'll get you working!
 </abstract>
 
-<version>8.0</version>
-<date>2007-05-07</date>
+<version>8.1</version>
+<date>2009-04-15</date>
 
 <section>
 <title>Introduction</title>
@@ -146,7 +146,9 @@
 network={
   ssid="static-wep-test"
   key_mgmt=NONE
+  <comment># Keys in quotes are ASCII keys</comment>
   wep_key0="abcde"
+  <comment># Keys specified without quotes are hex keys</comment>
   wep_key1=0102030405
   wep_key2="1234567890123"
   wep_tx_keyidx=0




Reply via email to