wpa_gui.sgml 2.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485
  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. <arg>-t</arg>
  17. </cmdsynopsis>
  18. </refsynopsisdiv>
  19. <refsect1>
  20. <title>Overview</title>
  21. <para>wpa_gui is a QT graphical frontend program for interacting
  22. with wpa_supplicant. It is used to query current status, change
  23. configuration and request interactive user input.</para>
  24. <para>wpa_gui supports (almost) all of the interactive status and
  25. configuration features of the command line client, wpa_cli. Refer
  26. to the wpa_cli manpage for a comprehensive list of the
  27. interactive mode features.</para>
  28. </refsect1>
  29. <refsect1>
  30. <title>Command Arguments</title>
  31. <variablelist>
  32. <varlistentry>
  33. <term>-p path</term>
  34. <listitem><para>Change the path where control sockets should
  35. be found.</para></listitem>
  36. </varlistentry>
  37. <varlistentry>
  38. <term>-i ifname</term>
  39. <listitem><para>Specify the interface that is being
  40. configured. By default, choose the first interface found with
  41. a control socket in the socket path.</para></listitem>
  42. </varlistentry>
  43. <varlistentry>
  44. <term>-t</term>
  45. <listitem><para>Start program in the system tray only (if the window
  46. manager supports it). By default the main status window is
  47. shown.</para></listitem>
  48. </varlistentry>
  49. </variablelist>
  50. </refsect1>
  51. <refsect1>
  52. <title>See Also</title>
  53. <para>
  54. <citerefentry>
  55. <refentrytitle>wpa_cli</refentrytitle>
  56. <manvolnum>8</manvolnum>
  57. </citerefentry>
  58. <citerefentry>
  59. <refentrytitle>wpa_supplicant</refentrytitle>
  60. <manvolnum>8</manvolnum>
  61. </citerefentry>
  62. </para>
  63. </refsect1>
  64. <refsect1>
  65. <title>Legal</title>
  66. <para>wpa_supplicant is copyright (c) 2003-2007,
  67. Jouni Malinen <email>j@w1.fi</email> and
  68. contributors.
  69. All Rights Reserved.</para>
  70. <para>This program is dual-licensed under both the GPL version 2
  71. and BSD license. Either license may be used at your option.</para>
  72. </refsect1>
  73. </refentry>