From c4db3c56f3feb04592eeeb14ccda71fb92cc05a3 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Thu, 16 Oct 2003 19:59:54 +0000 Subject: documentation finished git-svn-id: file:///home/lennart/svn/public/aeswepd/trunk@27 022f378f-78c4-0310-b860-d162c87e6274 --- man/aeswepd.8.xml.in | 21 +++++++++++---------- 1 file changed, 11 insertions(+), 10 deletions(-) (limited to 'man') diff --git a/man/aeswepd.8.xml.in b/man/aeswepd.8.xml.in index 0677219..d666da9 100644 --- a/man/aeswepd.8.xml.in +++ b/man/aeswepd.8.xml.in @@ -29,12 +29,12 @@ aeswepls [options] - -

aeswepd is UNIX daemon for changing WEP keys of WLAN devices - in constant intervals. The WEP keys are calculated by encrypting - the current UNIX time using the AES cypher with a given constant - key. aeswepd is intended to increase the security of the - hardware based, standards compliant WEP technology.

+ +

aeswepd is UNIX daemon for changing WEP keys of WLAN devices + in constant intervals. The WEP keys are calculated by encrypting + the current UNIX time using the AES cypher with a given constant + key. aeswepd strengthens the security of the weak hardware + based, standards compliant WEP technology.

aeswepd may use up to three hardware WEP keys: the first is set to the current, the second to the previous and the third to @@ -84,7 +84,8 @@

-t | --rekey-time=SEC

-

Specify the rekeying interval in seconds.

+

Specify the rekeying interval in seconds. (default: + 900, that is 15 minutes)

@@ -146,12 +147,12 @@
-

/var/run/aeswepd.<aeswepdgt;.pid: the pid file +

/var/run/aeswepd.<interface>.pid: the pid file for aeswepd.

-

SIGINT, SIGTERM, SIGTQUIT aeswepd will quit. This is issued by passing -k to aeswepd.

+

SIGINT, SIGTERM, SIGQUIT aeswepd will quit. This is issued by passing -k to aeswepd.

SIGHUP aeswepd will rekey immediately.

-- cgit