Message ID | 20231220131200.267489-6-prestwoj@gmail.com (mailing list archive) |
---|---|
State | New |
Headers | show |
Series | Reduce and optimize quick/roam scan frequencies | expand |
Context | Check | Description |
---|---|---|
tedd_an/pre-ci_am | success | Success |
prestwoj/iwd-ci-gitlint | success | GitLint |
diff --git a/src/station.c b/src/station.c index 4facc0bc..10860808 100644 --- a/src/station.c +++ b/src/station.c @@ -2106,6 +2106,8 @@ static void station_roamed(struct station *station) L_WARN_ON(!netconfig_after_roam(station)); } else station_enter_state(station, STATION_STATE_CONNECTED); + + network_roamed(station->connected_network, station->connected_bss); } static void station_roam_retry(struct station *station)