diff --git a/src/station.c b/src/station.c index 1e8846b4..509d919c 100644 --- a/src/station.c +++ b/src/station.c @@ -2449,6 +2449,8 @@ static bool station_fast_transition(struct station *station, goto done; } + station_debug_event(station, "ft-authenticating"); + if (station->connected_bss->frequency == bss->frequency) { ft_authenticate_onchannel(netdev_get_ifindex(station->netdev), bss);