]> git.ipfire.org Git - thirdparty/hostap.git/commit - wpa_supplicant/config.c
TDLS: Provide external control to specify the peers for setup
authorSunil Dutt <usdutt@qti.qualcomm.com>
Wed, 13 Nov 2013 11:35:44 +0000 (17:05 +0530)
committerJouni Malinen <j@w1.fi>
Fri, 15 Nov 2013 01:02:08 +0000 (03:02 +0200)
commit800d58721c8a5721d1ddb1271093350ab769ade0
treeee3d81345ca5fa5af8473ba8cd13ba8de65f5ede
parent795baf773f6d53bae3cfae4df6edda63e5022344
TDLS: Provide external control to specify the peers for setup

There are use cases requesting the host driver to initiate the TDLS
setup with the peer only when configured by the external applications.
Thus, enable this control by tdls_external_control=1 and pass the
requisite information for the specific TDLS operation to the driver
on the request from such use cases.

This operation mode expects the driver to initiate TDLS link
automatically based on signal strength and traffic to a peer and tear
down links whenever they are not used or suitable due to signal strength
etc. The list of peers with which such operations are to be performed
are provided with the TDLS driver operations.

Signed-hostap: Jouni Malinen <jouni@qca.qualcomm.com>
wpa_supplicant/config.c
wpa_supplicant/config.h
wpa_supplicant/config_file.c
wpa_supplicant/ctrl_iface.c