3
0
mirror of https://git.kernel.org/pub/scm/network/wireless/iwd.git synced 2025-02-01 22:34:07 +01:00

station: Set authenticator's RSNXE if present

This commit is contained in:
Denis Kenzior 2021-07-08 17:01:10 -05:00
parent 6470601a34
commit 10fd485d7d

View File

@ -875,6 +875,8 @@ static struct handshake_state *station_handshake_setup(struct station *station,
if (station_build_handshake_rsn(hs, wiphy, network, bss) < 0)
goto not_supported;
handshake_state_set_authenticator_rsnxe(hs, bss->rsnxe);
if (network_handshake_setup(network, hs) < 0)
goto not_supported;