1WPA_PASSPHRASE(8) WPA_PASSPHRASE(8)
2
3
4
6 wpa_passphrase - Generate a WPA PSK from an ASCII passphrase for a SSID
7
9 wpa_passphrase [ ssid ] [ passphrase ]
10
11
13 wpa_passphrase pre-computes PSK entries for network configuration
14 blocks of a wpa_supplicant.conf file. An ASCII passphrase and SSID are
15 used to generate a 256-bit PSK.
16
18 ssid The SSID whose passphrase should be derived.
19
20 passphrase
21 The passphrase to use. If not included on the command line,
22 passphrase will be read from standard input.
23
25 wpa_supplicant.conf(5) wpa_supplicant(8)
26
28 wpa_supplicant is copyright (c) 2003-2007, Jouni Malinen <j@w1.fi> and
29 contributors. All Rights Reserved.
30
31 This program is dual-licensed under both the GPL version 2 and BSD
32 license. Either license may be used at your option.
33
34
35
36 07 September 2010 WPA_PASSPHRASE(8)