mac80211: handle TDLS high-level commands and frames
authorArik Nemtsov <arik@wizery.com>
Wed, 28 Sep 2011 11:12:52 +0000 (14:12 +0300)
committerChristian Lamparter <chunkeey@googlemail.com>
Wed, 23 Nov 2011 21:02:35 +0000 (22:02 +0100)
commit6ab42ff4e38c00d5ed4624159f011dc7f9ecdb1c
tree527476f3c5ca8bcad023c51a904c89e99878141e
parent58801a3b4a1d0342c8bd57ddebe1f9580059808c
mac80211: handle TDLS high-level commands and frames

Register and implement the TDLS cfg80211 callback functions.

Internally prepare and send TDLS management frames. We incorporate
local STA capabilities and supported rates with extra IEs given by
usermode. The resulting packet is either encapsulated in a data frame,
or assembled as an action frame. It is transmitted either directly or
through the AP, as mandated by the TDLS specification.

Declare support for the TDLS external setup wiphy capability. This
tells usermode to handle link setup and discovery on its own, and use the
kernel driver for sending TDLS mgmt packets.

Signed-off-by: Arik Nemtsov <arik@wizery.com>
Cc: Kalyan C Gaddam <chakkal@iit.edu>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Signed-off-by: Christian Lamparter <chunkeey@googlemail.com>
include/linux/ieee80211.h