]> git.ipfire.org Git - thirdparty/hostap.git/commit
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>
Fri, 1 Nov 2013 14:36:34 +0000 (16:36 +0200)
commitd767bda78b64acaf715a42b61453dc8d97673352
tree4b9c36f9ef8b2c6e9d5582f3485ef68c444b0435
parent9350a879899e8bb411a65debb82d8c2022a5d151
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