mirror of
https://git.kernel.org/pub/scm/network/wireless/iwd.git
synced 2024-11-22 06:29:23 +01:00
station: add debug event prior to sending an FT-auth frame
This commit is contained in:
parent
31b18a8c8b
commit
71dc347582
@ -2449,6 +2449,8 @@ static bool station_fast_transition(struct station *station,
|
|||||||
goto done;
|
goto done;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
station_debug_event(station, "ft-authenticating");
|
||||||
|
|
||||||
if (station->connected_bss->frequency == bss->frequency) {
|
if (station->connected_bss->frequency == bss->frequency) {
|
||||||
ft_authenticate_onchannel(netdev_get_ifindex(station->netdev),
|
ft_authenticate_onchannel(netdev_get_ifindex(station->netdev),
|
||||||
bss);
|
bss);
|
||||||
|
Loading…
Reference in New Issue
Block a user