]> git.ipfire.org Git - thirdparty/hostap.git/commit
DPP2: Move dpp_build_conf_result() to be within ifdef block
authorJouni Malinen <jouni@codeaurora.org>
Sun, 15 Sep 2019 13:40:23 +0000 (16:40 +0300)
committerJouni Malinen <j@w1.fi>
Sun, 15 Sep 2019 13:45:16 +0000 (16:45 +0300)
commitcc8399528bb06676810af2772950207e388f2910
tree957319f66c4c4e49cdbc13eba65ac25f614b6ee6
parent3a6736fe87ae8d144b92d8b8706fac8a0ee2eae5
DPP2: Move dpp_build_conf_result() to be within ifdef block

This is more consistent with the use of CONFIG_DPP2 since the
Configuration Result message is sent only when using version 2 or newer.

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