hostapd/src/rsn_supp
Sunil Dutt 3887878e53 TDLS: Remove link, if any, on an implicit set up request
If an implicit TDLS set up request is obtained on an existing link or an
to be established link, the previous link was not removed. This commit
disables the existing link on a new set up request. Also,
wpa_tdls_reneg() function was invoking wpa_tdls_start() on an already
existing peer for the case of internal setup, which is incorrect. Thus
the invocation of wpa_tdls_start() is removed in wpa_tdls_reneg() and
also this function is renamed to wps_tdls_remove() as it does not
renegotiation rather shall remove the link (if any) for the case of
external setup.

Signed-hostap: Jouni Malinen <jouni@qca.qualcomm.com>
2013-02-05 13:27:56 +02:00
..
Makefile Remove unnecessary SUBDIRS loops from src/*/Makefile 2010-04-17 17:10:31 +03:00
peerkey.c Move cipher suite selection into common helper functions 2013-01-13 16:58:54 +02:00
peerkey.h Remove the GPL notification from files contributed by Jouni Malinen 2012-02-11 19:39:36 +02:00
pmksa_cache.c PMKSA: Make deauthentication due to cache entry removal more granular 2012-11-25 21:39:19 +02:00
pmksa_cache.h Fix compilation with PMKSA caching support disabled 2013-02-03 16:23:13 +02:00
preauth.c Remove the GPL notification from files contributed by Jouni Malinen 2012-02-11 19:39:36 +02:00
preauth.h Remove the GPL notification from files contributed by Jouni Malinen 2012-02-11 19:39:36 +02:00
tdls.c TDLS: Remove link, if any, on an implicit set up request 2013-02-05 13:27:56 +02:00
wpa.c WNM: Use CONFIG_WNM more consistently 2012-12-16 18:22:54 +02:00
wpa.h TDLS: Remove link, if any, on an implicit set up request 2013-02-05 13:27:56 +02:00
wpa_ft.c Move WPA cipher information into a shared location 2012-08-30 11:53:54 +03:00
wpa_i.h Remove unused wpa_supplicant_disassociate() 2012-11-05 17:05:37 +02:00
wpa_ie.c Reserve AKM and cipher suite values 2012-09-30 20:26:55 +03:00
wpa_ie.h Remove the GPL notification from files contributed by Jouni Malinen 2012-02-11 19:39:36 +02:00