aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorTomasz Bursztyka <tomasz.bursztyka@linux.intel.com>2012-06-26 19:05:09 +0300
committerJouni Malinen <j@w1.fi>2012-06-26 19:05:09 +0300
commit67892d5c0daa12d60790b5bb73c99e1891148511 (patch)
tree70d9327e0298f0e4bb276928b4490990792bd215 /doc
parent7c865c68536825d91e64e1545a1f6ed51526ebff (diff)
downloadexternal_wpa_supplicant_8_ti-67892d5c0daa12d60790b5bb73c99e1891148511.zip
external_wpa_supplicant_8_ti-67892d5c0daa12d60790b5bb73c99e1891148511.tar.gz
external_wpa_supplicant_8_ti-67892d5c0daa12d60790b5bb73c99e1891148511.tar.bz2
D-Bus: Add AutoScan interface method to set/unset autoscan parameters
Signed-hostap: Tomasz Bursztyka <tomasz.bursztyka@linux.intel.com>
Diffstat (limited to 'doc')
-rw-r--r--doc/dbus.doxygen16
1 files changed, 16 insertions, 0 deletions
diff --git a/doc/dbus.doxygen b/doc/dbus.doxygen
index b298dd8..a737ed7 100644
--- a/doc/dbus.doxygen
+++ b/doc/dbus.doxygen
@@ -316,6 +316,22 @@ fi.w1.wpa_supplicant1.CreateInterface.
<dd>A blob with the specified name doesn't exist.</dd>
</dl>
</li>
+ <li>
+ <h3>AutoScan ( s : arg ) --> nothing</h3>
+ <p>Set autoscan parameters for the interface.</p>
+ <h4>Arguments</h4>
+ <dl>
+ <dt>s : arg</dt>
+ <dd>Autoscan parameter line or empty to unset autoscan.</dd>
+ </dl>
+ <h4>Possible errors</h4>
+ <dl>
+ <dt>fi.w1.wpa_supplicant1.NoMemory</dt>
+ <dd>Needed memory was not possible to get allocated.</dd>
+ <dt>fi.w1.wpa_supplicant1.InvalidArgs</dt>
+ <dd>Invalid entries were found in the passed argument.</dd>
+ </dl>
+ </li>
</ul>
\subsection dbus_interface_properties Properties