Added iwpriv command to print out TDLS peer table.

Added iwpriv getTdlsPeers command to print out TDLS
peer table for AST testing.

CRs-Fixed: 444418
Change-Id: I5b57583d21d36e8aa36439607fcbfb430935890a
diff --git a/CORE/HDD/inc/wlan_hdd_tdls.h b/CORE/HDD/inc/wlan_hdd_tdls.h
index 828a5cb..0e9931c 100644
--- a/CORE/HDD/inc/wlan_hdd_tdls.h
+++ b/CORE/HDD/inc/wlan_hdd_tdls.h
@@ -108,4 +108,6 @@
 
 u8 wlan_hdd_tdlsConnectedPeers(void);
 
+int wlan_hdd_tdls_get_all_peers(char *buf, int buflen);
+
 #endif // __HDD_TDSL_H