Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

wpa_passphrase(8) [redhat man page]

WPA_PASSPHRASE(8)														 WPA_PASSPHRASE(8)

NAME
       wpa_passphrase - Generate a WPA PSK from an ASCII passphrase for a SSID

SYNOPSIS
       wpa_passphrase [ ssid ] [ passphrase ]

OVERVIEW
       wpa_passphrase  pre-computes  PSK  entries for network configuration blocks of a wpa_supplicant.conf file. An ASCII passphrase and SSID are
       used to generate a 256-bit PSK.

OPTIONS
       ssid   The SSID whose passphrase should be derived.

       passphrase
	      The passphrase to use. If not included on the command line, passphrase will be read from standard input.

SEE ALSO
       wpa_supplicant.conf(5) wpa_supplicant(8)

LEGAL
       wpa_supplicant is copyright (c) 2003-2007, Jouni Malinen <j@w1.fi> and contributors.  All Rights Reserved.

       This program is dual-licensed under both the GPL version 2 and BSD license. Either license may be used at your option.

								 07 November 2012						 WPA_PASSPHRASE(8)

Check Out this Related Man Page

WPA_PASSPHRASE(8)					    BSD System Manager's Manual 					 WPA_PASSPHRASE(8)

NAME
wpa_passphrase -- Set WPA passphrase for a SSID SYNOPSIS
wpa_passphrase ssid passphrase DESCRIPTION
The wpa_passphrase utility pre-computes PSK entries for network configuration blocks of a wpa_supplicant.conf(5) file. It prints a single network configuration block to standard output. The following arguments must be specified on the command line: ssid The SSID whose passphrase should be derived. passphrase The passphrase to use. If not included on the command line, passphrase will be read from standard input. The passphrase must be 8 to 63 characters in length. SEE ALSO
wpa_supplicant.conf(5), ifconfig(8), wpa_cli(8), wpa_supplicant(8) HISTORY
The wpa_passphrase utility first appeared in NetBSD 4.0. AUTHORS
The wpa_passphrase utility was written by Jouni Malinen <jkmaline@cc.hut.fi>. This manual page is derived from the wpa_passphrase.sgml file included in the wpa_supplicant(8) distribution. BSD
September 10, 2008 BSD
Man Page

2 More Discussions You Might Find Interesting

1. Red Hat

NetworkManager unhandled exception

When I try to save the configuration for the wireless settings of RHEL 5.9 Network Manager it throws an unhandled exception with the following detail. Component: system-config-network Version: 1.3.99.21 Summary: TBf6c835f4 NCHardwareList.py:482:save:AttributeError: HwWireless instance has no... (4 Replies)
Discussion started by: cooltoad
4 Replies

2. UNIX for Beginners Questions & Answers

Scripting wpa_supplicant for multi-profile selection

Hi all. So, first of all my apologies for the noob question. I've searched around for a way to make use of bash arrays to perform what I need, but I'm struggling to understand which method would be better. So, I'm looking to get a bit more comfortable with scripting, hoping to use... (1 Reply)
Discussion started by: Techbart
1 Replies