D-Bus: Add AutoScan interface method to set/unset autoscan parameters
Signed-hostap: Tomasz Bursztyka <tomasz.bursztyka@linux.intel.com>
This commit is contained in:
parent
7c865c6853
commit
67892d5c0d
4 changed files with 74 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue