Register TDLS peer to TL at link enable

TL registration happens at add sta response time. This cause the issue
when add station is failed. This gerrit address to move TL registration
only after TDLS setup succeed and get TDLS link enable from supplicant.

CRs-Fixed: 452863
Change-Id: I91bf2abaac5f37ea0ac67771e2dd66770146e242
diff --git a/CORE/HDD/inc/wlan_hdd_tdls.h b/CORE/HDD/inc/wlan_hdd_tdls.h
index 3b91776..54f505d 100644
--- a/CORE/HDD/inc/wlan_hdd_tdls.h
+++ b/CORE/HDD/inc/wlan_hdd_tdls.h
@@ -90,6 +90,7 @@
     tANI_S8     rssi;
     tANI_S8     tdls_support;
     tANI_S8     link_status;
+    tANI_U8     signature;
     tANI_U8     is_responder;
     tANI_U8     discovery_processed;
     tANI_U16    discovery_attempt;
@@ -140,6 +141,8 @@
 
 int wlan_hdd_tdls_get_responder(u8 *mac);
 
+int wlan_hdd_tdls_set_signature(u8 *mac, tANI_U8 uSignature);
+
 int wlan_hdd_tdls_set_params(tdls_config_params_t *config);
 
 int wlan_hdd_tdls_reset_peer(u8 *mac);