|
@@ -12,7 +12,7 @@
|
|
|
<refsynopsisdiv>
|
|
|
<cmdsynopsis>
|
|
|
<command>wpa_supplicant</command>
|
|
|
- <arg>-BddfhKLqqtuvW</arg>
|
|
|
+ <arg>-BddfhKLqqsTtuvW</arg>
|
|
|
<arg>-i<replaceable>ifname</replaceable></arg>
|
|
|
<arg>-c<replaceable>config file</replaceable></arg>
|
|
|
<arg>-D<replaceable>driver</replaceable></arg>
|
|
@@ -343,10 +343,21 @@
|
|
|
</listitem>
|
|
|
</varlistentry>
|
|
|
|
|
|
+ <varlistentry>
|
|
|
+ <term>-e entropy file</term>
|
|
|
+ <listitem>
|
|
|
+ <para>File for <command>wpa_supplicant</command> to use to
|
|
|
+ maintain its internal entropy store in over restarts.</para>
|
|
|
+ </listitem>
|
|
|
+ </varlistentry>
|
|
|
+
|
|
|
<varlistentry>
|
|
|
<term>-f output file</term>
|
|
|
<listitem>
|
|
|
- <para>Log output to specified file instead of stdout.</para>
|
|
|
+ <para>Log output to specified file instead of stdout. (This
|
|
|
+ is only available if <command>wpa_supplicant</command> was
|
|
|
+ built with the <literal>CONFIG_DEBUG_FILE</literal>
|
|
|
+ option.)</para>
|
|
|
</listitem>
|
|
|
</varlistentry>
|
|
|
|
|
@@ -386,6 +397,22 @@
|
|
|
</listitem>
|
|
|
</varlistentry>
|
|
|
|
|
|
+ <varlistentry>
|
|
|
+ <term>-o override driver</term>
|
|
|
+ <listitem>
|
|
|
+ <para>Override the driver parameter for new
|
|
|
+ interfaces.</para>
|
|
|
+ </listitem>
|
|
|
+ </varlistentry>
|
|
|
+
|
|
|
+ <varlistentry>
|
|
|
+ <term>-O override ctrl_interface</term>
|
|
|
+ <listitem>
|
|
|
+ <para>Override the ctrl_interface parameter for new
|
|
|
+ interfaces.</para>
|
|
|
+ </listitem>
|
|
|
+ </varlistentry>
|
|
|
+
|
|
|
<varlistentry>
|
|
|
<term>-p</term>
|
|
|
<listitem>
|
|
@@ -408,11 +435,41 @@
|
|
|
</listitem>
|
|
|
</varlistentry>
|
|
|
|
|
|
+ <varlistentry>
|
|
|
+ <term>-s</term>
|
|
|
+ <listitem>
|
|
|
+ <para>Log output to syslog instead of stdout. (This is only
|
|
|
+ available if <command>wpa_supplicant</command> was built
|
|
|
+ with the <literal>CONFIG_DEBUG_SYSLOG</literal>
|
|
|
+ option.)</para>
|
|
|
+ </listitem>
|
|
|
+ </varlistentry>
|
|
|
+
|
|
|
+ <varlistentry>
|
|
|
+ <term>-T</term>
|
|
|
+ <listitem>
|
|
|
+ <para>Log output to Linux tracing in addition to any other
|
|
|
+ destinations. (This is only available
|
|
|
+ if <command>wpa_supplicant</command> was built with
|
|
|
+ the <literal>CONFIG_DEBUG_LINUX_TRACING</literal>
|
|
|
+ option.)</para>
|
|
|
+ </listitem>
|
|
|
+ </varlistentry>
|
|
|
+
|
|
|
+ <varlistentry>
|
|
|
+ <term>-t</term>
|
|
|
+ <listitem>
|
|
|
+ <para>Include timestamp in debug messages.</para>
|
|
|
+ </listitem>
|
|
|
+ </varlistentry>
|
|
|
+
|
|
|
<varlistentry>
|
|
|
<term>-u</term>
|
|
|
<listitem>
|
|
|
- <para>Enabled DBus control interface. If enabled, interface
|
|
|
- definitions may be omitted.</para>
|
|
|
+ <para>Enable DBus control interface. If enabled, interface
|
|
|
+ definitions may be omitted. (This is only available
|
|
|
+ if <command>wpa_supplicant</command> was built with
|
|
|
+ the <literal>CONFIG_DBUS</literal> option.)</para>0
|
|
|
</listitem>
|
|
|
</varlistentry>
|
|
|
|