TDLS: Disable the link also on driver request for teardown
authorSunil Dutt <duttus@codeaurora.org>
Tue, 22 Jan 2013 12:09:54 +0000 (14:09 +0200)
committerJouni Malinen <j@w1.fi>
Tue, 22 Jan 2013 12:09:54 +0000 (14:09 +0200)
commitf2e698de7e8170a73d7b1e70f8a0e6dce9441e34
tree037fd236fa49294db1e0e05a18717f5de5b631b9
parent0321bcdfa8466ae97da77cbc1998b31b53b1ee59
TDLS: Disable the link also on driver request for teardown

The link was not disabled for the case of implicit trigger from the
driver unlike in the case of explicit trigger fromc ctrl_iface. Make the
tear down sequences match in these cases by adding the TDLS_DISABLE_LINK
tdls_oper to the driver when processing the TDLS_REQUEST_TEARDOWN event.

Signed-hostap: Jouni Malinen <jouni@qca.qualcomm.com>
wpa_supplicant/events.c