wpa_gui.sgml 2.8 KB

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