]> git.ipfire.org Git - thirdparty/hostap.git/commit
OWE: Fix association IEs for transition mode open AP connection
authorJouni Malinen <j@w1.fi>
Sun, 4 Feb 2018 09:55:01 +0000 (11:55 +0200)
committerJouni Malinen <j@w1.fi>
Sun, 4 Feb 2018 09:55:01 +0000 (11:55 +0200)
commit9f8d459d4c15735457dadcc87b62790656866285
tree08c0f59554705f628ecef4bf6cc137bd1a310d13
parentc6096c6eefa5152931f49d0e75509b1e4ae2a560
OWE: Fix association IEs for transition mode open AP connection

The special case of returning from wpa_supplicant_set_suites() when OWE
transition mode profile is used for an open association did not clear
the wpa_ie buffer length properly. This resulted in trying to use
corrupted IEs in the association request and failed association
(cfg80211 rejects the request or if the request were to go out, the AP
would likely reject it).

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