blob: cdf8c0d15dce4d17c7f33f2cc2f7c7d7db5ad28c [file] [log] [blame]
Kiran V1ccee932012-12-12 14:49:46 -08001#ifndef __HDD_TDSL_H
2#define __HDD_TDSL_H
3/**===========================================================================
4
5\file wlan_hdd_tdls.h
6
7\brief Linux HDD TDLS include file
Gopichand Nakkala0c1331e2013-01-07 22:49:07 -08008
9Copyright (c) 2012-2013 Qualcomm Atheros, Inc.
Kiran V1ccee932012-12-12 14:49:46 -080010 All Rights Reserved.
Gopichand Nakkala0c1331e2013-01-07 22:49:07 -080011Qualcomm Atheros Confidential and Proprietary.
Kiran V1ccee932012-12-12 14:49:46 -080012
13==========================================================================*/
14
15#define MAX_NUM_TDLS_PEER 4
16
17extern int wlan_hdd_saveTdlsPeer(tCsrRoamInfo *pRoamInfo);
18
19extern int wlan_hdd_findTdlsPeer(tSirMacAddr peerMac);
20
21#endif // __HDD_TDSL_H