diff options
author | Tomasz Bursztyka <tomasz.bursztyka@linux.intel.com> | 2012-06-26 19:05:09 +0300 |
---|---|---|
committer | Jouni Malinen <j@w1.fi> | 2012-06-26 19:05:09 +0300 |
commit | 67892d5c0daa12d60790b5bb73c99e1891148511 (patch) | |
tree | 70d9327e0298f0e4bb276928b4490990792bd215 /doc | |
parent | 7c865c68536825d91e64e1545a1f6ed51526ebff (diff) | |
download | external_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.doxygen | 16 |
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 |