mirror of
https://github.com/vanhoefm/fragattacks.git
synced 2024-11-25 00:38:24 -05:00
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>
This commit is contained in:
parent
9f972b45ca
commit
6c45094c0c
@ -958,6 +958,13 @@ scan results.
|
||||
<tr><td>MgmtGroup</td><td>s</td><td>Mangement frames cipher suite. Possible values are: "aes128cmac"</td>
|
||||
</table>
|
||||
</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>
|
||||
<h3>IEs - ay - (read)</h3>
|
||||
<p>All IEs of the BSS as a chain of TLVs</p>
|
||||
@ -982,6 +989,10 @@ scan results.
|
||||
<h3>Signal - n - (read)</h3>
|
||||
<p>Signal strength of the BSS.</p>
|
||||
</li>
|
||||
<li>
|
||||
<h3>Age - u - (read)</h3>
|
||||
<p>Number of seconds since the BSS was last seen.</p>
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
\subsection dbus_bss_signals Signals
|
||||
|
Loading…
Reference in New Issue
Block a user