]> git.ipfire.org Git - thirdparty/hostap.git/commit
DPP: Remove unnecessary Wrapped Data checks from callers
authorJouni Malinen <jouni@qca.qualcomm.com>
Sun, 22 Oct 2017 08:46:12 +0000 (11:46 +0300)
committerJouni Malinen <j@w1.fi>
Sun, 22 Oct 2017 14:21:57 +0000 (17:21 +0300)
commit27fefbbb7691d37e7fb276e38fad71cc50743de6
treecc7398f3749a85de631bd4d8741b534bb48901bd
parent0c881807b5c1305c6003f230181f4b185ce9188c
DPP: Remove unnecessary Wrapped Data checks from callers

Now that dpp_check_attrs() takes care of verifying that no attributes
are after the Wrapped Data attribute, the duplicated checks in hostapd
and wpa_supplicant side of the implementation can be removed.

Signed-off-by: Jouni Malinen <jouni@qca.qualcomm.com>
src/ap/dpp_hostapd.c
src/common/dpp.c
src/common/dpp.h
wpa_supplicant/dpp_supplicant.c