]> git.ipfire.org Git - thirdparty/hostap.git/commit - src/ap/sta_info.c
Fix some recent wpa_msg() calls in hostapd use correct context
authorJouni Malinen <j@w1.fi>
Thu, 3 Nov 2011 20:04:17 +0000 (22:04 +0200)
committerJouni Malinen <j@w1.fi>
Thu, 3 Nov 2011 20:04:17 +0000 (22:04 +0200)
commit3ec1e9020f0cd4a0d4603f7cb6a4741f9384f2bb
tree9e79d686a31ebbac696f894ff16fe060e323655a
parent6caaae1e48da247b21b54ea6001646597e35d9b1
Fix some recent wpa_msg() calls in hostapd use correct context

wpa_msg() has to use hapd->msg_ctx instead of hapd as the context
pointer to work properly in wpa_supplicant AP mode.

Signed-hostap: Jouni Malinen <j@w1.fi>
src/ap/ieee802_11.c
src/ap/sta_info.c