]> git.ipfire.org Git - thirdparty/hostap.git/commit - wpa_supplicant/ctrl_iface.c
Fix CONFIG_SAE build without CONFIG_SME
authorJouni Malinen <j@w1.fi>
Sat, 28 Jan 2017 09:58:26 +0000 (11:58 +0200)
committerJouni Malinen <j@w1.fi>
Sat, 28 Jan 2017 09:58:26 +0000 (11:58 +0200)
commitafe731004ba94410f22886752960fb8f42a7998e
tree6aa0ecb253cc57c8a265fa361e961ad128d235e1
parent34e8bfd7a94cba8fcde4578ed0c8b22b6cca44b6
Fix CONFIG_SAE build without CONFIG_SME

The control interface code was using wpa_s->sme in an area that was not
within ifdef CONFIG_SME.

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