3
0
mirror of https://git.kernel.org/pub/scm/network/wireless/iwd.git synced 2024-11-05 19:49:23 +01:00

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

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