From fd5768b620f67d3619e05304b9330100c30aac6b Mon Sep 17 00:00:00 2001 From: Jouni Malinen Date: Fri, 2 Jan 2015 16:03:22 +0200 Subject: [PATCH] doc: Document missing D-Bus Interface properties CurrentAuthMode and DisconnectReason have been added a long time ago, but documentation update was forgotten. Signed-off-by: Jouni Malinen --- doc/dbus.doxygen | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/doc/dbus.doxygen b/doc/dbus.doxygen index 56db1bcbe..278a2558f 100644 --- a/doc/dbus.doxygen +++ b/doc/dbus.doxygen @@ -610,6 +610,11 @@ fi.w1.wpa_supplicant1.CreateInterface.

Path to D-Bus object representing configured network which %wpa_supplicant uses at the moment, or "/" if doesn't use any.

+
  • +

    CurrentAuthMode - s - (read)

    +

    Current authentication type.

    +
  • +
  • Blobs - as - (read)

    List of blobs names added to the Interface.

    @@ -644,6 +649,11 @@ fi.w1.wpa_supplicant1.CreateInterface.

    PKCS11ModulePath - s - (read)

    PKCS #11 module path.

  • + +
  • +

    DisconnectReason - i - (read)

    +

    The most recent IEEE 802.11 reason code for disconnect. Negative value indicates locally generated disconnection.

    +
  • \subsection dbus_interface_signals Signals