]> git.ipfire.org Git - thirdparty/hostap.git/commit
Fix CONFIG_INTERWORKING=y build without CONFIG_HS20=y
authorJouni Malinen <j@w1.fi>
Mon, 1 May 2017 14:24:18 +0000 (17:24 +0300)
committerJouni Malinen <j@w1.fi>
Mon, 1 May 2017 14:39:14 +0000 (17:39 +0300)
commit8b49b530b3fd7f6b5fce3264839ab16023d2af41
tree2360205094ee4ce35b142f9b6613c308f31a57e7
parent87ad672108755a610e8c203419f4a64ff92057d3
Fix CONFIG_INTERWORKING=y build without CONFIG_HS20=y

Commit 34f28519027d2504168e109519112c1b12d1fdf6 ('MBO: Parse MBO
ANQP-element on STA') started using the type variable outside
CONFIG_HS20 block, but forgot to remove the ifdef from the variable
declaration.

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