]> git.ipfire.org Git - thirdparty/hostap.git/commit
TDLS: Tear down TDLS using wpas_drv_tlds_oper() if not external
authorArend van Spriel <arend@broadcom.com>
Sat, 20 Jul 2013 14:52:32 +0000 (17:52 +0300)
committerJouni Malinen <j@w1.fi>
Sat, 20 Jul 2013 14:52:32 +0000 (17:52 +0300)
commit4ed8d954dd4f714ac648b25fc3ec260592fda41b
tree3323482d9036d8723481d1fb37583c9eceeca62f
parent831770bffe7536b1c63608c2bef0ea223edb605d
TDLS: Tear down TDLS using wpas_drv_tlds_oper() if not external

When the device indicates to take care of TDLS operations the TDLS
setup is done calling wpas_drv_tdls_oper(). This patch does a similar
thing for the teardown. This fixes failure of teardown:

"TDLS: Could not find peer <mac> for link Teardown"

Signed-hostap: Arend van Spriel <arend@broadcom.com>
wpa_supplicant/ctrl_iface.c