]> git.ipfire.org Git - thirdparty/hostap.git/commit
mesh: Register msg_ctx for hostapd/AP code
authorJouni Malinen <jouni@codeaurora.org>
Sat, 19 May 2018 14:22:48 +0000 (17:22 +0300)
committerJouni Malinen <j@w1.fi>
Sat, 19 May 2018 14:22:48 +0000 (17:22 +0300)
commitd6a65a83fb61c855e9c776e3f89278ed8b214535
tree916e6f39ccf43b9ec7295fc77122a34127f0c7b4
parent4e47eec5a955a82f0c5783e966a9806d772f7482
mesh: Register msg_ctx for hostapd/AP code

The use of hostapd code for a mesh interface did not register
hapd->msg_ctx. This needs to be done similarly to the existing cases in
wpa_supplicant AP and IBSS mode uses so that wpa_msg() calls from the
hostapd/AP code get delivered properly.

Signed-off-by: Jouni Malinen <jouni@codeaurora.org>
wpa_supplicant/mesh.c