dbus: Fix SignalChange property
SignalChange should be defined as a property of an interface.
Previously, it was incorrectly defined as a property of P2P peers.
Fixes: 7a7ce95746
("dbus: Emit more information over D-Bus")
Signed-off-by: David Ruth <druth@chromium.org>
This commit is contained in:
parent
ed5887a8c9
commit
70e5bad563
2 changed files with 11 additions and 5 deletions
|
@ -1147,6 +1147,12 @@ fi.w1.wpa_supplicant1.CreateInterface.
|
|||
<li>
|
||||
<h3>MACAddress - ay - (read)</h3>
|
||||
<p>MAC address of the interface</p>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<h3>SignalChange - "a{sv}" - (read)</h3>
|
||||
<p>Signal and quality properties of the interface</p>
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
\subsection dbus_interface_signals Signals
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue