Wed Sep 10 20:49:52 2008 UTC ()
Mention that it prints a single network configuration block
to standard output and the passphrase must be 8 to 63 characters
in length.


(reed)
diff -r1.2 -r1.3 src/usr.sbin/wpa/wpa_passphrase/wpa_passphrase.8

cvs diff -r1.2 -r1.3 src/usr.sbin/wpa/wpa_passphrase/Attic/wpa_passphrase.8 (expand / switch to unified diff)

--- src/usr.sbin/wpa/wpa_passphrase/Attic/wpa_passphrase.8 2006/06/28 21:10:08 1.2
+++ src/usr.sbin/wpa/wpa_passphrase/Attic/wpa_passphrase.8 2008/09/10 20:49:52 1.3
@@ -1,40 +1,42 @@ @@ -1,40 +1,42 @@
1.\" $NetBSD: wpa_passphrase.8,v 1.2 2006/06/28 21:10:08 wiz Exp $ 1.\" $NetBSD: wpa_passphrase.8,v 1.3 2008/09/10 20:49:52 reed Exp $
2.\" 2.\"
3.Dd May 14, 2006 3.Dd May 14, 2006
4.Dt WPA_PASSPHRASE 8 4.Dt WPA_PASSPHRASE 8
5.Os 5.Os
6.Sh NAME 6.Sh NAME
7.Nm wpa_passphrase 7.Nm wpa_passphrase
8.Nd Set WPA passphrase for a SSID 8.Nd Set WPA passphrase for a SSID
9.Sh SYNOPSIS 9.Sh SYNOPSIS
10.Nm 10.Nm
11.Ar ssid 11.Ar ssid
12.Ar passphrase 12.Ar passphrase
13.Sh DESCRIPTION 13.Sh DESCRIPTION
14The 14The
15.Nm 15.Nm
16utility 16utility
17pre-computes PSK entries for network configuration blocks of a 17pre-computes PSK entries for network configuration blocks of a
18.Xr wpa_supplicant.conf 5 18.Xr wpa_supplicant.conf 5
19file. 19file.
 20It prints a single network configuration block to standard output.
20.Pp 21.Pp
21The following arguments must be specified on the command line: 22The following arguments must be specified on the command line:
22.Bl -tag -width passphrase 23.Bl -tag -width passphrase
23.It Ar ssid 24.It Ar ssid
24The SSID whose passphrase should be derived. 25The SSID whose passphrase should be derived.
25.It Ar passphrase 26.It Ar passphrase
26The passphrase to use. If not included on the command line, 27The passphrase to use. If not included on the command line,
27passphrase will be read from standard input. 28passphrase will be read from standard input.
 29The passphrase must be 8 to 63 characters in length.
28.El 30.El
29.Sh SEE ALSO 31.Sh SEE ALSO
30.Xr wpa_supplicant.conf 5 , 32.Xr wpa_supplicant.conf 5 ,
31.Xr ifconfig 8 , 33.Xr ifconfig 8 ,
32.Xr wpa_cli 8 , 34.Xr wpa_cli 8 ,
33.Xr wpa_supplicant 8 35.Xr wpa_supplicant 8
34.Sh HISTORY 36.Sh HISTORY
35The 37The
36.Nm 38.Nm
37utility first appeared in 39utility first appeared in
38.Nx 4.0 . 40.Nx 4.0 .
39.Sh AUTHORS 41.Sh AUTHORS
40The 42The