Message ID | 20240625130624.385553-6-prestwoj@gmail.com (mailing list archive) |
---|---|
State | Accepted, archived |
Headers | show |
Series | [1/7] netdev: use nl80211_parse_attrs for deauth event | 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 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);