]> git.ipfire.org Git - thirdparty/hostap.git/commit
dbus: Fix SignalChange property
authorDavid Ruth <druth@chromium.org>
Tue, 16 Jul 2024 19:53:00 +0000 (19:53 +0000)
committerJouni Malinen <j@w1.fi>
Sat, 20 Jul 2024 17:20:38 +0000 (20:20 +0300)
commit70e5bad563821a6d31bd5a3dd766d8e547b3ec5a
tree96563021aa4b558526ee1dbe6263704f70b6075f
parented5887a8c9d372c66613e7fff6d033a2496ec6de
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: 7a7ce957460a ("dbus: Emit more information over D-Bus")
Signed-off-by: David Ruth <druth@chromium.org>
doc/dbus.doxygen
wpa_supplicant/dbus/dbus_new.c