]> git.ipfire.org Git - thirdparty/hostap.git/commit
DPP2: Get DPP Relay Controller context based on hostapd callback context
authorDisha Das <dishad@codeaurora.org>
Thu, 15 Apr 2021 13:21:06 +0000 (18:51 +0530)
committerJouni Malinen <j@w1.fi>
Wed, 21 Apr 2021 20:06:00 +0000 (23:06 +0300)
commit80d9756956d369f3ad4f27cbadd98b6c4f619d21
treeb882e3afbed7cba48b3dfa65bcd34af69af88d51
parent622be1e10b3dfd58d2da557ec1bd5fb79a921ada
DPP2: Get DPP Relay Controller context based on hostapd callback context

Get the DPP Relay Controller context from the list of configured
Controllers based on the correct hostapd callback context. This is
needed to pick the correct hostapd interface for sending out the
response over air, e.g., when the same hostapd process controls a 2.4
GHz only and a 5 GHz only interface.

Signed-off-by: Disha Das <dishad@codeaurora.org>
src/ap/dpp_hostapd.c
src/common/dpp.h
src/common/dpp_tcp.c