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:
parent
6470601a34
commit
10fd485d7d
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user