diff options
author | Mukesh Agrawal <quiche@chromium.org> | 2012-04-01 18:05:22 +0300 |
---|---|---|
committer | Jouni Malinen <j@w1.fi> | 2012-04-01 18:05:22 +0300 |
commit | c6e86b63d28a6ea87f7ebaf3b35f7343524dc0b5 (patch) | |
tree | d7ebc6d7806dd8aeac874312c8e6f576bb9ce215 /doc | |
parent | ca8e039fec1352e2ece4fdbd6fde92fd461565a3 (diff) | |
download | external_wpa_supplicant_8_ti-c6e86b63d28a6ea87f7ebaf3b35f7343524dc0b5.zip external_wpa_supplicant_8_ti-c6e86b63d28a6ea87f7ebaf3b35f7343524dc0b5.tar.gz external_wpa_supplicant_8_ti-c6e86b63d28a6ea87f7ebaf3b35f7343524dc0b5.tar.bz2 |
Create DBus getter/setter for ScanInterval
Enable control of wpa_s->scan_interval via D-Bus. This parameter
controls the delay between successive scans for a suitable AP.
Also, update dbus.doxygen with ScanInterval, and some other
parameters that were undocumented.
Signed-hostap: Mukesh Agrawal <quiche@chromium.org>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/dbus.doxygen | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/doc/dbus.doxygen b/doc/dbus.doxygen index eeea200..b298dd8 100644 --- a/doc/dbus.doxygen +++ b/doc/dbus.doxygen @@ -352,6 +352,21 @@ fi.w1.wpa_supplicant1.CreateInterface. </li> <li> + <h3>BSSExpireAge - u - (read/write)</h3> + <p>Identical to bss_expiration_age entry in %wpa_supplicant configuration file.</p> + </li> + + <li> + <h3>BSSExpireCount - u - (read/write)</h3> + <p>Identical to bss_expiration_scan_count entry in %wpa_supplicant configuration file.</p> + </li> + + <li> + <h3>Country - s - (read/write)</h3> + <p>Identical to country entry in %wpa_supplicant configuration file.</p> + </li> + + <li> <h3>Ifname - s - (read)</h3> <p>Name of network interface controlled by the interface, e.g., wlan0.</p> </li> @@ -390,6 +405,16 @@ fi.w1.wpa_supplicant1.CreateInterface. <h3>Networks - ao - (read)</h3> <p>List of D-Bus objects paths representing configured networks.</p> </li> + + <li> + <h3>FastReauth - b - (read/write)</h3> + <p>Identical to fast_reauth entry in %wpa_supplicant configuration file.</p> + </li> + + <li> + <h3>ScanInterval - i - (read/write)</h3> + <p>Time (in seconds) between scans for a suitable AP. Must be >= 0.</p> + </li> </ul> \subsection dbus_interface_signals Signals |