]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - build-utilities/hostap.git/commit
TDLS: Get TDLS related capabilities from driver
authorArik Nemtsov <arik@wizery.com>
Mon, 26 Sep 2011 10:55:25 +0000 (13:55 +0300)
committerJouni Malinen <j@w1.fi>
Sun, 23 Oct 2011 19:15:15 +0000 (22:15 +0300)
commitc58ab8f2494fdf09a3b18c8a2c1013c9baadcd2c
tree23cce012498b3acc0ac6e0af836ce2aedd11f7a9
parent03ea178603bbfacaf83860d8993ae58a3df30d6b
TDLS: Get TDLS related capabilities from driver

Put glue code in place to propagate TDLS related driver capabilities to
the TDLS state machine.

If the driver doesn't support capabilities, assume TDLS is supported
internally.

When TDLS is explicitly not supported, disable all user facing TDLS
operations.

Signed-off-by: Arik Nemtsov <arik@wizery.com>
Cc: Kalyan C Gaddam <chakkal@iit.edu>
src/rsn_supp/tdls.c
src/rsn_supp/wpa.h
src/rsn_supp/wpa_i.h
wpa_supplicant/wpa_supplicant.c
wpa_supplicant/wpa_supplicant_i.h
wpa_supplicant/wpas_glue.c