TDLS: Use helper function for disable link operation
authorSunil Dutt <c_duttus@qti.qualcomm.com>
Mon, 30 Sep 2013 14:23:23 +0000 (17:23 +0300)
committerJouni Malinen <j@w1.fi>
Mon, 30 Sep 2013 14:29:05 +0000 (17:29 +0300)
commit83d3fdb7c61fc5be1c7172079faf5cd59ec9b935
tree517b246a7e53e702eb2244f9af2b5d0f05f1a6a9
parentf130b105ec4462b55e829dffe8b3c6b6003227ca
TDLS: Use helper function for disable link operation

This is called from number of locations and it is more efficient to use
a new helper function instead of wpa_tdls_disable_link() that would do
peer address search from the list of peers.

Signed-hostap: Jouni Malinen <jouni@qca.qualcomm.com>
src/rsn_supp/tdls.c