3
0
mirror of https://git.kernel.org/pub/scm/network/wireless/iwd.git synced 2024-12-19 01:42:33 +01:00

station: emit property changed for connected AP on roaming

This was only done for connecting states, but needs to also be done
for roaming.
This commit is contained in:
James Prestwood 2024-09-10 12:03:34 -07:00 committed by Denis Kenzior
parent 87a8884f25
commit 30cc3ecf7b

View File

@ -1767,6 +1767,9 @@ static void station_enter_state(struct station *station,
case STATION_STATE_ROAMING:
case STATION_STATE_FT_ROAMING:
case STATION_STATE_FW_ROAMING:
l_dbus_property_changed(dbus, netdev_get_path(station->netdev),
IWD_STATION_INTERFACE, "ConnectedAccessPoint");
if (station->affinity_watch) {
l_dbus_remove_watch(dbus_get_bus(),
station->affinity_watch);