]> git.ipfire.org Git - thirdparty/hostap.git/commit
OWE: Move Association Response frame IE addition to appropriate place
authorJouni Malinen <jouni@codeaurora.org>
Mon, 18 Mar 2019 09:48:53 +0000 (11:48 +0200)
committerJouni Malinen <j@w1.fi>
Mon, 18 Mar 2019 16:32:31 +0000 (18:32 +0200)
commitb750dde64d2124bf4366ba54c5e4dd6adf37ee3d
tree29642536537af9cdb0f5291e09a1f822e06b5697
parent84438350ae36aef80ac8d7f4bdc73553f2a9ee2d
OWE: Move Association Response frame IE addition to appropriate place

This code was after the FILS handling that would have encrypted the
frame. While FILS and OWE are never used together, the OWE handling
should really be before the FILS handling since no IEs can be added
after the FILS encryption step. In addition, the Diffie-Hellman
Parameter element is not a Vendor Specific element, so it should be
before some of the Vendor Specific elements even though it is not
defined in IEEE 802.11.

Signed-off-by: Jouni Malinen <jouni@codeaurora.org>
src/ap/ieee802_11.c