wpa_passphrase.sgml 1.9 KB

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