]> git.ipfire.org Git - thirdparty/hostap.git/commit
OWE: Remove check for unexpected DH Parameter IE use with other AKMs
authorJouni Malinen <jouni@codeaurora.org>
Fri, 3 Apr 2020 09:18:11 +0000 (12:18 +0300)
committerJouni Malinen <j@w1.fi>
Fri, 3 Apr 2020 09:18:11 +0000 (12:18 +0300)
commitbf9f49396b49424357e02ead25b6fc9e81852085
tree3b42c05aa8437614e8c65a7f248efc1cc61aff51
parenta34fb797884685123d747a22cbb52cd4eeb70157
OWE: Remove check for unexpected DH Parameter IE use with other AKMs

While the Diffie-Hellman Parameter element is defined in RFC 8110
explicitly for use witht he OWE AKM, it has now been proposed to be used
with another AKM (DPP). Should any other AKM be extended in similar
manner in the future, the check against unexpected use could result in
additional interoperability issues. Remove that and instead, ignore the
unexpected Diffie-Hellman Parameter element if it is included in
(Re)Association Request frame when any other AKM is negotiated.

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