wpa_gui.sgml 2.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576
  1. <!doctype refentry PUBLIC "-//OASIS//DTD DocBook V4.1//EN">
  2. <refentry>
  3. <refmeta>
  4. <refentrytitle>wpa_gui</refentrytitle>
  5. <manvolnum>8</manvolnum>
  6. </refmeta>
  7. <refnamediv>
  8. <refname>wpa_gui</refname>
  9. <refpurpose>WPA Graphical User Interface</refpurpose>
  10. </refnamediv>
  11. <refsynopsisdiv>
  12. <cmdsynopsis>
  13. <command>wpa_gui</command>
  14. <arg>-p <replaceable>path to ctrl sockets</replaceable></arg>
  15. <arg>-i <replaceable>ifname</replaceable></arg>
  16. </cmdsynopsis>
  17. </refsynopsisdiv>
  18. <refsect1>
  19. <title>Overview</title>
  20. <para>wpa_gui is a QT graphical frontend program for interacting
  21. with wpa_supplicant. It is used to query current status, change
  22. configuration and request interactive user input.</para>
  23. <para>wpa_gui supports (almost) all of the interactive status and
  24. configuration features of the command line client, wpa_cli. Refer
  25. to the wpa_cli manpage for a comprehensive list of the
  26. interactive mode features.</para>
  27. </refsect1>
  28. <refsect1>
  29. <title>Command Arguments</title>
  30. <variablelist>
  31. <varlistentry>
  32. <term>-p path</term>
  33. <listitem><para>Change the path where control sockets should
  34. be found.</para></listitem>
  35. </varlistentry>
  36. <varlistentry>
  37. <term>-i ifname</term>
  38. <listitem><para>Specify the interface that is being
  39. configured. By default, choose the first interface found with
  40. a control socket in the socket path.</para></listitem>
  41. </varlistentry>
  42. </variablelist>
  43. </refsect1>
  44. <refsect1>
  45. <title>See Also</title>
  46. <para>
  47. <citerefentry>
  48. <refentrytitle>wpa_cli</refentrytitle>
  49. <manvolnum>8</manvolnum>
  50. </citerefentry>
  51. <citerefentry>
  52. <refentrytitle>wpa_supplicant</refentrytitle>
  53. <manvolnum>8</manvolnum>
  54. </citerefentry>
  55. </para>
  56. </refsect1>
  57. <refsect1>
  58. <title>Legal</title>
  59. <para>wpa_supplicant is copyright (c) 2003-2007,
  60. Jouni Malinen <email>j@w1.fi</email> and
  61. contributors.
  62. All Rights Reserved.</para>
  63. <para>This program is dual-licensed under both the GPL version 2
  64. and BSD license. Either license may be used at your option.</para>
  65. </refsect1>
  66. </refentry>