]> Pileus Git - ~andy/linux/commit
mac80211: handle TDLS high-level commands and frames
authorArik Nemtsov <arik@wizery.com>
Wed, 28 Sep 2011 11:12:52 +0000 (14:12 +0300)
committerJohn W. Linville <linville@tuxdriver.com>
Fri, 30 Sep 2011 19:57:07 +0000 (15:57 -0400)
commitdfe018bf99537e42c816d3f543620a7e09fcf3cd
tree9efb4a6d078bb1051ba9dae9342b7685943a3c48
parent768db3438b4b48a33d073093bb364e624409cab7
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>
include/linux/ieee80211.h
include/linux/if_ether.h
net/mac80211/Kconfig
net/mac80211/cfg.c
net/mac80211/main.c