mirror of
https://git.kernel.org/pub/scm/network/wireless/iwd.git
synced 2024-12-19 10:02: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:
parent
87a8884f25
commit
30cc3ecf7b
@ -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);
|
||||||
|
Loading…
Reference in New Issue
Block a user