From c6e86b63d28a6ea87f7ebaf3b35f7343524dc0b5 Mon Sep 17 00:00:00 2001 From: Mukesh Agrawal Date: Sun, 1 Apr 2012 18:05:22 +0300 Subject: 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 --- doc/dbus.doxygen | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) (limited to 'doc/dbus.doxygen') 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.
  • +

    BSSExpireAge - u - (read/write)

    +

    Identical to bss_expiration_age entry in %wpa_supplicant configuration file.

    +
  • + +
  • +

    BSSExpireCount - u - (read/write)

    +

    Identical to bss_expiration_scan_count entry in %wpa_supplicant configuration file.

    +
  • + +
  • +

    Country - s - (read/write)

    +

    Identical to country entry in %wpa_supplicant configuration file.

    +
  • + +
  • Ifname - s - (read)

    Name of network interface controlled by the interface, e.g., wlan0.

  • @@ -390,6 +405,16 @@ fi.w1.wpa_supplicant1.CreateInterface.

    Networks - ao - (read)

    List of D-Bus objects paths representing configured networks.

    + +
  • +

    FastReauth - b - (read/write)

    +

    Identical to fast_reauth entry in %wpa_supplicant configuration file.

    +
  • + +
  • +

    ScanInterval - i - (read/write)

    +

    Time (in seconds) between scans for a suitable AP. Must be >= 0.

    +
  • \subsection dbus_interface_signals Signals -- cgit v1.1