Home | History | Annotate | Line # | Download | only in docbook
      1      1.1  christos <!doctype refentry PUBLIC "-//OASIS//DTD DocBook V4.1//EN">
      2      1.1  christos 
      3      1.1  christos <refentry>
      4  1.1.1.8  christos   <refentryinfo>
      5  1.1.1.8  christos     <date>07 August 2019</date>
      6  1.1.1.8  christos   </refentryinfo>
      7  1.1.1.8  christos 
      8      1.1  christos   <refmeta>
      9      1.1  christos     <refentrytitle>wpa_gui</refentrytitle>
     10      1.1  christos     <manvolnum>8</manvolnum>
     11      1.1  christos   </refmeta>
     12      1.1  christos   <refnamediv>
     13      1.1  christos     <refname>wpa_gui</refname>
     14      1.1  christos 
     15      1.1  christos     <refpurpose>WPA Graphical User Interface</refpurpose>
     16      1.1  christos   </refnamediv>
     17      1.1  christos 
     18      1.1  christos   <refsynopsisdiv>
     19      1.1  christos     <cmdsynopsis>
     20      1.1  christos       <command>wpa_gui</command>
     21      1.1  christos       <arg>-p <replaceable>path to ctrl sockets</replaceable></arg>
     22      1.1  christos       <arg>-i <replaceable>ifname</replaceable></arg>
     23  1.1.1.5  christos       <arg>-m <replaceable>seconds</replaceable></arg>
     24      1.1  christos       <arg>-t</arg>
     25  1.1.1.5  christos       <arg>-q</arg>
     26      1.1  christos     </cmdsynopsis>
     27      1.1  christos   </refsynopsisdiv>
     28      1.1  christos 
     29      1.1  christos   <refsect1>
     30      1.1  christos     <title>Overview</title>
     31      1.1  christos 
     32      1.1  christos     <para>wpa_gui is a QT graphical frontend program for interacting
     33      1.1  christos     with wpa_supplicant. It is used to query current status, change
     34      1.1  christos     configuration and request interactive user input.</para>
     35      1.1  christos 
     36      1.1  christos     <para>wpa_gui supports (almost) all of the interactive status and
     37      1.1  christos     configuration features of the command line client, wpa_cli. Refer
     38      1.1  christos     to the wpa_cli manpage for a comprehensive list of the
     39      1.1  christos     interactive mode features.</para>
     40      1.1  christos   </refsect1>
     41      1.1  christos   <refsect1>
     42      1.1  christos     <title>Command Arguments</title>
     43      1.1  christos     <variablelist>
     44      1.1  christos       <varlistentry>
     45      1.1  christos 	<term>-p path</term>
     46      1.1  christos 
     47      1.1  christos 	<listitem><para>Change the path where control sockets should
     48      1.1  christos 	be found.</para></listitem>
     49      1.1  christos       </varlistentry>
     50      1.1  christos 
     51      1.1  christos       <varlistentry>
     52      1.1  christos 	<term>-i ifname</term>
     53      1.1  christos 
     54      1.1  christos         <listitem><para>Specify the interface that is being
     55      1.1  christos 	configured. By default, choose the first interface found with
     56      1.1  christos 	a control socket in the socket path.</para></listitem>
     57      1.1  christos       </varlistentry>
     58      1.1  christos 
     59      1.1  christos       <varlistentry>
     60  1.1.1.5  christos 	<term>-m seconds</term>
     61  1.1.1.5  christos 
     62  1.1.1.5  christos 	<listitem><para>Set the update interval in seconds for the signal
     63  1.1.1.5  christos 	strength meter. This value must be a positive integer, otherwise
     64  1.1.1.5  christos 	meter is not enabled (default behavior).</para></listitem>
     65  1.1.1.5  christos       </varlistentry>
     66  1.1.1.5  christos 
     67  1.1.1.5  christos       <varlistentry>
     68      1.1  christos 	<term>-t</term>
     69      1.1  christos 
     70      1.1  christos         <listitem><para>Start program in the system tray only (if the window
     71      1.1  christos 	manager supports it). By default the main status window is
     72      1.1  christos 	shown.</para></listitem>
     73      1.1  christos       </varlistentry>
     74  1.1.1.5  christos 
     75  1.1.1.5  christos       <varlistentry>
     76  1.1.1.5  christos 	<term>-q</term>
     77  1.1.1.5  christos 
     78  1.1.1.5  christos         <listitem><para>Run program in the quiet mode - do not display tray
     79  1.1.1.5  christos 	icon pop-up messages.</para></listitem>
     80  1.1.1.5  christos       </varlistentry>
     81      1.1  christos     </variablelist>
     82      1.1  christos   </refsect1>
     83      1.1  christos   <refsect1>
     84      1.1  christos     <title>See Also</title>
     85      1.1  christos     <para>
     86      1.1  christos       <citerefentry>
     87      1.1  christos 	<refentrytitle>wpa_cli</refentrytitle>
     88      1.1  christos 	<manvolnum>8</manvolnum>
     89      1.1  christos       </citerefentry>
     90      1.1  christos       <citerefentry>
     91      1.1  christos 	<refentrytitle>wpa_supplicant</refentrytitle>
     92      1.1  christos 	<manvolnum>8</manvolnum>
     93      1.1  christos       </citerefentry>
     94      1.1  christos     </para>
     95      1.1  christos   </refsect1>
     96      1.1  christos   <refsect1>
     97      1.1  christos     <title>Legal</title>
     98  1.1.1.8  christos     <para>wpa_supplicant is copyright (c) 2003-2022,
     99      1.1  christos     Jouni Malinen <email>j (a] w1.fi</email> and
    100      1.1  christos     contributors.
    101      1.1  christos     All Rights Reserved.</para>
    102      1.1  christos 
    103  1.1.1.2  christos     <para>This program is licensed under the BSD license (the one with
    104  1.1.1.2  christos     advertisement clause removed).</para>
    105      1.1  christos   </refsect1>
    106      1.1  christos </refentry>
    107