wpa_gui.sgml 2.5 KB

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