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
1 changed files with 3 additions and 0 deletions

View File

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