]> git.ipfire.org Git - thirdparty/hostap.git/commit
FT: Fix Reassociation Request IEs during FT protocol
authorJouni Malinen <j@w1.fi>
Sat, 1 Dec 2018 18:10:54 +0000 (20:10 +0200)
committerJouni Malinen <j@w1.fi>
Sat, 1 Dec 2018 20:02:55 +0000 (22:02 +0200)
commit8c41734e5de118a6a20589bde306a11bef922e1d
treedb458f79e54c9a8295fce3fc058319af75ce138d
parent4ff7e059515e62b33937d51ecc5d9afff0049b55
FT: Fix Reassociation Request IEs during FT protocol

The previous implementation ended up replacing all pending IEs prepared
for Association Request frame with the FT specific IEs (RSNE, MDE, FTE)
when going through FT protocol reassociation with the wpa_supplicant
SME. This resulted in dropping all other IEs that might have been
prepared for the association (e.g., Extended Capabilities, RM Enabled
Capabilities, Supported Operating Classes, vendor specific additions).

Fix this by replacing only the known FT specific IEs with the
appropriate values for FT protocol while maintaining other already
prepared elements.

Signed-off-by: Jouni Malinen <j@w1.fi>
wpa_supplicant/sme.c