blob: 579129aa0f4f39e1fd2b20cbf49728870b3c067e [file] [log] [blame]
Jeff Johnson295189b2012-06-20 16:38:30 -07001/*
Kiet Lam0fb93dd2014-02-19 00:32:59 -08002 * Copyright (c) 2011-2014 The Linux Foundation. All rights reserved.
3 *
4 * Previously licensed under the ISC license by Qualcomm Atheros, Inc.
5 *
6 *
7 * Permission to use, copy, modify, and/or distribute this software for
8 * any purpose with or without fee is hereby granted, provided that the
9 * above copyright notice and this permission notice appear in all
10 * copies.
11 *
12 * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL
13 * WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED
14 * WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE
15 * AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL
16 * DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR
17 * PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
18 * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
19 * PERFORMANCE OF THIS SOFTWARE.
20 */
21
22/*
Kiet Lama7f454d2014-07-24 12:04:06 -070023 * This file was originally distributed by Qualcomm Atheros, Inc.
24 * under proprietary terms before Copyright ownership was assigned
25 * to the Linux Foundation.
Kiet Lam0fb93dd2014-02-19 00:32:59 -080026 */
27
Jeff Johnson295189b2012-06-20 16:38:30 -070028
Kiet Lama7f454d2014-07-24 12:04:06 -070029
30
Kiran Kumar Lokere3527f0c2013-02-24 22:21:28 -080031/** ------------------------------------------------------------------------- *
32 ------------------------------------------------------------------------- *
Jeff Johnson295189b2012-06-20 16:38:30 -070033
Kiran Kumar Lokere3527f0c2013-02-24 22:21:28 -080034
Jeff Johnson295189b2012-06-20 16:38:30 -070035 \file csrInternal.h
Kiran Kumar Lokere3527f0c2013-02-24 22:21:28 -080036
Jeff Johnson295189b2012-06-20 16:38:30 -070037 Define internal data structure for MAC.
Jeff Johnson295189b2012-06-20 16:38:30 -070038 ========================================================================== */
39#ifndef CSRINTERNAL_H__
40#define CSRINTERNAL_H__
41
Jeff Johnson295189b2012-06-20 16:38:30 -070042#include "vos_status.h"
43#include "vos_lock.h"
Jeff Johnson295189b2012-06-20 16:38:30 -070044
45#include "palTimer.h"
46#include "csrSupport.h"
47#include "vos_nvitem.h"
48#include "wlan_qct_tl.h"
49
Ratheesh S Pece1f832015-07-25 15:50:25 +053050#include "csrApi.h"
51
Jeff Johnson295189b2012-06-20 16:38:30 -070052#ifdef WLAN_FEATURE_NEIGHBOR_ROAMING
53#include "csrNeighborRoam.h"
54#endif
55
56#define CSR_MAX_STA (HAL_NUM_STA)
57
58#define CSR_SME_SCAN_FLAGS_DELETE_CACHE 0x80
59
60#define CSR_TITAN_MAX_RATE_MIMO_CB 240
61#define CSR_TITAN_MAX_RATE_MIMO 126
62
63//define scan return criteria. LIM should use these define as well
64#define CSR_SCAN_RETURN_AFTER_ALL_CHANNELS ( 0 )
65#define CSR_SCAN_RETURN_AFTER_FIRST_MATCH ( 0x01 )
66#define CSR_SCAN_RETURN_AFTER_5_BAND_11d_FOUND ( 0x80 )
67#define CSR_SCAN_RETURN_AFTER_24_BAND_11d_FOUND ( 0x40 )
68#define CSR_SCAN_RETURN_AFTER_EITHER_BAND_11d_FOUND ( CSR_SCAN_RETURN_AFTER_5_BAND_11d_FOUND | CSR_SCAN_RETURN_AFTER_24_BAND_11d_FOUND )
Madan Mohan Koyyalamudi4c8c6352012-10-15 16:40:16 -070069#define CSR_NUM_RSSI_CAT 15
Jeff Johnson295189b2012-06-20 16:38:30 -070070#define CSR_MAX_STATISTICS_REQ 10
Varun Reddy Yeturu9d4102c2013-12-02 15:47:03 -080071#define CSR_ROAM_SCAN_CHANNEL_SWITCH_TIME 3
Jeff Johnson295189b2012-06-20 16:38:30 -070072
73//Support for multiple session
74#define CSR_SESSION_ID_INVALID 0xFF // session ID invalid
75#define CSR_ROAM_SESSION_MAX 5 // No of sessions to be supported, and a
76 // session is for Infra, IBSS or BT-AMP
77
78#define CSR_IS_SESSION_VALID( pMac, sessionId ) ( ( (sessionId) < CSR_ROAM_SESSION_MAX ) \
79 && ( (pMac)->roam.roamSession[(sessionId)].sessionActive ) )
80#define CSR_GET_SESSION( pMac, sessionId ) \
81( \
82 (sessionId < CSR_ROAM_SESSION_MAX) ? \
83 (&(pMac)->roam.roamSession[(sessionId)]) :\
84 NULL \
85)
86
Agrawal Ashish0b6984f2014-04-05 18:35:45 +053087#define CSR_MAX_NUM_COUNTRY_CODE 100
Srinivas Girigowda41c7c5f2013-10-21 19:01:38 -070088#define CSR_IS_SELECT_5GHZ_MARGIN( pMac ) \
89( \
90 (((pMac)->roam.configParam.nSelect5GHzMargin)?eANI_BOOLEAN_TRUE:eANI_BOOLEAN_FALSE) \
91)
92
Varun Reddy Yeturu5d5e2c62014-02-27 13:31:29 -080093#if defined (WLAN_FEATURE_VOWIFI_11R) || defined (FEATURE_WLAN_ESE) || defined(FEATURE_WLAN_LFR)
Madan Mohan Koyyalamudid5026072012-11-30 14:56:21 -080094#define CSR_IS_ROAM_PREFER_5GHZ( pMac ) \
95( \
96 (((pMac)->roam.configParam.nRoamPrefer5GHz)?eANI_BOOLEAN_TRUE:eANI_BOOLEAN_FALSE) \
97)
Srinivas Girigowdabbd16eb2013-03-21 12:34:46 -070098#define CSR_IS_ROAM_INTRA_BAND_ENABLED( pMac ) \
99( \
100 (((pMac)->roam.configParam.nRoamIntraBand)?eANI_BOOLEAN_TRUE:eANI_BOOLEAN_FALSE) \
101)
Madan Mohan Koyyalamudid5026072012-11-30 14:56:21 -0800102#endif
103
Varun Reddy Yeturud0a3f252013-04-15 21:58:13 -0700104#ifdef WLAN_FEATURE_ROAM_SCAN_OFFLOAD
105#define CSR_IS_ROAM_SCAN_OFFLOAD_ENABLED( pMac ) \
106( \
107 (((pMac)->roam.configParam.isRoamOffloadScanEnabled)?eANI_BOOLEAN_TRUE:eANI_BOOLEAN_FALSE) \
108)
Srinivas Girigowda830bbd02013-06-13 19:44:16 -0700109
110#define CSR_IS_FASTROAM_IN_CONCURRENCY_INI_FEATURE_ENABLED( pMac ) \
111( \
112 (((pMac)->roam.configParam.bFastRoamInConIniFeatureEnabled)?eANI_BOOLEAN_TRUE:eANI_BOOLEAN_FALSE) \
113)
Varun Reddy Yeturud0a3f252013-04-15 21:58:13 -0700114#endif
115
Varun Reddy Yeturu5d5e2c62014-02-27 13:31:29 -0800116//Support for "Fast roaming" (i.e., ESE, LFR, or 802.11r.)
Madan Mohan Koyyalamudi470d2cf2012-09-28 14:43:44 -0700117#define CSR_BG_SCAN_OCCUPIED_CHANNEL_LIST_LEN 15
Jeff Johnson295189b2012-06-20 16:38:30 -0700118
119typedef enum
120{
121 //eCSR_CFG_DOT11_MODE_BEST = 0,
122 eCSR_CFG_DOT11_MODE_TAURUS = 0,
Kiran Kumar Lokere3527f0c2013-02-24 22:21:28 -0800123 eCSR_CFG_DOT11_MODE_ABG,
124 eCSR_CFG_DOT11_MODE_11A,
125 eCSR_CFG_DOT11_MODE_11B,
126 eCSR_CFG_DOT11_MODE_11G,
127 eCSR_CFG_DOT11_MODE_11N,
128 eCSR_CFG_DOT11_MODE_POLARIS,
129 eCSR_CFG_DOT11_MODE_TITAN,
Jeff Johnsone7245742012-09-05 17:12:55 -0700130#ifdef WLAN_FEATURE_11AC
131 eCSR_CFG_DOT11_MODE_11AC,
132#endif
Kiran Kumar Lokere3527f0c2013-02-24 22:21:28 -0800133 eCSR_CFG_DOT11_MODE_11G_ONLY,
134 eCSR_CFG_DOT11_MODE_11N_ONLY,
Jeff Johnsone7245742012-09-05 17:12:55 -0700135#ifdef WLAN_FEATURE_11AC
136 eCSR_CFG_DOT11_MODE_11AC_ONLY,
Kiran Kumar Lokere3527f0c2013-02-24 22:21:28 -0800137#endif
Jeff Johnson295189b2012-06-20 16:38:30 -0700138 //This value can never set to CFG. It is for CSR's internal use
139 eCSR_CFG_DOT11_MODE_AUTO,
140}eCsrCfgDot11Mode; //Used to determine what to set to the WNI_CFG_DOT11_MODE
141
Kiran Kumar Lokere3527f0c2013-02-24 22:21:28 -0800142typedef enum etCsrRoamCommands
Jeff Johnson295189b2012-06-20 16:38:30 -0700143{
Kiran Kumar Lokere3527f0c2013-02-24 22:21:28 -0800144 eCsrRoamNoCommand,
Jeff Johnson295189b2012-06-20 16:38:30 -0700145 eCsrRoamCommandScan,
Kiran Kumar Lokere3527f0c2013-02-24 22:21:28 -0800146 eCsrRoamCommandRoam,
147 eCsrRoamCommandWmStatusChange,
Jeff Johnson295189b2012-06-20 16:38:30 -0700148 eCsrRoamCommandSetKey,
149 eCsrRoamCommandRemoveKey,
150
151} eCsrRoamCommands;
152
Kiran Kumar Lokere3527f0c2013-02-24 22:21:28 -0800153typedef enum
Jeff Johnson295189b2012-06-20 16:38:30 -0700154{
155 eCsrScanOther = 1,
156 eCsrScanLostLink1,
157 eCsrScanLostLink2,
158 eCsrScanLostLink3,
159 eCsrScanLostLink4,
160 eCsrScan11d1, //First 11d scan
161 eCsrScan11d2, //First 11d scan has failed
162 eCsrScan11dDone, //11d scan succeeded, try the rest of the channel
163 eCsrScanUserRequest,
164 eCsrScanGetResult,
165 eCsrScanSetBGScanParam, //used for HO too - bg scan request in NT Handoff sub-state
166 eCsrScanForSsid,
167 eCsrScanForCapsChange,
168 eCsrScanBGScanAbort,
169 eCsrScanBGScanEnable,
170 eCsrScanIdleScan,
171 eCsrScanGetScanChnInfo, //To get the list of channels scanned
172
173 eCsrScanBgScan, // bg scan request in NRT & RT Handoff sub-states
174 eCsrScanProbeBss, // directed probe on an entry from the candidate list - HO
175 eCsrScanAbortBgScan, //aborting a BG scan (meaning the scan is triggered by LIM timer)
176 eCsrScanAbortNormalScan, //aborting a normal scan (the scan is trigger by eWNI_SME_SCAN_REQ)
Varun Reddy Yeturud0a3f252013-04-15 21:58:13 -0700177 eCsrScanP2PFindPeer,
178 eCsrScanGetLfrResult, // get the LFR candidates from PE scan cache
Jeff Johnson295189b2012-06-20 16:38:30 -0700179}eCsrScanReason;
180
Kiran Kumar Lokere3527f0c2013-02-24 22:21:28 -0800181typedef enum
Jeff Johnson295189b2012-06-20 16:38:30 -0700182{
183 eCsrNoConnection, // Roaming because we have not established the initial connection.
184 eCsrCapsChange, // roaming because LIM reported a Capability change in the associated AP.
185 eCsrForcedDisassoc, // roaming becuase someone asked us to Disassoc and stay disassociated.
186 eCsrHddIssued, // roaming because an 802.11 request was issued to the driver.
187 eCsrLostLink1, // roaming because we lost link to an associated AP
Kiran Kumar Lokere3527f0c2013-02-24 22:21:28 -0800188 eCsrLostLink2,
Jeff Johnson295189b2012-06-20 16:38:30 -0700189 eCsrLostLink3,
190 eCsrForcedDisassocMICFailure, // roaming because we need to force a Disassoc due to MIC failure
191 eCsrHddIssuedReassocToSameAP,
192 eCsrSmeIssuedReassocToSameAP,
193 eCsrSmeIssuedReassocToDiffAP,
194 eCsrForcedDeauth, // roaming becuase someone asked us to deauth and stay disassociated.
195 eCsrSmeIssuedDisassocForHandoff, // will be issued by Handoff logic to disconect from current AP
196 eCsrSmeIssuedAssocToSimilarAP, // will be issued by Handoff logic to join a new AP with same profile
197 eCsrSmeIssuedIbssJoinFailure, // ibss join timer fired before any perr showed up, so shut down the network
198 eCsrForcedIbssLeave,
199 eCsrStopBss,
200 eCsrSmeIssuedFTReassoc,
201 eCsrForcedDisassocSta,
202 eCsrForcedDeauthSta,
Madan Mohan Koyyalamudi286b60e2012-10-11 12:59:07 -0700203 eCsrPerformPreauth,
Venkata Prathyusha Kuntupalli239278b2013-03-26 15:58:18 -0700204 eCsrLostLink1Abort,
205 eCsrLostLink2Abort,
206 eCsrLostLink3Abort,
Kiran Kumar Lokere3527f0c2013-02-24 22:21:28 -0800207
Jeff Johnson295189b2012-06-20 16:38:30 -0700208}eCsrRoamReason;
209
210typedef enum
211{
Kiran Kumar Lokere3527f0c2013-02-24 22:21:28 -0800212 eCSR_ROAM_SUBSTATE_NONE = 0,
213 eCSR_ROAM_SUBSTATE_START_BSS_REQ,
214 eCSR_ROAM_SUBSTATE_JOIN_REQ,
215 eCSR_ROAM_SUBSTATE_REASSOC_REQ,
216 eCSR_ROAM_SUBSTATE_DISASSOC_REQ,
217 eCSR_ROAM_SUBSTATE_STOP_BSS_REQ,
218 eCSR_ROAM_SUBSTATE_DISCONNECT_CONTINUE_ROAMING, //Continue the current roam command after disconnect
219 eCSR_ROAM_SUBSTATE_AUTH_REQ,
220 eCSR_ROAM_SUBSTATE_CONFIG,
221 eCSR_ROAM_SUBSTATE_DEAUTH_REQ,
222 eCSR_ROAM_SUBSTATE_DISASSOC_NOTHING_TO_JOIN,
223 eCSR_ROAM_SUBSTATE_DISASSOC_REASSOC_FAILURE,
224 eCSR_ROAM_SUBSTATE_DISASSOC_FORCED,
Jeff Johnson295189b2012-06-20 16:38:30 -0700225 eCSR_ROAM_SUBSTATE_WAIT_FOR_KEY,
226 eCSR_ROAM_SUBSTATE_DISASSOC_HANDOFF,
227 eCSR_ROAM_SUBSTATE_JOINED_NO_TRAFFIC,
228 eCSR_ROAM_SUBSTATE_JOINED_NON_REALTIME_TRAFFIC,
229 eCSR_ROAM_SUBSTATE_JOINED_REALTIME_TRAFFIC,
230// max is 15 unless the bitfield is expanded...
231} eCsrRoamSubState;
232
233
Kiran Kumar Lokere3527f0c2013-02-24 22:21:28 -0800234typedef enum
Jeff Johnson295189b2012-06-20 16:38:30 -0700235{
236 eCSR_ROAMING_STATE_STOP = 0,
237 eCSR_ROAMING_STATE_IDLE,
238 eCSR_ROAMING_STATE_SCANNING,
239 eCSR_ROAMING_STATE_JOINING,
240 eCSR_ROAMING_STATE_JOINED,
241}eCsrRoamState;
242
243
Kiran Kumar Lokere3527f0c2013-02-24 22:21:28 -0800244typedef enum
Jeff Johnson295189b2012-06-20 16:38:30 -0700245{
246 eCsrContinueRoaming,
247 eCsrStopRoaming,
248 eCsrStartIbss,
249 eCsrStartIbssSameIbss,
250 eCsrReassocToSelfNoCapChange,
Jeff Johnsone7245742012-09-05 17:12:55 -0700251 eCsrStopRoamingDueToConcurrency,
Kiran Kumar Lokere3527f0c2013-02-24 22:21:28 -0800252
Jeff Johnson295189b2012-06-20 16:38:30 -0700253}eCsrJoinState;
254
255typedef enum
256{
257 eCsrNotRoaming,
258 eCsrLostlinkRoamingDisassoc,
259 eCsrLostlinkRoamingDeauth,
260 eCsrDynamicRoaming,
261 eCsrReassocRoaming,
262}eCsrRoamingReason;
263
Kiran Kumar Lokere3527f0c2013-02-24 22:21:28 -0800264typedef enum
Jeff Johnson295189b2012-06-20 16:38:30 -0700265{
266 eCsrDisassociated,
267 eCsrDeauthenticated
268
269}eCsrRoamWmStatusChangeTypes;
270
271typedef enum
272{
273 eCsrSummaryStats = 0,
274 eCsrGlobalClassAStats,
275 eCsrGlobalClassBStats,
276 eCsrGlobalClassCStats,
277 eCsrGlobalClassDStats,
278 eCsrPerStaStats,
279 eCsrMaxStats
280}eCsrRoamStatsClassTypes;
281
282#ifdef FEATURE_WLAN_DIAG_SUPPORT
283typedef enum
284{
285 eCSR_WLAN_STATUS_CONNECT =0,
286 eCSR_WLAN_STATUS_DISCONNECT
287
288}eCsrDiagWlanStatusEventSubtype;
289
290typedef enum
291{
292 eCSR_REASON_UNSPECIFIED = 0,
293 eCSR_REASON_USER_REQUESTED,
294 eCSR_REASON_MIC_ERROR,
295 eCSR_REASON_DISASSOC,
296 eCSR_REASON_DEAUTH,
297 eCSR_REASON_HANDOFF,
298
299}eCsrDiagWlanStatusEventReason;
300
301typedef enum
302{
303 eCSR_WLAN_HANDOFF_EVENT =0,
304
305}eCsrDiagWlanHandoffEventSubtype;
306
307typedef enum
308{
309 eCSR_WLAN_VCC_EVENT =0,
310
311}eCsrDiagWlanVccEventSubtype;
312
313#endif //FEATURE_WLAN_DIAG_SUPPORT
314
315typedef struct tagCsrChannel
316{
317 tANI_U8 numChannels;
318 tANI_U8 channelList[WNI_CFG_VALID_CHANNEL_LIST_LEN];
319}tCsrChannel;
320
321typedef struct tagScanProfile
322{
323 tANI_U32 minChnTime;
324 tANI_U32 maxChnTime;
325 tANI_U32 restTime; //This is ignored if not associated
326 tANI_U32 numOfChannels;
327 tANI_U8 *pChannelList;
328 tSirScanType scanType; //active or passive
329 eCsrRoamBssType bssType; //BSS or IBSS
330 tANI_U8 ssid[WNI_CFG_SSID_LEN];
331 tANI_U8 bReturnAfter1stMatch;
332 tANI_U8 fUniqueResult;
333 tANI_U8 freshScan;
334 tCsrBssid bssid;
335}tScanProfile;
336
337typedef struct tagBssConfigParam
338{
339 eCsrMediaAccessType qosType;
340 tSirMacSSid SSID;
341 tANI_U32 uRTSThresh;
342 tANI_U32 uDeferThresh; //
343 eCsrCfgDot11Mode uCfgDot11Mode;
344 eCsrBand eBand;
345 tANI_U8 standardRate[CSR_DOT11_SUPPORTED_RATES_MAX];
346 tANI_U8 extendedRate[CSR_DOT11_EXTENDED_SUPPORTED_RATES_MAX];
347 eCsrExposedTxRate txRate;
348 tAniAuthType authType;
349 eCsrEncryptionType encType;
350 tANI_U32 uShortSlotTime;
351 tANI_U32 uHTSupport; //High throughput
352 tANI_U32 uPowerLimit;
353 tANI_U32 uHeartBeatThresh;
354 tANI_U32 uJoinTimeOut;
355 tSirMacCapabilityInfo BssCap;
356 tANI_BOOLEAN f11hSupport;
Jeff Johnsone7245742012-09-05 17:12:55 -0700357 ePhyChanBondState cbMode;
Jeff Johnson295189b2012-06-20 16:38:30 -0700358}tBssConfigParam;
359
360
361typedef struct tagCsrRoamStartBssParams
362{
363 tSirMacSSid ssId;
364 tCsrBssid bssid; //this is the BSSID for the party we want to join (only use for IBSS or WDS)
365 tSirNwType sirNwType;
Jeff Johnsone7245742012-09-05 17:12:55 -0700366 ePhyChanBondState cbMode;
Jeff Johnson295189b2012-06-20 16:38:30 -0700367 tSirMacRateSet operationalRateSet;
368 tSirMacRateSet extendedRateSet;
369 tANI_U8 operationChn;
370 eCsrCfgDot11Mode uCfgDot11Mode;
Jeff Johnson295189b2012-06-20 16:38:30 -0700371 tANI_U8 privacy;
372 tANI_BOOLEAN fwdWPSPBCProbeReq;
373 tANI_BOOLEAN protEnabled;
374 tANI_BOOLEAN obssProtEnabled;
375 tAniAuthType authType;
376 tANI_U16 beaconInterval; //If this is 0, SME will fill in for caller.
377 tANI_U16 ht_protection;
378 tANI_U32 dtimPeriod;
379 tANI_U8 ApUapsdEnable;
380 tANI_U8 ssidHidden;
381 tANI_U8 wps_state;
Jeff Johnson295189b2012-06-20 16:38:30 -0700382 tVOS_CON_MODE bssPersona;
383 tANI_U16 nRSNIELength; //The byte count in the pRSNIE, if 0, pRSNIE is ignored.
384 tANI_U8 *pRSNIE; //If not null, it has the IE byte stream for RSN
Kiran Kumar Lokere3527f0c2013-02-24 22:21:28 -0800385 tANI_BOOLEAN updatebeaconInterval; //Flag used to indicate update
386 // beaconInterval
Chet Lanctot8cecea22014-02-11 19:09:36 -0800387#ifdef WLAN_FEATURE_11W
388 tANI_BOOLEAN mfpCapable;
389 tANI_BOOLEAN mfpRequired;
390#endif
Jeff Johnson295189b2012-06-20 16:38:30 -0700391}tCsrRoamStartBssParams;
392
393
394typedef struct tagScanCmd
395{
396 tANI_U32 scanID;
397 csrScanCompleteCallback callback;
398 void *pContext;
399 eCsrScanReason reason;
400 eCsrRoamState lastRoamState[CSR_ROAM_SESSION_MAX];
401 tCsrRoamProfile *pToRoamProfile;
402 tANI_U32 roamId; //this is the ID related to the pToRoamProfile
403 union
404 {
405 tCsrScanRequest scanRequest;
406 tCsrBGScanRequest bgScanRequest;
407 }u;
Srinivas, Dasari187ca4e2014-02-07 12:40:09 +0530408 //This flag will be set while aborting the scan due to band change
Ratheesh S Pece1f832015-07-25 15:50:25 +0530409 eCsrAbortReason abortScanIndication;
Jeff Johnson295189b2012-06-20 16:38:30 -0700410}tScanCmd;
411
Kiran Kumar Lokere3527f0c2013-02-24 22:21:28 -0800412typedef struct tagRoamCmd
Jeff Johnson295189b2012-06-20 16:38:30 -0700413{
414 tANI_U32 roamId;
415 eCsrRoamReason roamReason;
416 tCsrRoamProfile roamProfile;
417 tScanResultHandle hBSSList; //BSS list fits the profile
Kiran Kumar Lokere3527f0c2013-02-24 22:21:28 -0800418 tListElem *pRoamBssEntry; //point to the current BSS in the list that is roaming. It starts from head to tail
Jeff Johnson295189b2012-06-20 16:38:30 -0700419 tSirBssDescription *pLastRoamBss; //the last BSS we try and failed
Kiran Kumar Lokere3527f0c2013-02-24 22:21:28 -0800420 tANI_BOOLEAN fReleaseBssList; //whether to free hBSSList
Jeff Johnson295189b2012-06-20 16:38:30 -0700421 tANI_BOOLEAN fReleaseProfile; //whether to free roamProfile
422 tANI_BOOLEAN fReassoc; //whether this command is for reassociation
423 tANI_BOOLEAN fUpdateCurRoamProfile; //whether pMac->roam.pCurRoamProfile needs to be updated
424 //this is for CSR internal used only. And it should not be assigned when creating the command
425 //This causes the roam command not to do anything.
Kiran Kumar Lokere3527f0c2013-02-24 22:21:28 -0800426 tANI_BOOLEAN fReassocToSelfNoCapChange;
Jeff Johnson295189b2012-06-20 16:38:30 -0700427
428 tANI_BOOLEAN fStopWds;
429 tSirMacAddr peerMac;
430 tSirMacReasonCodes reason;
431}tRoamCmd;
432
433typedef struct tagSetKeyCmd
434{
435 tANI_U32 roamId;
436 eCsrEncryptionType encType;
437 eCsrAuthType authType;
438 tAniKeyDirection keyDirection; //Tx, Rx or Tx-and-Rx
439 tSirMacAddr peerMac; //Peer's MAC address. ALL 1's for group key
440 tANI_U8 paeRole; //0 for supplicant
441 tANI_U8 keyId; // Kye index
442 tANI_U8 keyLength; //Number of bytes containing the key in pKey
443 tANI_U8 Key[CSR_MAX_KEY_LEN];
444 tANI_U8 keyRsc[CSR_MAX_RSC_LEN];
445} tSetKeyCmd;
446
447typedef struct tahRemoveKeyCmd
448{
449 tANI_U32 roamId;
450 eCsrEncryptionType encType;
451 eCsrAuthType authType;
452 tSirMacAddr peerMac; //Peer's MAC address. ALL 1's for group key
453 tANI_U8 keyId; //key index
454} tRemoveKeyCmd;
455
Kiran Kumar Lokere3527f0c2013-02-24 22:21:28 -0800456typedef struct tagWmStatusChangeCmd
Jeff Johnson295189b2012-06-20 16:38:30 -0700457{
458 eCsrRoamWmStatusChangeTypes Type;
Kiran Kumar Lokere3527f0c2013-02-24 22:21:28 -0800459 union
460 {
Jeff Johnson295189b2012-06-20 16:38:30 -0700461 tSirSmeDeauthInd DeauthIndMsg;
462 tSirSmeDisassocInd DisassocIndMsg;
Kiran Kumar Lokere3527f0c2013-02-24 22:21:28 -0800463 }u;
Jeff Johnson295189b2012-06-20 16:38:30 -0700464
465}tWmStatusChangeCmd;
466
Kiran Kumar Lokere0ad5cd32013-06-25 11:26:22 -0700467
Jeff Johnson295189b2012-06-20 16:38:30 -0700468typedef struct tagAddStaForSessionCmd
469{
470 //Session self mac addr
471 tSirMacAddr selfMacAddr;
Kiran Kumar Lokere0ad5cd32013-06-25 11:26:22 -0700472 tVOS_CON_MODE currDeviceMode;
Jeff Johnson295189b2012-06-20 16:38:30 -0700473}tAddStaForSessionCmd;
474
475typedef struct tagDelStaForSessionCmd
476{
477 //Session self mac addr
478 tSirMacAddr selfMacAddr;
479 csrRoamSessionCloseCallback callback;
480 void *pContext;
481}tDelStaForSessionCmd;
482
483//This structure represents one scan request
484typedef struct tagCsrCmd
485{
486 tListElem Link;
487 eCsrRoamCommands command;
488 tANI_U8 sessionId; // Session ID for this command
489 union
490 {
491 tScanCmd scanCmd;
492 tRoamCmd roamCmd;
493 tWmStatusChangeCmd wmStatusChangeCmd;
494 tSetKeyCmd setKeyCmd;
495 tRemoveKeyCmd removeKeyCmd;
496 tAddStaForSessionCmd addStaSessionCmd;
497 tDelStaForSessionCmd delStaSessionCmd;
498 }u;
499}tCsrCmd;
500
501#ifdef WLAN_FEATURE_VOWIFI_11R
502typedef struct tagCsr11rConfig
503{
504 tANI_BOOLEAN IsFTResourceReqSupported;
505} tCsr11rConfig;
506#endif
507
508#ifdef WLAN_FEATURE_NEIGHBOR_ROAMING
509typedef struct tagCsrNeighborRoamConfig
510{
511 tANI_U32 nNeighborScanTimerPeriod;
512 tANI_U8 nNeighborLookupRssiThreshold;
513 tANI_U8 nNeighborReassocRssiThreshold;
514 tANI_U16 nNeighborScanMinChanTime;
515 tANI_U16 nNeighborScanMaxChanTime;
516 sCsrChannel neighborScanChanList;
517 tANI_U8 nMaxNeighborRetries;
518 tANI_U16 nNeighborResultsRefreshPeriod;
Srinivas Girigowdade697412013-02-14 16:31:48 -0800519 tANI_U16 nEmptyScanRefreshPeriod;
Mukul Sharmad49b3d62014-09-02 01:45:32 +0530520 tANI_U8 nNeighborInitialForcedRoamTo5GhEnable;
Jeff Johnson295189b2012-06-20 16:38:30 -0700521}tCsrNeighborRoamConfig;
522#endif
523
524typedef struct tagCsrConfig
525{
526 tANI_U32 agingCount;
527 tANI_U32 FragmentationThreshold;
528 tANI_U32 channelBondingMode24GHz;
529 tANI_U32 channelBondingMode5GHz;
530 tANI_U32 RTSThreshold;
531 eCsrPhyMode phyMode;
532 eCsrCfgDot11Mode uCfgDot11Mode;
533 eCsrBand eBand;
534 tANI_U32 HeartbeatThresh50;
535 tANI_U32 HeartbeatThresh24;
536 tANI_U32 bgScanInterval;
537 eCsrCBChoice cbChoice;
538 eCsrBand bandCapability; //indicate hw capability
539 eCsrRoamWmmUserModeType WMMSupportMode;
540 tANI_BOOLEAN Is11eSupportEnabled;
541 tANI_BOOLEAN Is11dSupportEnabled;
542 tANI_BOOLEAN Is11dSupportEnabledOriginal;
543 tANI_BOOLEAN Is11hSupportEnabled;
544 tANI_BOOLEAN shortSlotTime;
545 tANI_BOOLEAN ProprietaryRatesEnabled;
546 tANI_BOOLEAN fenableMCCMode;
547 tANI_U16 TxRate;
Madan Mohan Koyyalamudi167b95e2012-11-27 15:53:38 -0800548 tANI_U8 fAllowMCCGODiffBI;
Jeff Johnson295189b2012-06-20 16:38:30 -0700549 tANI_U8 AdHocChannel24;
550 tANI_U8 AdHocChannel5G;
551 tANI_U32 impsSleepTime; //in units of microseconds
552 tANI_U32 scanAgeTimeNCNPS; //scan result aging time threshold when Not-Connect-No-Power-Save, in seconds
553 tANI_U32 scanAgeTimeNCPS; //scan result aging time threshold when Not-Connect-Power-Save, in seconds
554 tANI_U32 scanAgeTimeCNPS; //scan result aging time threshold when Connect-No-Power-Save, in seconds,
555 tANI_U32 scanAgeTimeCPS; //scan result aging time threshold when Connect-Power-Savein seconds
556 tANI_U32 BssPreferValue[CSR_NUM_RSSI_CAT]; //each RSSI category has one value
557 int RSSICat[CSR_NUM_RSSI_CAT];
558 tANI_U8 bCatRssiOffset; //to set the RSSI difference for each category
559 tANI_U32 nRoamingTime; //In seconds, CSR will try this long before gives up, 0 means no roaming
560 //Whether to limit the channels to the ones set in Csr11dInfo. If true, the opertaional
Kiran Kumar Lokere3527f0c2013-02-24 22:21:28 -0800561 //channels are limited to the default channel list. It is an "AND" operation between the
Jeff Johnson295189b2012-06-20 16:38:30 -0700562 //default channels and the channels in the 802.11d IE.
Kiran Kumar Lokere3527f0c2013-02-24 22:21:28 -0800563 tANI_BOOLEAN fEnforce11dChannels;
Jeff Johnson295189b2012-06-20 16:38:30 -0700564 //Country Code Priority
Kiran Kumar Lokere3527f0c2013-02-24 22:21:28 -0800565 //0 = 802.11D > Configured Country > NV
Jeff Johnson295189b2012-06-20 16:38:30 -0700566 //1 = Configured Country > 802.11D > NV
567 tANI_BOOLEAN fSupplicantCountryCodeHasPriority;
Kiran Kumar Lokere3527f0c2013-02-24 22:21:28 -0800568 //When true, AP with unknown country code won't be see.
569 //"Unknown country code" means either Ap doesn't have 11d IE or we cannot
Jeff Johnson295189b2012-06-20 16:38:30 -0700570 //find a domain for the country code in its 11d IE.
Kiran Kumar Lokere3527f0c2013-02-24 22:21:28 -0800571 tANI_BOOLEAN fEnforceCountryCodeMatch;
Jeff Johnson295189b2012-06-20 16:38:30 -0700572 //When true, only APs in the default domain can be seen. If the Ap has "unknown country
573 //code", or the doamin of the country code doesn't match the default domain, the Ap is
574 //not acceptable.
Kiran Kumar Lokere3527f0c2013-02-24 22:21:28 -0800575 tANI_BOOLEAN fEnforceDefaultDomain;
Abhishek Singh2ec36ab2014-08-07 16:14:25 +0530576 //When set, It enforece country code even if 11doriginal is true
577 tANI_BOOLEAN fEnforceCountryCode;
Jeff Johnson295189b2012-06-20 16:38:30 -0700578 tANI_U16 vccRssiThreshold;
579 tANI_U32 vccUlMacLossThreshold;
580
581 tANI_U32 nPassiveMinChnTime; //in units of milliseconds
582 tANI_U32 nPassiveMaxChnTime; //in units of milliseconds
583 tANI_U32 nActiveMinChnTime; //in units of milliseconds
584 tANI_U32 nActiveMaxChnTime; //in units of milliseconds
Kiran Kumar Lokere3527f0c2013-02-24 22:21:28 -0800585
c_hpothu059edb02014-03-12 21:44:28 +0530586 tANI_U32 nInitialDwellTime; //in units of milliseconds
587
Kiran Kumar Lokere3527f0c2013-02-24 22:21:28 -0800588 tANI_U32 nActiveMinChnTimeBtc; //in units of milliseconds
589 tANI_U32 nActiveMaxChnTimeBtc; //in units of milliseconds
Kiran Kumar Lokere458d7322013-05-29 14:29:43 -0700590 tANI_U8 disableAggWithBtc;
Madan Mohan Koyyalamudi4ff9cd62012-10-30 17:48:57 -0700591#ifdef WLAN_AP_STA_CONCURRENCY
592 tANI_U32 nPassiveMinChnTimeConc; //in units of milliseconds
593 tANI_U32 nPassiveMaxChnTimeConc; //in units of milliseconds
594 tANI_U32 nActiveMinChnTimeConc; //in units of milliseconds
595 tANI_U32 nActiveMaxChnTimeConc; //in units of milliseconds
596 tANI_U32 nRestTimeConc; //in units of milliseconds
Sudhir Sattayappa Kohallieb97d502013-05-22 23:16:42 -0700597 tANI_U8 nNumStaChanCombinedConc; //number of channels combined for
598 //Sta in each split scan operation
599 tANI_U8 nNumP2PChanCombinedConc; //number of channels combined for
600 //P2P in each split scan operation
Madan Mohan Koyyalamudi4ff9cd62012-10-30 17:48:57 -0700601#endif
Jeff Johnson295189b2012-06-20 16:38:30 -0700602
603 tANI_BOOLEAN IsIdleScanEnabled;
604 //in dBm, the maximum TX power
Kiran Kumar Lokere3527f0c2013-02-24 22:21:28 -0800605 //The actual TX power is the lesser of this value and 11d.
Jeff Johnson295189b2012-06-20 16:38:30 -0700606 //If 11d is disable, the lesser of this and default setting.
607 tANI_U8 nTxPowerCap;
608 tANI_U32 statsReqPeriodicity; //stats request frequency from PE while in full power
609 tANI_U32 statsReqPeriodicityInPS;//stats request frequency from PE while in power save
Jeff Johnson295189b2012-06-20 16:38:30 -0700610 tANI_U32 dtimPeriod;
611 tANI_BOOLEAN ssidHidden;
Jeff Johnson295189b2012-06-20 16:38:30 -0700612
613#ifdef WLAN_FEATURE_VOWIFI_11R
614 tCsr11rConfig csr11rConfig;
615#endif
616
Jeff Johnson04dd8a82012-06-29 20:41:40 -0700617#ifdef FEATURE_WLAN_LFR
Srinivas Girigowda830bbd02013-06-13 19:44:16 -0700618 tANI_U8 isFastRoamIniFeatureEnabled;
Sameer Thalappil4ae66ec2013-11-05 14:17:35 -0800619 tANI_U8 MAWCEnabled;
Varun Reddy Yeturud0a3f252013-04-15 21:58:13 -0700620#ifdef WLAN_FEATURE_ROAM_SCAN_OFFLOAD
Srinivas Girigowda830bbd02013-06-13 19:44:16 -0700621 tANI_U8 isRoamOffloadScanEnabled;
622 tANI_BOOLEAN bFastRoamInConIniFeatureEnabled;
Varun Reddy Yeturud0a3f252013-04-15 21:58:13 -0700623#endif
Jeff Johnson04dd8a82012-06-29 20:41:40 -0700624#endif
625
Varun Reddy Yeturu5d5e2c62014-02-27 13:31:29 -0800626#ifdef FEATURE_WLAN_ESE
627 tANI_U8 isEseIniFeatureEnabled;
Jeff Johnson295189b2012-06-20 16:38:30 -0700628#endif
629
Varun Reddy Yeturu5d5e2c62014-02-27 13:31:29 -0800630#if defined (WLAN_FEATURE_VOWIFI_11R) || defined (FEATURE_WLAN_ESE) || defined(FEATURE_WLAN_LFR)
Srinivas Girigowda100eb322013-03-15 16:48:20 -0700631 tANI_U8 isFastTransitionEnabled;
632 tANI_U8 RoamRssiDiff;
633 tANI_U8 nImmediateRoamRssiDiff;
634 tANI_BOOLEAN nRoamPrefer5GHz;
635 tANI_BOOLEAN nRoamIntraBand;
Srinivas Girigowdaad34ca92013-10-22 10:54:29 -0700636 tANI_BOOLEAN isWESModeEnabled;
Srinivas Girigowda100eb322013-03-15 16:48:20 -0700637 tANI_BOOLEAN nRoamScanControl;
Varun Reddy Yeturu920df212013-05-22 08:07:23 -0700638 tANI_U8 nProbes;
639 tANI_U16 nRoamScanHomeAwayTime;
Jeff Johnson295189b2012-06-20 16:38:30 -0700640#endif
641
642#ifdef WLAN_FEATURE_NEIGHBOR_ROAMING
643 tCsrNeighborRoamConfig neighborRoamConfig;
644#endif
645
Kiran Kumar Lokere3527f0c2013-02-24 22:21:28 -0800646 /* Instead of Reassoc, send ADDTS/DELTS even when ACM is off for that AC
Jeff Johnson295189b2012-06-20 16:38:30 -0700647 * This is mandated by WMM-AC certification */
648 tANI_BOOLEAN addTSWhenACMIsOff;
649
650 tANI_BOOLEAN fValidateList;
Kiran Kumar Lokere3527f0c2013-02-24 22:21:28 -0800651 //Remove this code once SLM_Sessionization is supported
Madan Mohan Koyyalamudi96dd30d2012-10-05 17:24:51 -0700652 //BMPS_WORKAROUND_NOT_NEEDED
Jeff Johnsone7245742012-09-05 17:12:55 -0700653 tANI_BOOLEAN doBMPSWorkaround;
Jeff Johnson295189b2012-06-20 16:38:30 -0700654
655 //To enable/disable scanning 2.4Ghz channels twice on a single scan request from HDD
656 tANI_BOOLEAN fScanTwice;
Jeff Johnsone7245742012-09-05 17:12:55 -0700657#ifdef WLAN_FEATURE_11AC
658 tANI_U32 nVhtChannelWidth;
Shailender Karmuchi08f87c22013-01-17 12:51:24 -0800659 tANI_U8 txBFEnable;
Shailender Karmuchicc3fe442013-02-16 18:18:33 -0800660 tANI_U8 txBFCsnValue;
Ravi Joshi83bfaa12013-05-28 22:12:08 -0700661 tANI_BOOLEAN enableVhtFor24GHz;
Abhishek Singh6d5d29c2014-07-03 14:25:22 +0530662 tANI_U8 txMuBformee;
Jeff Johnsone7245742012-09-05 17:12:55 -0700663#endif
Gopichand Nakkalab2d2c312013-01-04 11:41:02 -0800664 tANI_U8 txLdpcEnable;
Jeff Johnson295189b2012-06-20 16:38:30 -0700665
Ravi Joshid2ca7c42013-07-23 08:37:49 -0700666 /*
667 * Enable/Disable heartbeat offload
668 */
669 tANI_BOOLEAN enableHeartBeatOffload;
krunal soni5afa96c2013-09-06 22:19:02 -0700670 tANI_U8 isAmsduSupportInAMPDU;
Srinivas Girigowda41c7c5f2013-10-21 19:01:38 -0700671 tANI_U8 nSelect5GHzMargin;
krunal sonie9002db2013-11-25 14:24:17 -0800672 tANI_U8 isCoalesingInIBSSAllowed;
Sandeep Puligillac80f26e2014-03-11 18:36:10 +0530673 tANI_U8 allowDFSChannelRoam;
c_hpothu0d5a7352014-03-22 12:30:25 +0530674 tANI_BOOLEAN initialScanSkipDFSCh;
Abhishek Singhc98534e2015-06-12 10:44:34 +0530675 tANI_BOOLEAN ignorePeerErpInfo;
Abhishek Singhde51a412014-05-20 19:17:26 +0530676 tANI_BOOLEAN sendDeauthBeforeCon;
Hardik Kantilal Pateldd107952014-11-20 15:24:52 +0530677#ifdef WLAN_FEATURE_AP_HT40_24G
678 tANI_BOOLEAN apHT40_24GEnabled;
679 tANI_U32 channelBondingAPMode24GHz; // Use for SAP/P2P GO 2.4GHz channel Bonding
680#endif
Sushant Kaushikc9682be2014-11-26 12:27:04 +0530681 tANI_U32 nOBSSScanWidthTriggerInterval;
Girish Gowli1c2fc802015-01-19 16:18:07 +0530682 tANI_U8 roamDelayStatsEnabled;
Jeff Johnson295189b2012-06-20 16:38:30 -0700683}tCsrConfig;
684
Kiran Kumar Lokere3527f0c2013-02-24 22:21:28 -0800685typedef struct tagCsrChannelPowerInfo
Jeff Johnson295189b2012-06-20 16:38:30 -0700686{
687 tListElem link;
688 tANI_U8 firstChannel;
689 tANI_U8 numChannels;
690 tANI_U8 txPower;
691 tANI_U8 interChannelOffset;
692}tCsrChannelPowerInfo;
693
694typedef struct tagRoamJoinStatus
695{
696 tSirResultCodes statusCode;
697 //this is set to unspecified if statusCode indicates timeout. Or it is the failed reason from the other BSS(per 802.11 spec)
Kiran Kumar Lokere3527f0c2013-02-24 22:21:28 -0800698 tANI_U32 reasonCode;
Kiran Kumar Lokerec8550fa2013-04-15 22:23:00 -0700699 tSirMacAddr bssId;
Jeff Johnson295189b2012-06-20 16:38:30 -0700700}tCsrRoamJoinStatus;
701
702typedef struct tagCsrOsChannelMask
703{
704 tANI_U8 numChannels;
705 tANI_BOOLEAN scanEnabled[WNI_CFG_VALID_CHANNEL_LIST_LEN];
706 tANI_U8 channelList[WNI_CFG_VALID_CHANNEL_LIST_LEN];
707}tCsrOsChannelMask;
708
Agrawal Ashish0b6984f2014-04-05 18:35:45 +0530709typedef struct tagCsrVotes11d
710{
711 tANI_U8 votes;
712 tANI_U8 countryCode[WNI_CFG_COUNTRY_CODE_LEN];
713}tCsrVotes11d;
Jeff Johnson295189b2012-06-20 16:38:30 -0700714
715typedef struct tagCsrScanStruct
716{
717 tScanProfile scanProfile;
718 tANI_U32 nextScanID;
Madan Mohan Koyyalamudica43cdf2012-09-24 13:15:49 -0700719 tDblLinkList scanResultList;
Jeff Johnson295189b2012-06-20 16:38:30 -0700720 tDblLinkList tempScanResults;
721 tANI_BOOLEAN fScanEnable;
722 tANI_BOOLEAN fFullScanIssued;
Madan Mohan Koyyalamudia48c6812013-07-11 12:01:37 +0530723 vos_timer_t hTimerGetResult;
Jeff Johnson295189b2012-06-20 16:38:30 -0700724#ifdef WLAN_AP_STA_CONCURRENCY
Madan Mohan Koyyalamudia48c6812013-07-11 12:01:37 +0530725 vos_timer_t hTimerStaApConcTimer;
Jeff Johnson295189b2012-06-20 16:38:30 -0700726#endif
Madan Mohan Koyyalamudia48c6812013-07-11 12:01:37 +0530727 vos_timer_t hTimerIdleScan;
Madan Mohan Koyyalamudia48c6812013-07-11 12:01:37 +0530728 vos_timer_t hTimerResultCfgAging;
Jeff Johnson295189b2012-06-20 16:38:30 -0700729 tPalTimerHandle hTimerBgScan;
730 //changes on every scan, it is used as a flag for whether 11d info is found on every scan
Sandeep Puligilla2b6dc632012-12-17 14:44:16 -0800731 tANI_U8 channelOf11dInfo;
732 tANI_U8 scanResultCfgAgingTime;
Jeff Johnson295189b2012-06-20 16:38:30 -0700733 //changes on every scan, a flag to tell whether conflict 11d info found on each BSS
Kiran Kumar Lokere3527f0c2013-02-24 22:21:28 -0800734 tANI_BOOLEAN fAmbiguous11dInfoFound;
Jeff Johnson295189b2012-06-20 16:38:30 -0700735 //Tush: changes on every scan, a flag to tell whether the applied 11d info present in one of the scan results
Kiran Kumar Lokere3527f0c2013-02-24 22:21:28 -0800736 tANI_BOOLEAN fCurrent11dInfoMatch;
Jeff Johnson295189b2012-06-20 16:38:30 -0700737 tANI_BOOLEAN f11dInfoReset; //to indicate whether the 11d info in CFG is reset to default
738 tSirScanType curScanType;
739 tCsrChannel baseChannels; //This are all the supported channels AND(&) to the current eBand
740 tCsrChannel channels11d;
741 tChannelListWithPower defaultPowerTable[WNI_CFG_VALID_CHANNEL_LIST_LEN]; //From NV
742 tChannelListWithPower defaultPowerTable40MHz[WNI_CFG_VALID_CHANNEL_LIST_LEN]; //From NV
743 tANI_U32 numChannelsDefault; //total channels of NV
744 tCsrChannel base20MHzChannels; //The channel base to work on
745 tCsrChannel base40MHzChannels; //center channels for 40MHz channels
746 tDblLinkList channelPowerInfoList24;
747 tDblLinkList channelPowerInfoList5G;
748 tANI_U32 nLastAgeTimeOut;
749 tANI_U32 nAgingCountDown;
Gopichand Nakkala114718f2013-03-25 19:19:46 -0700750 tANI_U8 countryCodeDefault[WNI_CFG_COUNTRY_CODE_LEN]; //The country code from NV
751 tANI_U8 countryCodeCurrent[WNI_CFG_COUNTRY_CODE_LEN];
752 tANI_U8 countryCode11d[WNI_CFG_COUNTRY_CODE_LEN];
Jeff Johnson295189b2012-06-20 16:38:30 -0700753 v_REGDOMAIN_t domainIdDefault; //default regulatory domain
754 v_REGDOMAIN_t domainIdCurrent; //current regulatory domain
Agarwal Ashishd9d72602013-09-13 00:06:17 +0530755 tCsrBssid currentCountryBssid; // Bssid for current country code
Mihir Shetebc866f62014-02-13 16:08:53 +0530756 tANI_S8 currentCountryRSSI; // RSSI for current country code
Jeff Johnson295189b2012-06-20 16:38:30 -0700757 tANI_BOOLEAN f11dInfoApplied;
758 tANI_BOOLEAN fCancelIdleScan;
Agrawal Ashish0b6984f2014-04-05 18:35:45 +0530759 tANI_U8 countryCodeCount;
760 tCsrVotes11d votes11d[CSR_MAX_NUM_COUNTRY_CODE]; //counts for various advertized country codes
761 //in 11d IE from probe rsp or beacons of neighboring APs;
762 //will use the most popular one (max count)
763 tANI_U8 countryCodeElected[WNI_CFG_COUNTRY_CODE_LEN];
764
765
Jeff Johnson295189b2012-06-20 16:38:30 -0700766#ifdef FEATURE_WLAN_WAPI
767// tANI_U16 NumBkidCandidate;
768// tBkidCandidateInfo BkidCandidateInfo[CSR_MAX_BKID_ALLOWED]; /* Move this as part of SessionEntry */
769#endif /* FEATURE_WLAN_WAPI */
770 tANI_U8 numBGScanChannel; //number of valid channels in the bgScanChannelList
771 tANI_U8 bgScanChannelList[WNI_CFG_BG_SCAN_CHANNEL_LIST_LEN];
772 //the ChannelInfo member is not used in this structure.
773 //numBGScanChannel and bgScanChannelList are used for the BG scan channel info
Kiran Kumar Lokere3527f0c2013-02-24 22:21:28 -0800774 tCsrBGScanRequest bgScanParams;
Jeff Johnson295189b2012-06-20 16:38:30 -0700775 tANI_BOOLEAN fRestartIdleScan;
776 tANI_U32 nIdleScanTimeGap; //the time since last trying to trigger idle scan
777 tCsrOsChannelMask osScanChannelMask;//keep a track of channels to be scnned while in traffic condition
778 tANI_U16 nBssLimit; //the maximum number of BSS in scan cache
Kiran Kumar Lokere3527f0c2013-02-24 22:21:28 -0800779 /*channelPowerInfoList24 has been seen corrupted. Set this flag to true trying to
Jeff Johnson295189b2012-06-20 16:38:30 -0700780 * detect when it happens. Adding this into code because we can't reproduce it easily.
781 * We don't know when it happens. */
782 tANI_BOOLEAN fValidateList;
783 /*Customer wants to start with an active scan based on the default country code.
784 * This optimization will minimize the driver load to association time.
785 * Based on this flag we will bypass the initial passive scan needed for 11d
786 * to determine the country code & domain */
787 tANI_BOOLEAN fEnableBypass11d;
788
Kiran Kumar Lokere3527f0c2013-02-24 22:21:28 -0800789 /*Customer wants to optimize the scan time. Avoiding scans(passive) on DFS
790 * channels while swipping through both bands can save some time
Jeff Johnson295189b2012-06-20 16:38:30 -0700791 * (apprx 1.3 sec) */
Padma, Santhosh Kumar814d0992015-05-05 18:52:43 +0530792 tANI_U8 fEnableDFSChnlScan;
Jeff Johnson295189b2012-06-20 16:38:30 -0700793
Jeff Johnsone7245742012-09-05 17:12:55 -0700794 /*
795 * To enable/disable scanning only 2.4Ghz channels on first scan
796 */
797 tANI_BOOLEAN fFirstScanOnly2GChnl;
798
Jeff Johnson295189b2012-06-20 16:38:30 -0700799 tANI_BOOLEAN fDropScanCmd; //true means we don't accept scan commands
800
801#ifdef WLAN_AP_STA_CONCURRENCY
802 tDblLinkList scanCmdPendingList;
Kiran Kumar Lokere3527f0c2013-02-24 22:21:28 -0800803#endif
Madan Mohan Koyyalamudi470d2cf2012-09-28 14:43:44 -0700804 tCsrChannel occupiedChannels; //This includes all channels on which candidate APs are found
Srinivas Girigowda41c7c5f2013-10-21 19:01:38 -0700805 tANI_S8 inScanResultBestAPRssi;
Mihir Shetefc7ff5b2014-01-27 11:30:05 +0530806
807 csrScanCompleteCallback callback11dScanDone;
Peng Xu2446a892014-09-05 17:21:18 +0530808 eCsrBand scanBandPreference; //This defines the band perference for scan
Agarwal Ashish8bd53ae2015-06-12 18:03:45 +0530809 bool fcc_constraint;
Jeff Johnson295189b2012-06-20 16:38:30 -0700810}tCsrScanStruct;
811
812
813//Save the connected information. This structure + connectedProfile
814//should contain all information about the connection
815typedef struct tagRoamCsrConnectedInfo
816{
817 tANI_U32 nBeaconLength; //the length, in bytes, of the beacon frame, can be 0
818 tANI_U32 nAssocReqLength; //the length, in bytes, of the assoc req frame, can be 0
819 tANI_U32 nAssocRspLength; //The length, in bytes, of the assoc rsp frame, can be 0
820#ifdef WLAN_FEATURE_VOWIFI_11R
821 tANI_U32 nRICRspLength; //Length of the parsed RIC response IEs received in reassoc response
Kiran Kumar Lokere3527f0c2013-02-24 22:21:28 -0800822#endif
Varun Reddy Yeturu5d5e2c62014-02-27 13:31:29 -0800823#ifdef FEATURE_WLAN_ESE
Jeff Johnson295189b2012-06-20 16:38:30 -0700824 tANI_U32 nTspecIeLength;
Kiran Kumar Lokere3527f0c2013-02-24 22:21:28 -0800825#endif
Jeff Johnson295189b2012-06-20 16:38:30 -0700826 tANI_U8 *pbFrames; //Point to a buffer contain the beacon, assoc req, assoc rsp frame, in that order
827 //user needs to use nBeaconLength, nAssocReqLength, nAssocRspLength to desice where
828 //each frame starts and ends.
829 tANI_U8 staId;
830}tCsrRoamConnectedInfo;
831
832
833typedef struct tagCsrLinkQualityIndInfo
Kiran Kumar Lokere3527f0c2013-02-24 22:21:28 -0800834{
Jeff Johnson295189b2012-06-20 16:38:30 -0700835 csrRoamLinkQualityIndCallback callback;
836 void *context;
837}tCsrLinkQualityIndInfo;
838
839typedef struct tagCsrPeStatsReqInfo
840{
841 tListElem link; /* list links */
842 tANI_U32 statsMask;
843 tANI_U32 periodicity;
844 tANI_BOOLEAN rspPending;
845 vos_timer_t hPeStatsTimer;
846 tANI_BOOLEAN timerRunning;
847 tANI_U8 staId;
848 tANI_U8 numClient;
849 tpAniSirGlobal pMac;
Kiran Kumar Lokere3527f0c2013-02-24 22:21:28 -0800850 /* To remember if the peStats timer is stopped successfully or not */
Jeff Johnson295189b2012-06-20 16:38:30 -0700851 tANI_BOOLEAN timerStopFailed;
852
853}tCsrPeStatsReqInfo;
854
855typedef struct tagCsrStatsClientReqInfo
856{
857 tListElem link; /* list links */
858 eCsrStatsRequesterType requesterId;
859 tCsrStatsCallback callback;
860 tANI_U32 periodicity;
861 void *pContext;
862 tANI_U32 statsMask;
863 tCsrPeStatsReqInfo *pPeStaEntry;
864 tANI_U8 staId;
865 vos_timer_t timer;
866 tANI_BOOLEAN timerExpired;
867 tpAniSirGlobal pMac; // TODO: Confirm this change BTAMP
868}tCsrStatsClientReqInfo;
869
870typedef struct tagCsrTlStatsReqInfo
871{
872 tANI_U32 periodicity;
873 tANI_BOOLEAN timerRunning;
Madan Mohan Koyyalamudia48c6812013-07-11 12:01:37 +0530874 vos_timer_t hTlStatsTimer;
Jeff Johnson295189b2012-06-20 16:38:30 -0700875 tANI_U8 numClient;
876}tCsrTlStatsReqInfo;
877
878typedef struct tagCsrRoamSession
879{
880 tANI_U8 sessionId; // Session ID
881 tANI_BOOLEAN sessionActive; // TRUE if it is used
882 tCsrBssid selfMacAddr; // For BT-AMP station, this serve as BSSID for self-BSS.
883 csrRoamCompleteCallback callback;
884 void *pContext;
885 eCsrConnectState connectState;
886 tCsrRoamConnectedProfile connectedProfile;
887 tCsrRoamConnectedInfo connectedInfo;
Kiran Kumar Lokere3527f0c2013-02-24 22:21:28 -0800888 tCsrRoamProfile *pCurRoamProfile;
Jeff Johnson295189b2012-06-20 16:38:30 -0700889 tSirBssDescription *pConnectBssDesc;
Kanchanapally, Vidyullatha0c611b02014-11-26 21:30:05 +0530890 tANI_U16 NumPmkidCache; /* valid no. of pmkid in the cache */
891 tANI_U16 CurCacheIndex; /* the index in pmkidcache to write next to */
Jeff Johnson295189b2012-06-20 16:38:30 -0700892 tPmkidCacheInfo PmkidCacheInfo[CSR_MAX_PMKID_ALLOWED];
893 tANI_U8 cJoinAttemps;
894 //This may or may not have the up-to-date valid channel list
895 //It is used to get WNI_CFG_VALID_CHANNEL_LIST and not allocate memory all the time
896 tSirMacChanNum validChannelList[WNI_CFG_VALID_CHANNEL_LIST_LEN];
897 tANI_S32 sPendingCommands; //0 means CSR is ok to low power
898#ifdef FEATURE_WLAN_WAPI
899 tANI_U16 NumBkidCache;
900 tBkidCacheInfo BkidCacheInfo[CSR_MAX_BKID_ALLOWED];
901#endif /* FEATURE_WLAN_WAPI */
902 tANI_BOOLEAN fRoaming; //indicate whether CSR is roaming (either via lostlink or dynamic roaming)
903 //to remember some parameters needed for START_BSS.
904 //All member must be set every time we try to join or start an IBSS or BT-AMP
Kiran Kumar Lokere3527f0c2013-02-24 22:21:28 -0800905 tCsrRoamStartBssParams bssParams;
Jeff Johnson295189b2012-06-20 16:38:30 -0700906 tANI_U32 nWpaRsnReqIeLength; //the byte count of pWpaRsnIE;
907 tANI_U8 *pWpaRsnReqIE; //this contain the WPA/RSN IE in assoc request or the one sent in beacon (IBSS)
908 tANI_U32 nWpaRsnRspIeLength; //the byte count for pWpaRsnRspIE
909 tANI_U8 *pWpaRsnRspIE; //this contain the WPA/RSN IE in beacon/probe rsp
910#ifdef FEATURE_WLAN_WAPI
911 tANI_U32 nWapiReqIeLength; //the byte count of pWapiReqIE;
912 tANI_U8 *pWapiReqIE; //this contain the WAPI IE in assoc request or the one sent in beacon (IBSS)
913 tANI_U32 nWapiRspIeLength; //the byte count for pWapiRspIE
914 tANI_U8 *pWapiRspIE; //this contain the WAPI IE in beacon/probe rsp
915#endif /* FEATURE_WLAN_WAPI */
Agarwal Ashish4f616132013-12-30 23:32:50 +0530916 tANI_U32 nAddIEScanLength; //length of addIeScan
917 /* This contains the additional IE in (unicast)
918 * probe request at the time of join
919 */
Ganesh Kondabattini7500fb32015-04-10 14:50:32 +0530920 tANI_U8 addIEScan[SIR_MAC_MAX_ADD_IE_LENGTH+2];
Jeff Johnson295189b2012-06-20 16:38:30 -0700921 tANI_U32 nAddIEAssocLength; //the byte count for pAddIeAssocIE
922 tANI_U8 *pAddIEAssoc; //this contains the additional IE in (re) assoc request
923
924 tANI_TIMESTAMP roamingStartTime; //in units of 10ms
925 tCsrTimerInfo roamingTimerInfo;
926 eCsrRoamingReason roamingReason;
927 tANI_BOOLEAN fCancelRoaming;
Madan Mohan Koyyalamudia48c6812013-07-11 12:01:37 +0530928 vos_timer_t hTimerRoaming;
Jeff Johnson295189b2012-06-20 16:38:30 -0700929 eCsrRoamResult roamResult; //the roamResult that is used when the roaming timer fires
930 tCsrRoamJoinStatus joinFailStatusCode; //This is the reason code for join(assoc) failure
931 //The status code returned from PE for deauth or disassoc (in case of lostlink), or our own dynamic roaming
Kiran Kumar Lokere3527f0c2013-02-24 22:21:28 -0800932 tANI_U32 roamingStatusCode;
Jeff Johnson295189b2012-06-20 16:38:30 -0700933 tANI_U16 NumPmkidCandidate;
934 tPmkidCandidateInfo PmkidCandidateInfo[CSR_MAX_PMKID_ALLOWED];
935 #ifdef FEATURE_WLAN_WAPI
936 tANI_U16 NumBkidCandidate;
Kiran Kumar Lokere3527f0c2013-02-24 22:21:28 -0800937 tBkidCandidateInfo BkidCandidateInfo[CSR_MAX_BKID_ALLOWED];
Jeff Johnson295189b2012-06-20 16:38:30 -0700938#endif
939 tANI_BOOLEAN fWMMConnection;
Sandeep Puligillaaea98a22013-12-04 13:36:32 +0530940 tANI_BOOLEAN fQOSConnection;
941
Jeff Johnson295189b2012-06-20 16:38:30 -0700942#ifdef FEATURE_WLAN_BTAMP_UT_RF
943 //To retry a join later when it fails if so desired
Madan Mohan Koyyalamudia48c6812013-07-11 12:01:37 +0530944 vos_timer_t hTimerJoinRetry;
Jeff Johnson295189b2012-06-20 16:38:30 -0700945 tCsrTimerInfo joinRetryTimerInfo;
946 tANI_U32 maxRetryCount;
947#endif
Varun Reddy Yeturu5d5e2c62014-02-27 13:31:29 -0800948#ifdef FEATURE_WLAN_ESE
949 tCsrEseCckmInfo eseCckmInfo;
Jeff Johnson295189b2012-06-20 16:38:30 -0700950 tANI_BOOLEAN isPrevApInfoValid;
951 tSirMacSSid prevApSSID;
952 tCsrBssid prevApBssid;
953 tANI_U8 prevOpChannel;
954 tANI_U16 clientDissSecs;
955 tANI_U32 roamTS1;
Varun Reddy Yeturu5d5e2c62014-02-27 13:31:29 -0800956#if defined(FEATURE_WLAN_ESE_UPLOAD)
957 tCsrEseCckmIe suppCckmIeInfo;
Srinivas Girigowda5cecb202013-10-08 09:13:25 -0700958#endif
Jeff Johnson295189b2012-06-20 16:38:30 -0700959#endif
960 tANI_U8 bRefAssocStartCnt; //Tracking assoc start indication
Kiran Kumar Lokere3527f0c2013-02-24 22:21:28 -0800961 /* to force the AP initiate fresh 802.1x authentication after re-association need to clear
Madan Mohan Koyyalamudiea22cdc2012-10-18 21:02:23 -0700962 * the PMKID cache. To clear the cache in this particular case this is added
Kiran Kumar Lokere3527f0c2013-02-24 22:21:28 -0800963 * it is needed by the HS 2.0 passpoint certification 5.2.a and b testcases */
Madan Mohan Koyyalamudiea22cdc2012-10-18 21:02:23 -0700964 tANI_BOOLEAN fIgnorePMKIDCache;
Sushant Kaushikb4834d22015-07-15 15:29:05 +0530965 tANI_BOOLEAN abortConnection;
Jeff Johnson295189b2012-06-20 16:38:30 -0700966} tCsrRoamSession;
967
968typedef struct tagCsrRoamStruct
969{
970 tANI_U32 nextRoamId;
971 tDblLinkList roamCmdPendingList;
972 tDblLinkList channelList5G;
973 tDblLinkList channelList24;
974 tCsrConfig configParam;
975 tANI_U32 numChannelsEeprom; //total channels of eeprom
Kiran Kumar Lokere3527f0c2013-02-24 22:21:28 -0800976 tCsrChannel base20MHzChannels; //The channel base to work on
977 tCsrChannel base40MHzChannels; //center channels for 40MHz channels
978 eCsrRoamState curState[CSR_ROAM_SESSION_MAX];
Jeff Johnson295189b2012-06-20 16:38:30 -0700979 eCsrRoamSubState curSubState[CSR_ROAM_SESSION_MAX];
980 //This may or may not have the up-to-date valid channel list
981 //It is used to get WNI_CFG_VALID_CHANNEL_LIST and not allocate memory all the time
982 tSirMacChanNum validChannelList[WNI_CFG_VALID_CHANNEL_LIST_LEN];
983 tANI_U32 numValidChannels; //total number of channels in CFG
Kiran Kumar Lokere3527f0c2013-02-24 22:21:28 -0800984
Jeff Johnson295189b2012-06-20 16:38:30 -0700985 tANI_S32 sPendingCommands;
Madan Mohan Koyyalamudia48c6812013-07-11 12:01:37 +0530986 vos_timer_t hTimerWaitForKey; //To support timeout for WaitForKey state
Jeff Johnson295189b2012-06-20 16:38:30 -0700987 tCsrSummaryStatsInfo summaryStatsInfo;
988 tCsrGlobalClassAStatsInfo classAStatsInfo;
989 tCsrGlobalClassBStatsInfo classBStatsInfo;
990 tCsrGlobalClassCStatsInfo classCStatsInfo;
991 tCsrGlobalClassDStatsInfo classDStatsInfo;
992 tCsrPerStaStatsInfo perStaStatsInfo[CSR_MAX_STA];
993 tDblLinkList statsClientReqList;
994 tDblLinkList peStatsReqList;
995 tCsrTlStatsReqInfo tlStatsReqInfo;
996 eCsrRoamLinkQualityInd vccLinkQuality;
997 tCsrLinkQualityIndInfo linkQualityIndInfo;
998 v_CONTEXT_t gVosContext; //used for interaction with TL
999 //To specify whether an association or a IBSS is WMM enabled
1000 //This parameter is only valid during a join or start BSS command is being executed
1001 //tANI_BOOLEAN fWMMConnection; /* Moving it to be part of roamsession */
1002 v_U8_t ucACWeights[WLANTL_MAX_AC];
1003 /* TODO : Upto here */
1004 tCsrTimerInfo WaitForKeyTimerInfo;
1005 tCsrRoamSession *roamSession;
Kiran Kumar Lokere3527f0c2013-02-24 22:21:28 -08001006 tANI_U32 transactionId; // Current transaction ID for internal use.
1007#ifdef WLAN_FEATURE_NEIGHBOR_ROAMING
Jeff Johnson295189b2012-06-20 16:38:30 -07001008 tCsrNeighborRoamControlInfo neighborRoamInfo;
1009#endif
Jeff Johnson04dd8a82012-06-29 20:41:40 -07001010#ifdef FEATURE_WLAN_LFR
1011 tANI_U8 isFastRoamIniFeatureEnabled;
1012#endif
Varun Reddy Yeturu5d5e2c62014-02-27 13:31:29 -08001013#ifdef FEATURE_WLAN_ESE
1014 tANI_U8 isEseIniFeatureEnabled;
Jeff Johnson295189b2012-06-20 16:38:30 -07001015#endif
Varun Reddy Yeturu5d5e2c62014-02-27 13:31:29 -08001016#if defined (WLAN_FEATURE_VOWIFI_11R) || defined (FEATURE_WLAN_ESE) || defined(FEATURE_WLAN_LFR)
Srinivas Girigowda100eb322013-03-15 16:48:20 -07001017 tANI_U8 RoamRssiDiff;
Srinivas Girigowdaad34ca92013-10-22 10:54:29 -07001018 tANI_BOOLEAN isWESModeEnabled;
Jeff Johnson43971f52012-07-17 12:26:56 -07001019#endif
Leela Venkata Kiran Kumar Reddy Chirala56df73f2014-01-30 14:18:00 -08001020 tANI_U32 deauthRspStatus;
Jeff Johnson295189b2012-06-20 16:38:30 -07001021}tCsrRoamStruct;
1022
1023
1024#define GET_NEXT_ROAM_ID(pRoamStruct) (((pRoamStruct)->nextRoamId + 1 == 0) ? 1 : (pRoamStruct)->nextRoamId)
1025#define CSR_IS_ROAM_STATE(pMac, state, sessionId) ( (state) == (pMac)->roam.curState[sessionId] )
1026
Kiran Kumar Lokere3527f0c2013-02-24 22:21:28 -08001027#define CSR_IS_ROAM_STOP(pMac, sessionId) CSR_IS_ROAM_STATE( (pMac), eCSR_ROAMING_STATE_STOP, sessionId )
1028#define CSR_IS_ROAM_INIT(pMac, sessionId) CSR_IS_ROAM_STATE( (pMac), eCSR_ROAMING_STATE_INIT, sessionId )
Jeff Johnson295189b2012-06-20 16:38:30 -07001029#define CSR_IS_ROAM_SCANNING(pMac, sessionId) CSR_IS_ROAM_STATE( pMac, eCSR_ROAMING_STATE_SCANNING, sessionId )
1030#define CSR_IS_ROAM_JOINING(pMac, sessionId) CSR_IS_ROAM_STATE( pMac, eCSR_ROAMING_STATE_JOINING, sessionId )
Kiran Kumar Lokere3527f0c2013-02-24 22:21:28 -08001031#define CSR_IS_ROAM_IDLE(pMac, sessionId) CSR_IS_ROAM_STATE( pMac, eCSR_ROAMING_STATE_IDLE, sessionId )
Jeff Johnson295189b2012-06-20 16:38:30 -07001032#define CSR_IS_ROAM_JOINED(pMac, sessionId) CSR_IS_ROAM_STATE( pMac, eCSR_ROAMING_STATE_JOINED, sessionId )
1033
1034#define CSR_IS_ROAM_SUBSTATE(pMac, subState, sessionId) ((subState) == (pMac)->roam.curSubState[sessionId])
Kiran Kumar Lokere3527f0c2013-02-24 22:21:28 -08001035#define CSR_IS_ROAM_SUBSTATE_JOIN_REQ(pMac, sessionId) CSR_IS_ROAM_SUBSTATE((pMac), eCSR_ROAM_SUBSTATE_JOIN_REQ, sessionId)
1036#define CSR_IS_ROAM_SUBSTATE_AUTH_REQ(pMac, sessionId) CSR_IS_ROAM_SUBSTATE((pMac), eCSR_ROAM_SUBSTATE_AUTH_REQ, sessionId)
1037#define CSR_IS_ROAM_SUBSTATE_REASSOC_REQ(pMac, sessionId) CSR_IS_ROAM_SUBSTATE((pMac), eCSR_ROAM_SUBSTATE_REASSOC_REQ, sessionId)
1038#define CSR_IS_ROAM_SUBSTATE_DISASSOC_REQ(pMac, sessionId) CSR_IS_ROAM_SUBSTATE((pMac), eCSR_ROAM_SUBSTATE_DISASSOC_REQ, sessionId)
1039#define CSR_IS_ROAM_SUBSTATE_DISASSOC_NO_JOIN(pMac, sessionId) CSR_IS_ROAM_SUBSTATE((pMac), eCSR_ROAM_SUBSTATE_DISASSOC_NOTHING_TO_JOIN, sessionId)
1040#define CSR_IS_ROAM_SUBSTATE_REASSOC_FAIL(pMac, sessionId) CSR_IS_ROAM_SUBSTATE((pMac), eCSR_ROAM_SUBSTATE_DISASSOC_REASSOC_FAILURE, sessionId)
1041#define CSR_IS_ROAM_SUBSTATE_DISASSOC_FORCED(pMac, sessionId) CSR_IS_ROAM_SUBSTATE((pMac), eCSR_ROAM_SUBSTATE_DISASSOC_FORCED, sessionId)
1042#define CSR_IS_ROAM_SUBSTATE_DEAUTH_REQ(pMac, sessionId) CSR_IS_ROAM_SUBSTATE((pMac), eCSR_ROAM_SUBSTATE_DEAUTH_REQ, sessionId)
1043#define CSR_IS_ROAM_SUBSTATE_START_BSS_REQ(pMac, sessionId) CSR_IS_ROAM_SUBSTATE((pMac), eCSR_ROAM_SUBSTATE_START_BSS_REQ, sessionId)
1044#define CSR_IS_ROAM_SUBSTATE_STOP_BSS_REQ(pMac, sessionId) CSR_IS_ROAM_SUBSTATE((pMac), eCSR_ROAM_SUBSTATE_STOP_BSS_REQ, sessionId)
1045#define CSR_IS_ROAM_SUBSTATE_DISCONNECT_CONTINUE(pMac, sessionId) CSR_IS_ROAM_SUBSTATE((pMac), eCSR_ROAM_SUBSTATE_DISCONNECT_CONTINUE_ROAMING, sessionId)
Jeff Johnson295189b2012-06-20 16:38:30 -07001046#define CSR_IS_ROAM_SUBSTATE_CONFIG(pMac, sessionId) CSR_IS_ROAM_SUBSTATE((pMac), eCSR_ROAM_SUBSTATE_CONFIG, sessionId)
1047#define CSR_IS_ROAM_SUBSTATE_WAITFORKEY(pMac, sessionId) CSR_IS_ROAM_SUBSTATE((pMac), eCSR_ROAM_SUBSTATE_WAIT_FOR_KEY, sessionId)
Kiran Kumar Lokere3527f0c2013-02-24 22:21:28 -08001048#define CSR_IS_ROAM_SUBSTATE_DISASSOC_HO(pMac, sessionId) CSR_IS_ROAM_SUBSTATE((pMac), eCSR_ROAM_SUBSTATE_DISASSOC_HANDOFF, sessionId)
1049#define CSR_IS_ROAM_SUBSTATE_HO_NT(pMac, sessionId) CSR_IS_ROAM_SUBSTATE((pMac), eCSR_ROAM_SUBSTATE_JOINED_NO_TRAFFIC, sessionId)
1050#define CSR_IS_ROAM_SUBSTATE_HO_NRT(pMac, sessionId) CSR_IS_ROAM_SUBSTATE((pMac), eCSR_ROAM_SUBSTATE_JOINED_NON_REALTIME_TRAFFIC, sessionId)
1051#define CSR_IS_ROAM_SUBSTATE_HO_RT(pMac, sessionId) CSR_IS_ROAM_SUBSTATE((pMac), eCSR_ROAM_SUBSTATE_JOINED_REALTIME_TRAFFIC, sessionId)
Jeff Johnson295189b2012-06-20 16:38:30 -07001052
1053#define CSR_IS_PHY_MODE_B_ONLY(pMac) \
1054 ((eCSR_DOT11_MODE_11b == (pMac)->roam.configParam.phyMode) ||\
1055 (eCSR_DOT11_MODE_11b_ONLY == (pMac)->roam.configParam.phyMode))
Kiran Kumar Lokere3527f0c2013-02-24 22:21:28 -08001056
Jeff Johnson295189b2012-06-20 16:38:30 -07001057#define CSR_IS_PHY_MODE_G_ONLY(pMac) \
Kiran Kumar Lokere3527f0c2013-02-24 22:21:28 -08001058 (eCSR_DOT11_MODE_11g == (pMac)->roam.configParam.phyMode || eCSR_DOT11_MODE_11g_ONLY == (pMac)->roam.configParam.phyMode)
1059
Jeff Johnson295189b2012-06-20 16:38:30 -07001060#define CSR_IS_PHY_MODE_A_ONLY(pMac) \
1061 ((eCSR_DOT11_MODE_11a == (pMac)->roam.configParam.phyMode) ||\
1062 (eCSR_DOT11_MODE_11a_ONLY == (pMac)->roam.configParam.phyMode))
Kiran Kumar Lokere3527f0c2013-02-24 22:21:28 -08001063
Jeff Johnsone7245742012-09-05 17:12:55 -07001064#ifdef WLAN_FEATURE_11AC
1065#define CSR_IS_PHY_MODE_DUAL_BAND(phyMode) \
1066 ((eCSR_DOT11_MODE_abg & (phyMode)) || (eCSR_DOT11_MODE_11n & (phyMode)) || \
1067 (eCSR_DOT11_MODE_11ac & (phyMode)) || \
1068 (eCSR_DOT11_MODE_TAURUS & (phyMode)) || \
1069 (eCSR_DOT11_MODE_AUTO & (phyMode)))
1070#else
Jeff Johnson295189b2012-06-20 16:38:30 -07001071#define CSR_IS_PHY_MODE_DUAL_BAND(phyMode) \
1072 ((eCSR_DOT11_MODE_abg & (phyMode)) || (eCSR_DOT11_MODE_11n & (phyMode)) || \
1073 (eCSR_DOT11_MODE_TAURUS & (phyMode)) || \
1074 (eCSR_DOT11_MODE_AUTO & (phyMode)))
Jeff Johnsone7245742012-09-05 17:12:55 -07001075#endif
1076
Jeff Johnson295189b2012-06-20 16:38:30 -07001077
1078// this function returns TRUE if the NIC is operating exclusively in the 2.4 GHz band, meaning
1079// it is NOT operating in the 5.0 GHz band.
1080#define CSR_IS_24_BAND_ONLY(pMac) \
1081 (eCSR_BAND_24 == (pMac)->roam.configParam.eBand)
1082
1083#define CSR_IS_5G_BAND_ONLY(pMac) \
1084 (eCSR_BAND_5G == (pMac)->roam.configParam.eBand)
1085
1086#define CSR_IS_RADIO_DUAL_BAND(pMac) \
1087 (eCSR_BAND_ALL == (pMac)->roam.configParam.bandCapability)
1088
1089#define CSR_IS_RADIO_BG_ONLY(pMac) \
1090 (eCSR_BAND_24 == (pMac)->roam.configParam.bandCapability)
1091
1092// this function returns TRUE if the NIC is operating exclusively in the 5.0 GHz band, meaning
1093// it is NOT operating in the 2.4 GHz band
1094#define CSR_IS_RADIO_A_ONLY(pMac) \
1095 (eCSR_BAND_5G == (pMac)->roam.configParam.bandCapability)
1096
1097// this function returns TRUE if the NIC is operating in both bands.
1098#define CSR_IS_OPEARTING_DUAL_BAND(pMac) \
1099 ((eCSR_BAND_ALL == (pMac)->roam.configParam.bandCapability) && (eCSR_BAND_ALL == (pMac)->roam.configParam.eBand))
1100
1101// this function returns TRUE if the NIC can operate in the 5.0 GHz band (could operate in the
1102// 2.4 GHz band also).
1103#define CSR_IS_OPERATING_A_BAND(pMac) \
1104 (CSR_IS_OPEARTING_DUAL_BAND((pMac)) || CSR_IS_RADIO_A_ONLY((pMac)) || CSR_IS_5G_BAND_ONLY((pMac)))
1105
1106// this function returns TRUE if the NIC can operate in the 2.4 GHz band (could operate in the
1107// 5.0 GHz band also).
1108#define CSR_IS_OPERATING_BG_BAND(pMac) \
1109 (CSR_IS_OPEARTING_DUAL_BAND((pMac)) || CSR_IS_RADIO_BG_ONLY((pMac)) || CSR_IS_24_BAND_ONLY((pMac)))
1110
1111#define CSR_IS_CHANNEL_5GHZ(chnNum) \
Jeff Johnsone7245742012-09-05 17:12:55 -07001112 (((chnNum) >= CSR_MIN_5GHz_CHANNEL_NUMBER) && ((chnNum) <= CSR_MAX_5GHz_CHANNEL_NUMBER))
Jeff Johnson295189b2012-06-20 16:38:30 -07001113
Srinivas Girigowdade697412013-02-14 16:31:48 -08001114#define CSR_IS_CHANNEL_DFS(chnNum) \
1115 (NV_CHANNEL_ENABLE != vos_nv_getChannelEnabledState(chnNum))
1116
Jeff Johnson295189b2012-06-20 16:38:30 -07001117#define CSR_IS_CHANNEL_24GHZ(chnNum) \
1118 (((chnNum) > 0) && ((chnNum) <= CSR_MAX_24GHz_CHANNEL_NUMBER))
Kiran Kumar Lokere3527f0c2013-02-24 22:21:28 -08001119
Jeff Johnson295189b2012-06-20 16:38:30 -07001120#define CSR_IS_SAME_BAND_CHANNELS(ch1, ch2) (CSR_IS_CHANNEL_5GHZ(ch1) == CSR_IS_CHANNEL_5GHZ(ch2))
1121
1122
1123#define CSR_IS_11D_INFO_FOUND(pMac) \
1124 (0 != (pMac)->scan.channelOf11dInfo)
1125// DEAUTHIND
1126#define CSR_IS_ROAMING(pSession) ((CSR_IS_LOSTLINK_ROAMING((pSession)->roamingReason)) || \
1127 (eCsrDynamicRoaming == (pSession)->roamingReason) || \
Kiran Kumar Lokere3527f0c2013-02-24 22:21:28 -08001128 (eCsrReassocRoaming == (pSession)->roamingReason))
Jeff Johnson295189b2012-06-20 16:38:30 -07001129
1130
1131#define CSR_IS_SET_KEY_COMMAND( pCommand ) ( eSmeCommandSetKey == (pCommand)->command )
1132
1133#define CSR_IS_ADDTS_WHEN_ACMOFF_SUPPORTED(pMac) (pMac->roam.configParam.addTSWhenACMIsOff)
1134// DEAUTHIND
1135#define CSR_IS_LOSTLINK_ROAMING(reason) ((eCsrLostlinkRoamingDisassoc == (reason)) || (eCsrLostlinkRoamingDeauth == (reason)))
1136
Venkata Prathyusha Kuntupalli239278b2013-03-26 15:58:18 -07001137#define CSR_IS_ROAMING_COMMAND(pCommand) ((eCsrLostLink1 == (pCommand)->u.roamCmd.roamReason) ||\
1138 (eCsrLostLink2 == (pCommand)->u.roamCmd.roamReason) ||\
1139 (eCsrLostLink3 == (pCommand)->u.roamCmd.roamReason) )
1140
1141
Jeff Johnson295189b2012-06-20 16:38:30 -07001142//Stop CSR from asking for IMPS, This function doesn't disable IMPS from CSR
1143void csrScanSuspendIMPS( tpAniSirGlobal pMac );
1144//Start CSR from asking for IMPS. This function doesn't trigger CSR to request entering IMPS
1145//because IMPS maybe disabled.
1146void csrScanResumeIMPS( tpAniSirGlobal pMac );
1147
1148eHalStatus csrInitGetChannels(tpAniSirGlobal pMac);
Srinivas, Dasari42bf7702014-02-07 11:29:53 +05301149eHalStatus csrScanFilterResults(tpAniSirGlobal pMac);
Padma, Santhosh Kumar778d8382015-03-04 17:41:22 +05301150eHalStatus csrScanFilterDFSResults(tpAniSirGlobal pMac);
Jeff Johnson295189b2012-06-20 16:38:30 -07001151
1152eHalStatus csrSetModifyProfileFields(tpAniSirGlobal pMac, tANI_U32 sessionId,
1153 tCsrRoamModifyProfileFields *pModifyProfileFields);
1154/* ---------------------------------------------------------------------------
1155 \fn csrGetModifyProfileFields
Kiran Kumar Lokere3527f0c2013-02-24 22:21:28 -08001156 \brief HDD or SME - QOS calls this function to get the current values of
Jeff Johnson295189b2012-06-20 16:38:30 -07001157 connected profile fields changing which can cause reassoc.
1158 This function must be called after CFG is downloaded and STA is in connected
1159 state.
Kiran Kumar Lokere3527f0c2013-02-24 22:21:28 -08001160 \param pModifyProfileFields - pointer to the connected profile fields
Jeff Johnson295189b2012-06-20 16:38:30 -07001161 changing which can cause reassoc
1162
Kiran Kumar Lokere3527f0c2013-02-24 22:21:28 -08001163 \return eHalStatus
Jeff Johnson295189b2012-06-20 16:38:30 -07001164 -------------------------------------------------------------------------------*/
1165eHalStatus csrGetModifyProfileFields(tpAniSirGlobal pMac, tANI_U32 sessionId,
1166 tCsrRoamModifyProfileFields * pModifyProfileFields);
1167void csrSetGlobalCfgs( tpAniSirGlobal pMac );
1168void csrSetDefaultDot11Mode( tpAniSirGlobal pMac );
1169void csrScanSetChannelMask(tpAniSirGlobal pMac, tCsrChannelInfo *pChannelInfo);
1170tANI_BOOLEAN csrIsConnStateDisconnected(tpAniSirGlobal pMac, tANI_U32 sessionId);
1171tANI_BOOLEAN csrIsConnStateConnectedIbss( tpAniSirGlobal pMac, tANI_U32 sessionId );
1172tANI_BOOLEAN csrIsConnStateDisconnectedIbss( tpAniSirGlobal pMac, tANI_U32 sessionId );
1173tANI_BOOLEAN csrIsConnStateConnectedInfra( tpAniSirGlobal pMac, tANI_U32 sessionId );
1174tANI_BOOLEAN csrIsConnStateConnected( tpAniSirGlobal pMac, tANI_U32 sessionId );
1175tANI_BOOLEAN csrIsConnStateInfra( tpAniSirGlobal pMac, tANI_U32 sessionId );
1176tANI_BOOLEAN csrIsConnStateIbss( tpAniSirGlobal pMac, tANI_U32 sessionId );
1177tANI_BOOLEAN csrIsConnStateWds( tpAniSirGlobal pMac, tANI_U32 sessionId );
1178tANI_BOOLEAN csrIsConnStateConnectedWds( tpAniSirGlobal pMac, tANI_U32 sessionId );
1179tANI_BOOLEAN csrIsConnStateDisconnectedWds( tpAniSirGlobal pMac, tANI_U32 sessionId );
1180tANI_BOOLEAN csrIsAnySessionInConnectState( tpAniSirGlobal pMac );
1181tANI_BOOLEAN csrIsAllSessionDisconnected( tpAniSirGlobal pMac );
Madan Mohan Koyyalamudi48081ef2012-12-04 16:49:55 -08001182tANI_BOOLEAN csrIsStaSessionConnected( tpAniSirGlobal pMac );
1183tANI_BOOLEAN csrIsP2pSessionConnected( tpAniSirGlobal pMac );
Madan Mohan Koyyalamudid3d22592012-09-24 14:01:29 -07001184tANI_BOOLEAN csrIsAnySessionConnected( tpAniSirGlobal pMac );
Jeff Johnson295189b2012-06-20 16:38:30 -07001185tANI_BOOLEAN csrIsInfraConnected( tpAniSirGlobal pMac );
1186tANI_BOOLEAN csrIsConcurrentInfraConnected( tpAniSirGlobal pMac );
Jeff Johnsone7245742012-09-05 17:12:55 -07001187tANI_BOOLEAN csrIsConcurrentSessionRunning( tpAniSirGlobal pMac );
Jeff Johnsone7245742012-09-05 17:12:55 -07001188tANI_BOOLEAN csrIsInfraApStarted( tpAniSirGlobal pMac );
Jeff Johnson295189b2012-06-20 16:38:30 -07001189tANI_BOOLEAN csrIsIBSSStarted( tpAniSirGlobal pMac );
1190tANI_BOOLEAN csrIsBTAMPStarted( tpAniSirGlobal pMac );
1191tANI_BOOLEAN csrIsBTAMP( tpAniSirGlobal pMac, tANI_U32 sessionId );
1192eHalStatus csrIsBTAMPAllowed( tpAniSirGlobal pMac, tANI_U32 chnId );
Jeff Johnsone7245742012-09-05 17:12:55 -07001193tANI_BOOLEAN csrIsValidMcConcurrentSession(tpAniSirGlobal pMac, tANI_U32 sessionId,
1194 tSirBssDescription *pBssDesc);
Jeff Johnson295189b2012-06-20 16:38:30 -07001195tANI_BOOLEAN csrIsConnStateConnectedInfraAp( tpAniSirGlobal pMac, tANI_U32 sessionId );
Jeff Johnson295189b2012-06-20 16:38:30 -07001196/*----------------------------------------------------------------------------
1197 \fn csrRoamRegisterLinkQualityIndCallback
1198
1199 \brief
Kiran Kumar Lokere3527f0c2013-02-24 22:21:28 -08001200 a CSR function to allow HDD to register a callback handler with CSR for
1201 link quality indications.
Jeff Johnson295189b2012-06-20 16:38:30 -07001202
1203 Only one callback may be registered at any time.
1204 In order to deregister the callback, a NULL cback may be provided.
1205
1206 Registration happens in the task context of the caller.
1207
1208 \param callback - Call back being registered
1209 \param pContext - user data
Kiran Kumar Lokere3527f0c2013-02-24 22:21:28 -08001210
Jeff Johnson295189b2012-06-20 16:38:30 -07001211 DEPENDENCIES: After CSR open
1212
Kiran Kumar Lokere3527f0c2013-02-24 22:21:28 -08001213 \return eHalStatus
Jeff Johnson295189b2012-06-20 16:38:30 -07001214-----------------------------------------------------------------------------*/
1215eHalStatus csrRoamRegisterLinkQualityIndCallback(tpAniSirGlobal pMac,
Kiran Kumar Lokere3527f0c2013-02-24 22:21:28 -08001216 csrRoamLinkQualityIndCallback callback,
Jeff Johnson295189b2012-06-20 16:38:30 -07001217 void *pContext);
1218/* ---------------------------------------------------------------------------
1219 \fn csrGetStatistics
Kiran Kumar Lokere3527f0c2013-02-24 22:21:28 -08001220 \brief csr function that client calls to register a callback to get
1221 different PHY level statistics from CSR.
1222
Jeff Johnson295189b2012-06-20 16:38:30 -07001223 \param requesterId - different client requesting for statistics, HDD, UMA/GAN etc
1224 \param statsMask - The different category/categories of stats requester is looking for
1225 \param callback - SME sends back the requested stats using the callback
Kiran Kumar Lokere3527f0c2013-02-24 22:21:28 -08001226 \param periodicity - If requester needs periodic update, 0 means it's an one
Jeff Johnson295189b2012-06-20 16:38:30 -07001227 time request
1228 \param cache - If requester is happy with cached stats
1229 \param staId - The station ID for which the stats is requested for
1230 \param pContext - user context to be passed back along with the callback
1231
Kiran Kumar Lokere3527f0c2013-02-24 22:21:28 -08001232 \return eHalStatus
Jeff Johnson295189b2012-06-20 16:38:30 -07001233 ---------------------------------------------------------------------------*/
Kiran Kumar Lokere3527f0c2013-02-24 22:21:28 -08001234eHalStatus csrGetStatistics(tpAniSirGlobal pMac, eCsrStatsRequesterType requesterId,
1235 tANI_U32 statsMask,
1236 tCsrStatsCallback callback,
1237 tANI_U32 periodicity, tANI_BOOLEAN cache,
Jeff Johnson295189b2012-06-20 16:38:30 -07001238 tANI_U8 staId, void *pContext);
1239
Madan Mohan Koyyalamudi8af9b402013-07-11 14:59:10 +05301240/* ---------------------------------------------------------------------------
1241 \fn csrGetTLSTAState
1242 \helper function to get the TL STA State whenever the function is called.
1243
1244 \param staId - The staID to be passed to the TL
1245 to get the relevant TL STA State
1246 \return the state as tANI_U16
1247 ---------------------------------------------------------------------------*/
1248tANI_U16 csrGetTLSTAState(tpAniSirGlobal pMac, tANI_U8 staId);
Jeff Johnson295189b2012-06-20 16:38:30 -07001249
1250eHalStatus csrGetRssi(tpAniSirGlobal pMac,tCsrRssiCallback callback,tANI_U8 staId,tCsrBssid bssId,void * pContext,void * pVosContext);
Madan Mohan Koyyalamudid9383fd2013-08-13 09:27:30 +05301251
1252/* ---------------------------------------------------------------------------
1253 \fn csrGetSnr
1254 \brief csr function that client calls to register a callback to get
1255 SNR stored in TL
1256
1257 \param callback - SME sends back the requested stats using the callback
1258 \param staId - The station ID for which the stats is requested for
1259 \param bssid - The bssid for the connected session
1260 \param pContext - user context to be passed back along with the callback
1261
1262 \return eHalStatus
1263 ---------------------------------------------------------------------------*/
1264eHalStatus csrGetSnr(tpAniSirGlobal pMac, tCsrSnrCallback callback,
1265 tANI_U8 staId, tCsrBssid bssId, void *pContext);
1266
Varun Reddy Yeturu5d5e2c62014-02-27 13:31:29 -08001267#if defined WLAN_FEATURE_VOWIFI_11R || defined FEATURE_WLAN_ESE || defined(FEATURE_WLAN_LFR)
Srinivas Girigowdad34cedb2013-01-25 13:33:11 -08001268eHalStatus csrGetRoamRssi(tpAniSirGlobal pMac,
1269 tCsrRssiCallback callback,
1270 tANI_U8 staId,
1271 tCsrBssid bssId,
1272 void * pContext,
1273 void * pVosContext);
1274#endif
Srinivas Girigowda5cecb202013-10-08 09:13:25 -07001275
Varun Reddy Yeturu5d5e2c62014-02-27 13:31:29 -08001276#if defined(FEATURE_WLAN_ESE) && defined(FEATURE_WLAN_ESE_UPLOAD)
Srinivas Girigowda5cecb202013-10-08 09:13:25 -07001277eHalStatus csrGetTsmStats(tpAniSirGlobal pMac, tCsrTsmStatsCallback callback, tANI_U8 staId,
1278 tCsrBssid bssId, void *pContext, void* pVosContext,
1279 tANI_U8 tid);
Varun Reddy Yeturu5d5e2c62014-02-27 13:31:29 -08001280#endif /* FEATURE_WLAN_ESE && FEATURE_WLAN_ESE_UPLOAD */
Srinivas Girigowda5cecb202013-10-08 09:13:25 -07001281
Jeff Johnson295189b2012-06-20 16:38:30 -07001282eHalStatus csrRoamRegisterCallback(tpAniSirGlobal pMac, csrRoamCompleteCallback callback, void *pContext);
1283/* ---------------------------------------------------------------------------
1284 \fn csrGetConfigParam
Kiran Kumar Lokere3527f0c2013-02-24 22:21:28 -08001285 \brief HDD calls this function to get the global settings currently maintained by CSR.
Jeff Johnson295189b2012-06-20 16:38:30 -07001286 \param pParam - caller allocated memory
Kiran Kumar Lokere3527f0c2013-02-24 22:21:28 -08001287 \return eHalStatus
Jeff Johnson295189b2012-06-20 16:38:30 -07001288 -------------------------------------------------------------------------------*/
1289eHalStatus csrGetConfigParam(tpAniSirGlobal pMac, tCsrConfigParam *pParam);
1290
1291/* ---------------------------------------------------------------------------
1292 \fn csrMsgProcessor
Kiran Kumar Lokere3527f0c2013-02-24 22:21:28 -08001293 \brief HDD calls this function to change some global settings.
Jeff Johnson295189b2012-06-20 16:38:30 -07001294 caller must set the all fields or call csrGetConfigParam to prefill the fields.
1295 \param pParam - caller allocated memory
Kiran Kumar Lokere3527f0c2013-02-24 22:21:28 -08001296 \return eHalStatus
Jeff Johnson295189b2012-06-20 16:38:30 -07001297 -------------------------------------------------------------------------------*/
1298eHalStatus csrChangeDefaultConfigParam(tpAniSirGlobal pMac, tCsrConfigParam *pParam);
1299
1300
1301/* ---------------------------------------------------------------------------
1302 \fn csrMsgProcessor
1303 \brief HDD calls this function for the messages that are handled by CSR.
1304 \param pMsgBuf - a pointer to a buffer that maps to various structures base on the message type.
1305 The beginning of the buffer can always map to tSirSmeRsp.
Kiran Kumar Lokere3527f0c2013-02-24 22:21:28 -08001306 \return eHalStatus
Jeff Johnson295189b2012-06-20 16:38:30 -07001307 -------------------------------------------------------------------------------*/
1308eHalStatus csrMsgProcessor( tpAniSirGlobal pMac, void *pMsgBuf );
1309
1310/* ---------------------------------------------------------------------------
1311 \fn csrOpen
Kiran Kumar Lokere3527f0c2013-02-24 22:21:28 -08001312 \brief This function must be called before any API call to CSR.
1313 \return eHalStatus
Jeff Johnson295189b2012-06-20 16:38:30 -07001314 -------------------------------------------------------------------------------*/
1315eHalStatus csrOpen(tpAniSirGlobal pMac);
Mihir Shetee1093ba2014-01-21 20:13:32 +05301316
1317/* ---------------------------------------------------------------------------
1318 \fn csrInitChannels
1319 \brief This function must be called to initialize CSR channel lists
1320 \return eHalStatus
1321 -------------------------------------------------------------------------------*/
1322eHalStatus csrInitChannels(tpAniSirGlobal pMac);
1323
Mihir Shete04206452014-11-20 17:50:58 +05301324#ifdef CONFIG_ENABLE_LINUX_REG
Jeff Johnson295189b2012-06-20 16:38:30 -07001325/* ---------------------------------------------------------------------------
Mahesh A Saptasagar74289d22014-05-14 12:43:37 +05301326 \fn csrInitChannelsForCC
1327 \brief This function must be called to issue reg hint
1328 \return eHalStatus
1329 -------------------------------------------------------------------------------*/
Agarwal Ashish6db9d532014-09-30 18:19:10 +05301330eHalStatus csrInitChannelsForCC(tpAniSirGlobal pMac, driver_load_type init );
Mihir Shete04206452014-11-20 17:50:58 +05301331#endif
Mahesh A Saptasagar74289d22014-05-14 12:43:37 +05301332
1333/* ---------------------------------------------------------------------------
Jeff Johnson295189b2012-06-20 16:38:30 -07001334 \fn csrClose
1335 \brief To close down CSR module. There should not be any API call into CSR after calling this function.
Kiran Kumar Lokere3527f0c2013-02-24 22:21:28 -08001336 \return eHalStatus
Jeff Johnson295189b2012-06-20 16:38:30 -07001337 -------------------------------------------------------------------------------*/
1338eHalStatus csrClose(tpAniSirGlobal pMac);
1339/* ---------------------------------------------------------------------------
1340 \fn csrStart
1341 \brief To start CSR.
Kiran Kumar Lokere3527f0c2013-02-24 22:21:28 -08001342 \return eHalStatus
Jeff Johnson295189b2012-06-20 16:38:30 -07001343 -------------------------------------------------------------------------------*/
1344eHalStatus csrStart(tpAniSirGlobal pMac);
1345/* ---------------------------------------------------------------------------
1346 \fn csrStop
1347 \brief To stop CSR. CSR still keeps its current setting.
Kiran Kumar Lokere3527f0c2013-02-24 22:21:28 -08001348 \return eHalStatus
Jeff Johnson295189b2012-06-20 16:38:30 -07001349 -------------------------------------------------------------------------------*/
Kiet Lama72a2322013-11-15 11:18:11 +05301350eHalStatus csrStop(tpAniSirGlobal pMac, tHalStopType stopType);
Jeff Johnson295189b2012-06-20 16:38:30 -07001351/* ---------------------------------------------------------------------------
1352 \fn csrReady
1353 \brief To let CSR is ready to operate
Kiran Kumar Lokere3527f0c2013-02-24 22:21:28 -08001354 \return eHalStatus
Jeff Johnson295189b2012-06-20 16:38:30 -07001355 -------------------------------------------------------------------------------*/
1356eHalStatus csrReady(tpAniSirGlobal pMac);
1357
1358#ifdef FEATURE_WLAN_WAPI
1359eHalStatus csrRoamGetBKIDCache(tpAniSirGlobal pMac, tANI_U32 sessionId, tANI_U32 *pNum,
1360 tBkidCacheInfo *pBkidCache);
1361
1362
Kiran Kumar Lokere3527f0c2013-02-24 22:21:28 -08001363eHalStatus csrScanGetBKIDCandidateList(tpAniSirGlobal pMac, tANI_U32 sessionId,
Jeff Johnson295189b2012-06-20 16:38:30 -07001364 tBkidCandidateInfo *pBkidList, tANI_U32 *pNumItems );
1365tANI_U32 csrRoamGetNumBKIDCache(tpAniSirGlobal pMac, tANI_U32 sessionId);
1366eHalStatus csrRoamSetBKIDCache( tpAniSirGlobal pMac, tANI_U32 sessionId, tBkidCacheInfo *pBKIDCache,
1367 tANI_U32 numItems );
1368/* ---------------------------------------------------------------------------
1369 \fn csrRoamGetWapiReqIE
1370 \brief return the WAPI IE CSR passes to PE to JOIN request or START_BSS request
Kiran Kumar Lokere3527f0c2013-02-24 22:21:28 -08001371 \param pLen - caller allocated memory that has the length of pBuf as input. Upon returned, *pLen has the
Jeff Johnson295189b2012-06-20 16:38:30 -07001372 needed or IE length in pBuf.
1373 \param pBuf - Caller allocated memory that contain the IE field, if any, upon return
1374 \return eHalStatus - when fail, it usually means the buffer allocated is not big enough
1375 -------------------------------------------------------------------------------*/
1376eHalStatus csrRoamGetWapiReqIE(tpAniSirGlobal pMac, tANI_U32 sessionId, tANI_U32 *pLen, tANI_U8 *pBuf);
1377
1378/* ---------------------------------------------------------------------------
1379 \fn csrRoamGetWapiRspIE
1380 \brief return the WAPI IE from the beacon or probe rsp if connected
Kiran Kumar Lokere3527f0c2013-02-24 22:21:28 -08001381 \param pLen - caller allocated memory that has the length of pBuf as input. Upon returned, *pLen has the
Jeff Johnson295189b2012-06-20 16:38:30 -07001382 needed or IE length in pBuf.
1383 \param pBuf - Caller allocated memory that contain the IE field, if any, upon return
1384 \return eHalStatus - when fail, it usually means the buffer allocated is not big enough
1385 -------------------------------------------------------------------------------*/
1386eHalStatus csrRoamGetWapiRspIE(tpAniSirGlobal pMac, tANI_U32 sessionId, tANI_U32 *pLen, tANI_U8 *pBuf);
Kiran Kumar Lokere3527f0c2013-02-24 22:21:28 -08001387tANI_U8 csrConstructWapiIe( tpAniSirGlobal pMac, tANI_U32 sessionId, tCsrRoamProfile *pProfile,
Jeff Johnson295189b2012-06-20 16:38:30 -07001388 tSirBssDescription *pSirBssDesc, tDot11fBeaconIEs *pIes, tCsrWapiIe *pWapiIe );
1389#endif /* FEATURE_WLAN_WAPI */
1390
Jeff Johnson295189b2012-06-20 16:38:30 -07001391eHalStatus csrRoamUpdateAPWPSIE( tpAniSirGlobal pMac, tANI_U32 sessionId, tSirAPWPSIEs *pAPWPSIES );
1392eHalStatus csrRoamUpdateWPARSNIEs( tpAniSirGlobal pMac, tANI_U32 sessionId, tSirRSNie * pAPSirRSNie);
Jeff Johnson295189b2012-06-20 16:38:30 -07001393void csrSetCfgPrivacy( tpAniSirGlobal pMac, tCsrRoamProfile *pProfile, tANI_BOOLEAN fPrivacy );
1394tANI_S8 csrGetInfraSessionId( tpAniSirGlobal pMac );
1395tANI_U8 csrGetInfraOperationChannel( tpAniSirGlobal pMac, tANI_U8 sessionId);
Sushant Kaushik1d732562014-05-21 14:15:37 +05301396tANI_BOOLEAN csrIsSessionClientAndConnected(tpAniSirGlobal pMac, tANI_U8 sessionId);
Jeff Johnson295189b2012-06-20 16:38:30 -07001397tANI_U8 csrGetConcurrentOperationChannel( tpAniSirGlobal pMac );
1398
Kiran Kumar Lokere3527f0c2013-02-24 22:21:28 -08001399eHalStatus csrRoamCopyConnectProfile(tpAniSirGlobal pMac, tANI_U32 sessionId,
Jeff Johnson295189b2012-06-20 16:38:30 -07001400 tCsrRoamConnectedProfile *pProfile);
1401tANI_BOOLEAN csrIsSetKeyAllowed(tpAniSirGlobal pMac, tANI_U32 sessionId);
1402
1403void csrSetOppositeBandChannelInfo( tpAniSirGlobal pMac );
Kiran Kumar Lokere3527f0c2013-02-24 22:21:28 -08001404void csrConstructCurrentValidChannelList( tpAniSirGlobal pMac, tDblLinkList *pChannelSetList,
Jeff Johnson295189b2012-06-20 16:38:30 -07001405 tANI_U8 *pChannelList, tANI_U8 bSize, tANI_U8 *pNumChannels );
Manjunathappa Prakash4f1d5a52013-11-11 16:22:19 -08001406
1407#ifdef FEATURE_WLAN_SCAN_PNO
Srikant Kuppa066904f2013-05-07 13:56:02 -07001408eHalStatus csrScanSavePreferredNetworkFound(tpAniSirGlobal pMac,
1409 tSirPrefNetworkFoundInd *pPrefNetworkFoundInd);
Manjunathappa Prakash4f1d5a52013-11-11 16:22:19 -08001410#endif //FEATURE_WLAN_SCAN_PNO
Jeff Johnson295189b2012-06-20 16:38:30 -07001411#endif
1412
1413#ifdef WLAN_FEATURE_VOWIFI_11R
1414//Returns whether the current association is a 11r assoc or not
1415tANI_BOOLEAN csrRoamIs11rAssoc(tpAniSirGlobal pMac);
1416#endif
1417
Varun Reddy Yeturu5d5e2c62014-02-27 13:31:29 -08001418#ifdef FEATURE_WLAN_ESE
1419//Returns whether the current association is a ESE assoc or not
1420tANI_BOOLEAN csrRoamIsESEAssoc(tpAniSirGlobal pMac);
1421tANI_BOOLEAN csrRoamIsEseIniFeatureEnabled(tpAniSirGlobal pMac);
1422tANI_BOOLEAN csrNeighborRoamIsESEAssoc(tpAniSirGlobal pMac);
Jeff Johnson295189b2012-06-20 16:38:30 -07001423#endif
1424
Kiran Kumar Lokere3527f0c2013-02-24 22:21:28 -08001425//Remove this code once SLM_Sessionization is supported
Madan Mohan Koyyalamudi96dd30d2012-10-05 17:24:51 -07001426//BMPS_WORKAROUND_NOT_NEEDED
Jeff Johnson295189b2012-06-20 16:38:30 -07001427void csrDisconnectAllActiveSessions(tpAniSirGlobal pMac);
Mohit Khanna349bc392012-09-11 17:24:52 -07001428
Jeff Johnson04dd8a82012-06-29 20:41:40 -07001429#ifdef FEATURE_WLAN_LFR
1430//Returns whether "Legacy Fast Roaming" is enabled...or not
Madan Mohan Koyyalamudi03aae5f2012-11-28 01:51:22 +05301431tANI_BOOLEAN csrRoamIsFastRoamEnabled(tpAniSirGlobal pMac, tANI_U32 sessionId);
Varun Reddy Yeturud0a3f252013-04-15 21:58:13 -07001432#ifdef WLAN_FEATURE_ROAM_SCAN_OFFLOAD
1433tANI_BOOLEAN csrRoamIsRoamOffloadScanEnabled(tpAniSirGlobal pMac);
1434#endif
Madan Mohan Koyyalamudi470d2cf2012-09-28 14:43:44 -07001435tANI_BOOLEAN csrIsChannelPresentInList( tANI_U8 *pChannelList, int numChannels, tANI_U8 channel );
1436VOS_STATUS csrAddToChannelListFront( tANI_U8 *pChannelList, int numChannels, tANI_U8 channel );
Varun Reddy Yeturud0a3f252013-04-15 21:58:13 -07001437#ifdef WLAN_FEATURE_ROAM_SCAN_OFFLOAD
1438eHalStatus csrScanRequestLfrResult(tpAniSirGlobal pMac, tANI_U32 sessionId,
1439 csrScanCompleteCallback callback, void *pContext);
Varun Reddy Yeturucc661d22013-05-20 11:47:10 -07001440eHalStatus csrRoamOffloadScanRspHdlr(tpAniSirGlobal pMac, tANI_U8 reason);
1441eHalStatus csrHandoffRequest(tpAniSirGlobal pMac, tCsrHandoffRequest *pHandoffInfo);
Varun Reddy Yeturud0a3f252013-04-15 21:58:13 -07001442#endif
1443tANI_BOOLEAN csrRoamIsStaMode(tpAniSirGlobal pMac, tANI_U32 sessionId);
Jeff Johnson04dd8a82012-06-29 20:41:40 -07001444#endif
1445
Agarwal Ashish738843c2014-09-25 12:27:56 +05301446void csrDisableDfsChannel(tpAniSirGlobal pMac);