station: add debug event prior to sending an FT-auth frame

This commit is contained in:
James Prestwood 2024-06-25 06:06:23 -07:00 committed by Denis Kenzior
parent 31b18a8c8b
commit 71dc347582
1 changed files with 2 additions and 0 deletions

View File

@ -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);