Browse Source

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 <j@w1.fi>
Jouni Malinen 10 years ago
parent
commit
fd5768b620
1 changed files with 10 additions and 0 deletions
  1. 10 0
      doc/dbus.doxygen

+ 10 - 0
doc/dbus.doxygen

@@ -610,6 +610,11 @@ fi.w1.wpa_supplicant1.CreateInterface.
 	<p>Path to D-Bus object representing configured network which %wpa_supplicant uses at the moment, or "/" if doesn't use any.</p>
 	<p>Path to D-Bus object representing configured network which %wpa_supplicant uses at the moment, or "/" if doesn't use any.</p>
       </li>
       </li>
 
 
+      <li>
+	<h3>CurrentAuthMode - s - (read)</h3>
+	<p>Current authentication type.</p>
+      </li>
+
       <li>
       <li>
 	<h3>Blobs - as - (read)</h3>
 	<h3>Blobs - as - (read)</h3>
 	<p>List of blobs names added to the Interface.</p>
 	<p>List of blobs names added to the Interface.</p>
@@ -644,6 +649,11 @@ fi.w1.wpa_supplicant1.CreateInterface.
 	<h3>PKCS11ModulePath - s - (read)</h3>
 	<h3>PKCS11ModulePath - s - (read)</h3>
 	<p>PKCS #11 module path.</p>
 	<p>PKCS #11 module path.</p>
       </li>
       </li>
+
+      <li>
+	<h3>DisconnectReason - i - (read)</h3>
+	<p>The most recent IEEE 802.11 reason code for disconnect. Negative value indicates locally generated disconnection.</p>
+      </li>
     </ul>
     </ul>
 
 
 \subsection dbus_interface_signals Signals
 \subsection dbus_interface_signals Signals