Sync usage with man page.
[netbsd-mini2440.git] / usr.sbin / wpa / wpa_passphrase / wpa_passphrase.8
blob683a625a5dfa23afe8c27c8fc1743be9746d5bc9
1 .\" $NetBSD: wpa_passphrase.8,v 1.3 2008/09/10 20:49:52 reed Exp $
2 .\"
3 .Dd September 10, 2008
4 .Dt WPA_PASSPHRASE 8
5 .Os
6 .Sh NAME
7 .Nm wpa_passphrase
8 .Nd Set WPA passphrase for a SSID
9 .Sh SYNOPSIS
10 .Nm
11 .Ar ssid
12 .Ar passphrase
13 .Sh DESCRIPTION
14 The
15 .Nm
16 utility
17 pre-computes PSK entries for network configuration blocks of a
18 .Xr wpa_supplicant.conf 5
19 file.
20 It prints a single network configuration block to standard output.
21 .Pp
22 The following arguments must be specified on the command line:
23 .Bl -tag -width passphrase
24 .It Ar ssid
25 The SSID whose passphrase should be derived.
26 .It Ar passphrase
27 The passphrase to use. If not included on the command line,
28 passphrase will be read from standard input.
29 The passphrase must be 8 to 63 characters in length.
30 .El
31 .Sh SEE ALSO
32 .Xr wpa_supplicant.conf 5 ,
33 .Xr ifconfig 8 ,
34 .Xr wpa_cli 8 ,
35 .Xr wpa_supplicant 8
36 .Sh HISTORY
37 The
38 .Nm
39 utility first appeared in
40 .Nx 4.0 .
41 .Sh AUTHORS
42 The
43 .Nm
44 utility was written by
45 .An Jouni Malinen Aq jkmaline@cc.hut.fi .
46 This manual page is derived from the
47 .Pa wpa_passphrase.sgml
48 file included in the
49 .Xr wpa_supplicant 8
50 distribution.