]> git.ipfire.org Git - thirdparty/hostap.git/commit
DPP: Move Authentication Request building into a separate function
authorJouni Malinen <jouni@qca.qualcomm.com>
Sun, 22 Oct 2017 14:08:25 +0000 (17:08 +0300)
committerJouni Malinen <j@w1.fi>
Sun, 22 Oct 2017 15:25:30 +0000 (18:25 +0300)
commit606a8e8d5736962f616b4bc55b1ae75b725bdcfa
treeaf9f25003abb89aa00a2ee057bb4e832a11b5256
parent3749ad0e1d62e06f35085d8c17e64ca801529434
DPP: Move Authentication Request building into a separate function

This cleans up dpp_auth_init() a bit by separating initialization steps
for a DPP authentication session from the code needed to build the
frame. In addition, this makes it easier to remove some of the
attributes for protocol testing purposes.

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