]> git.ipfire.org Git - thirdparty/hostap.git/commit
nl80211: Add support for TDLS request event from the driver
authorJouni Malinen <jouni@qca.qualcomm.com>
Mon, 19 Nov 2012 15:00:07 +0000 (17:00 +0200)
committerJouni Malinen <j@w1.fi>
Mon, 19 Nov 2012 15:00:07 +0000 (17:00 +0200)
commit6201b052c87b043a240324976c58b71aa6cbdfca
tree3df33ce2fae110007166872ecc13e5e2ce0874bd
parentaf1dff8c9f2b3b1fdd2514994800f0790cf7e65d
nl80211: Add support for TDLS request event from the driver

The NL80211_CMD_TDLS_OPER command can be used as an event based on a
recent cfg80211 commit, so add code to map that to internal
wpa_supplicant event to request TDLS link setup/teardown.

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