Home | History | Annotate | Line # | Download | only in docbook
      1      1.1  christos <!doctype refentry PUBLIC "-//OASIS//DTD DocBook V4.1//EN">
      2      1.1  christos 
      3      1.1  christos <refentry>
      4  1.1.1.8  christos   <refentryinfo>
      5  1.1.1.8  christos     <date>07 August 2019</date>
      6  1.1.1.8  christos   </refentryinfo>
      7  1.1.1.8  christos 
      8      1.1  christos   <refmeta>
      9      1.1  christos     <refentrytitle>wpa_passphrase</refentrytitle>
     10      1.1  christos     <manvolnum>8</manvolnum>
     11      1.1  christos   </refmeta>
     12      1.1  christos   <refnamediv>
     13      1.1  christos     <refname>wpa_passphrase</refname>
     14      1.1  christos     <refpurpose>Generate a WPA PSK from an ASCII passphrase for a SSID</refpurpose>
     15      1.1  christos   </refnamediv>
     16      1.1  christos   <refsynopsisdiv>
     17      1.1  christos     <cmdsynopsis>
     18      1.1  christos       <command>wpa_passphrase</command>
     19      1.1  christos       <arg><replaceable>ssid</replaceable></arg>
     20      1.1  christos       <arg><replaceable>passphrase</replaceable></arg>
     21      1.1  christos     </cmdsynopsis>
     22      1.1  christos   </refsynopsisdiv>
     23      1.1  christos 
     24      1.1  christos   <refsect1>
     25  1.1.1.6  christos     <title>Overview</title>
     26      1.1  christos 
     27      1.1  christos     <para><command>wpa_passphrase</command> pre-computes PSK entries for
     28      1.1  christos     network configuration blocks of a
     29      1.1  christos     <filename>wpa_supplicant.conf</filename> file. An ASCII passphrase
     30      1.1  christos     and SSID are used to generate a 256-bit PSK.</para>
     31      1.1  christos   </refsect1>
     32      1.1  christos 
     33      1.1  christos   <refsect1>
     34      1.1  christos     <title>Options</title>
     35      1.1  christos     <variablelist>
     36      1.1  christos       <varlistentry>
     37      1.1  christos 	<term>ssid</term>
     38      1.1  christos 	<listitem>
     39      1.1  christos 	  <para>The SSID whose passphrase should be derived.</para>
     40      1.1  christos 	</listitem>
     41      1.1  christos       </varlistentry>
     42      1.1  christos 
     43      1.1  christos       <varlistentry>
     44      1.1  christos 	<term>passphrase</term>
     45      1.1  christos 	<listitem>
     46      1.1  christos 	  <para>The passphrase to use. If not included on the command line,
     47      1.1  christos 	  passphrase will be read from standard input.</para>
     48      1.1  christos 	</listitem>
     49      1.1  christos       </varlistentry>
     50      1.1  christos     </variablelist>
     51      1.1  christos   </refsect1>
     52      1.1  christos 
     53      1.1  christos   <refsect1>
     54      1.1  christos     <title>See Also</title>
     55      1.1  christos     <para>
     56      1.1  christos       <citerefentry>
     57      1.1  christos 	<refentrytitle>wpa_supplicant.conf</refentrytitle>
     58      1.1  christos 	<manvolnum>5</manvolnum>
     59      1.1  christos       </citerefentry>
     60      1.1  christos       <citerefentry>
     61      1.1  christos 	<refentrytitle>wpa_supplicant</refentrytitle>
     62      1.1  christos 	<manvolnum>8</manvolnum>
     63      1.1  christos       </citerefentry>
     64      1.1  christos     </para>
     65      1.1  christos 
     66      1.1  christos   </refsect1>
     67      1.1  christos   <refsect1>
     68      1.1  christos     <title>Legal</title>
     69  1.1.1.8  christos     <para>wpa_supplicant is copyright (c) 2003-2022,
     70      1.1  christos     Jouni Malinen <email>j (a] w1.fi</email> and
     71      1.1  christos     contributors.
     72      1.1  christos     All Rights Reserved.</para>
     73      1.1  christos 
     74  1.1.1.2  christos     <para>This program is licensed under the BSD license (the one with
     75  1.1.1.2  christos     advertisement clause removed).</para>
     76      1.1  christos   </refsect1>
     77      1.1  christos </refentry>
     78