]> git.ipfire.org Git - thirdparty/hostap.git/commit
DPP: Move GAS encapsulation into dpp_build_conf_req()
authorJouni Malinen <jouni@codeaurora.org>
Wed, 3 Apr 2019 16:09:59 +0000 (19:09 +0300)
committerJouni Malinen <j@w1.fi>
Wed, 3 Apr 2019 16:10:47 +0000 (19:10 +0300)
commitbd23daa8e649ae89c78548b182729cc40d5dea8b
treefed944ebe105f391b17c88d1a6ed076b1c913a23
parentbe609c6fc6cb6d1f06dc43db0b2dcc7f8b6e72a0
DPP: Move GAS encapsulation into dpp_build_conf_req()

Avoid duplicated code in each user of dpp_build_conf_req() by moving the
common encapsulation case into this helper function.

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