3
0
mirror of https://git.kernel.org/pub/scm/network/wireless/iwd.git synced 2025-09-16 12:27:27 +02:00

station: set vendor quirks into handshake object

This commit is contained in:
James Prestwood 2025-08-27 05:54:56 -07:00 committed by Denis Kenzior
parent 2fe8c13016
commit df30309aac

View File

@ -1446,6 +1446,8 @@ static struct handshake_state *station_handshake_setup(struct station *station,
vendor_ies = network_info_get_extra_ies(info, bss, &iov_elems);
handshake_state_set_vendor_ies(hs, vendor_ies, iov_elems);
handshake_state_set_vendor_quirks(hs, bss->vendor_quirks);
/*
* It can't hurt to try the FILS IP Address Assignment independent of
* which auth-proto is actually used.