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
1 changed files with 2 additions and 0 deletions

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;