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:
parent
2fe8c13016
commit
df30309aac
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user