]> git.ipfire.org Git - thirdparty/hostap.git/commit
dbus: Move roam metrics to the correct interface
authorMatthew Wang <matthewmwang@chromium.org>
Fri, 11 Oct 2019 20:49:25 +0000 (13:49 -0700)
committerJouni Malinen <j@w1.fi>
Tue, 24 Dec 2019 19:16:23 +0000 (21:16 +0200)
commit23d87687c2428f3b94865580b0d33e05c03e6756
tree467b7a91fb707fc2b4e791d63774b25b713f6997
parent8e111157e7ddfbeaf10493f74521093d85a7d0a3
dbus: Move roam metrics to the correct interface

These properties were in the wpas_dbus_bss_properties array when they
should have been in the wpas_dbus_interface_properties array. Move them
to the right place. This is the logical location for these properties
and it matches both the other parts of the implementation (e.g., being
in enum wpas_dbus_prop, not in enum wpas_dbus_bss_prop) and what
was originally documented for the interface in dbus.doxygen.

Fixes: 2bbad1c7c9cb ("dbus: Export roam time, roam complete, and session length")
Fixes: 80d06d0ca9f3 ("dbus: Export BSS Transition Management status")
Signed-off-by: Matthew Wang <matthewmwang@chromium.org>
wpa_supplicant/dbus/dbus_new.c