~ubuntu-branches/ubuntu/hoary/wpasupplicant/hoary

« back to all changes in this revision

Viewing changes to debian/wpa_passphrase.1

  • Committer: Bazaar Package Importer
  • Author(s): Kyle McMartin
  • Date: 2005-02-15 00:51:28 UTC
  • Revision ID: james.westby@ubuntu.com-20050215005128-4cnlxpp3vc3synqq
Tags: 0.3.8-1
* New upstream release.
* This release fixes a crash due to a buffer overflow, caused by
  a missing validation step on EAPOL-Key frames. Receiving malformed
  frames trigger the crash. More information available in the notes:
  http://lists.shmoo.com/pipermail/hostap/2005-February/009465.html
* Fix some badness with the init script. Missed the -B option
  to daemonize wpa_supplicant... pidfile is not currently being used
  as it requires modifying wpa_supplicant.
* patches/
  - 12_ipw_open_aps (closes: #295143)
    + merge patch against driver_ipw to fix association with
      open access points.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
.TH WPA_PASSPHRASE 1 05.09.2004 "" "WPA Passphrase"
 
2
.SH NAME
 
3
wpa_passphrase \- set WPA passphrase for a SSID
 
4
.SH SYNOPSIS
 
5
.B wpa_passphrase
 
6
.I "<ssid> <passphrase>"
 
7
.SH "DESCRIPTION"
 
8
This manual page documents briefly the
 
9
.BR wpa_passphrase
 
10
utility.
 
11
.SH OPTIONS
 
12
A summary of commands follows. For a complete description, run
 
13
.BR wpa_passphase
 
14
from the command line.
 
15
.TP
 
16
.B <ssid>
 
17
SSID to change passphrase on.
 
18
.TP
 
19
.B <passphrase>
 
20
Passphrase to use on SSID.
 
21
.SH "SEE ALSO"
 
22
wpa_supplicant(1), wpa_cli(1)
 
23
.SH AUTHOR
 
24
This manual page was written by Kyle McMartin <kyle@debian.org> for
 
25
the Debian GNU system (but may be used by others).