Browse Source

doc: Document D-Bus BSS properties WPS and Age

These 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
6c45094c0c
1 changed files with 11 additions and 0 deletions
  1. 11 0
      doc/dbus.doxygen

+ 11 - 0
doc/dbus.doxygen

@@ -958,6 +958,13 @@ scan results.
 	  <tr><td>MgmtGroup</td><td>s</td><td>Mangement frames cipher suite. Possible values are: "aes128cmac"</td>
 	  <tr><td>MgmtGroup</td><td>s</td><td>Mangement frames cipher suite. Possible values are: "aes128cmac"</td>
 	</table>
 	</table>
       </li>
       </li>
+      <li>
+	<h3>WPS - a{sv} - (read)</h3>
+	<p>WPS information of the BSS. Empty dictionary indicates no WPS support. Dictionary entries are:</p>
+	<table>
+	  <tr><td>Type</td><td>s</td><td>"pbc", "pin", ""</td>
+	</table>
+      </li>
       <li>
       <li>
 	<h3>IEs - ay - (read)</h3>
 	<h3>IEs - ay - (read)</h3>
 	<p>All IEs of the BSS as a chain of TLVs</p>
 	<p>All IEs of the BSS as a chain of TLVs</p>
@@ -982,6 +989,10 @@ scan results.
 	<h3>Signal - n - (read)</h3>
 	<h3>Signal - n - (read)</h3>
 	<p>Signal strength of the BSS.</p>
 	<p>Signal strength of the BSS.</p>
       </li>
       </li>
+      <li>
+	<h3>Age - u - (read)</h3>
+	<p>Number of seconds since the BSS was last seen.</p>
+      </li>
     </ul>
     </ul>
 
 
 \subsection dbus_bss_signals Signals
 \subsection dbus_bss_signals Signals