]> git.ipfire.org Git - thirdparty/hostap.git/commit
DPP: Helper function for bootstrapping URI generation
authorJouni Malinen <jouni@codeaurora.org>
Mon, 27 Jan 2020 15:04:26 +0000 (17:04 +0200)
committerJouni Malinen <j@w1.fi>
Mon, 27 Jan 2020 18:36:09 +0000 (20:36 +0200)
commit2bbe6ad3aafdb3ae35ef5fca9b37cb3c23226e42
tree2cd87bdadc1dceca58194f177ed60e9990f7a7e1
parentf5b7b249128086c3e7a6ee3c38154303d4d2b807
DPP: Helper function for bootstrapping URI generation

The new dpp_gen_uri() helper function can be used to build the
bootstrapping URI from locally stored information. This can be used to
make it easier to update the URI, e.g., for NFC negotiated connection
handover cases.

Signed-off-by: Jouni Malinen <jouni@codeaurora.org>
src/common/dpp.c
src/common/dpp.h
tests/hwsim/test_dpp.py