blob: 1b6a17845d02a1504ea16bc8338650fa5ba40d97 [file] [log] [blame]
Jeff Johnson295189b2012-06-20 16:38:30 -07001/*
Kiran Kumar Lokere71d42dc2013-06-21 19:31:12 -07002 * Copyright (c) 2012-2013, 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*/
Gopichand Nakkala9c070ad2013-01-08 21:16:34 -080021/*
Kiran Kumar Lokere71d42dc2013-06-21 19:31:12 -070022* Copyright (c) 2012-2013 Qualcomm Atheros, Inc.
23* All Rights Reserved.
24* Qualcomm Atheros Confidential and Proprietary.
25*/
Varun Reddy Yeturu08614702013-04-15 21:58:13 -070026
Jeff Johnson295189b2012-06-20 16:38:30 -070027/*
28 * Airgo Networks, Inc proprietary. All rights reserved.
29 * This file schBeaconProcess.cc contains beacon processing related
30 * functions
31 *
32 * Author: Sandesh Goel
33 * Date: 02/25/02
34 * History:-
35 * Date Modified by Modification Information
36 * --------------------------------------------------------------------
37 *
38 */
39
40#include "palTypes.h"
Jeff Johnson487b4022013-02-27 17:53:55 -080041#include "wniCfgSta.h"
Jeff Johnson295189b2012-06-20 16:38:30 -070042
43#include "cfgApi.h"
44#include "pmmApi.h"
45#include "limApi.h"
46#include "utilsApi.h"
47#include "schDebug.h"
48#include "schApi.h"
49
Jeff Johnson295189b2012-06-20 16:38:30 -070050
51#include "limUtils.h"
52#include "limSendMessages.h"
53#include "limStaHashApi.h"
54
55#if defined WLAN_FEATURE_VOWIFI
56#include "rrmApi.h"
57#endif
58
59#ifdef FEATURE_WLAN_DIAG_SUPPORT
60#include "vos_diag_core_log.h"
61#endif //FEATURE_WLAN_DIAG_SUPPORT
62
63/**
64 * Number of bytes of variation in beacon length from the last beacon
65 * to trigger reprogramming of rx delay register
66 */
67#define SCH_BEACON_LEN_DELTA 3
68
69// calculate 2^cw - 1
70#define CW_GET(cw) (((cw) == 0) ? 1 : ((1 << (cw)) - 1))
71
72static void
73ap_beacon_process(
74 tpAniSirGlobal pMac,
75 tANI_U8* pRxPacketInfo,
76 tpSchBeaconStruct pBcnStruct,
77 tpUpdateBeaconParams pBeaconParams,
78 tpPESession psessionEntry)
79{
80 tpSirMacMgmtHdr pMh = WDA_GET_RX_MAC_HEADER(pRxPacketInfo);
81 tANI_U32 phyMode;
82 tSirRFBand rfBand = SIR_BAND_UNKNOWN;
83 //Get RF band from psessionEntry
84 rfBand = psessionEntry->limRFBand;
85
86 limGetPhyMode(pMac, &phyMode, psessionEntry);
87
88 if(SIR_BAND_5_GHZ == rfBand)
89 {
Jeff Johnsone7245742012-09-05 17:12:55 -070090 if (psessionEntry->htCapability)
Jeff Johnson295189b2012-06-20 16:38:30 -070091 {
92 if (pBcnStruct->channelNumber == psessionEntry->currentOperChannel)
93 {
94 //11a (non HT) AP overlaps or
95 //HT AP with HT op mode as mixed overlaps.
96 //HT AP with HT op mode as overlap legacy overlaps.
97 if ((!pBcnStruct->HTInfo.present) ||
98 (eSIR_HT_OP_MODE_MIXED == pBcnStruct->HTInfo.opMode) ||
99 (eSIR_HT_OP_MODE_OVERLAP_LEGACY == pBcnStruct->HTInfo.opMode))
100 {
101 limUpdateOverlapStaParam(pMac, pMh->bssId, &(pMac->lim.gLimOverlap11aParams));
102
103 if (pMac->lim.gLimOverlap11aParams.numSta &&
104 !pMac->lim.gLimOverlap11aParams.protectionEnabled)
105 {
106 limEnable11aProtection(pMac, true, true, pBeaconParams,psessionEntry);
107 }
108 }
109 //HT AP with HT20 op mode overlaps.
110 else if(eSIR_HT_OP_MODE_NO_LEGACY_20MHZ_HT == pBcnStruct->HTInfo.opMode)
111 {
112 limUpdateOverlapStaParam(pMac, pMh->bssId, &(pMac->lim.gLimOverlapHt20Params));
113
114 if (pMac->lim.gLimOverlapHt20Params.numSta &&
115 !pMac->lim.gLimOverlapHt20Params.protectionEnabled)
116 {
117 limEnableHT20Protection(pMac, true, true, pBeaconParams,psessionEntry);
118 }
119 }
120 }
121 }
122 }
123 else if(SIR_BAND_2_4_GHZ == rfBand)
124 {
125 //We are 11G AP.
126 if ((phyMode == WNI_CFG_PHY_MODE_11G) &&
Jeff Johnsone7245742012-09-05 17:12:55 -0700127 (false == psessionEntry->htCapability))
Jeff Johnson295189b2012-06-20 16:38:30 -0700128 {
129 if (pBcnStruct->channelNumber == psessionEntry->currentOperChannel)
130 {
131 if (((!(pBcnStruct->erpPresent)) &&
132 !(pBcnStruct->HTInfo.present))||
133 //if erp not present then 11B AP overlapping
134 (pBcnStruct->erpPresent &&
135 (pBcnStruct->erpIEInfo.useProtection ||
136 pBcnStruct->erpIEInfo.nonErpPresent)))
137 {
138#ifdef FEATURE_WLAN_CCX
139 if( psessionEntry->isCCXconnection )
140 {
141 VOS_TRACE (VOS_MODULE_ID_PE, VOS_TRACE_LEVEL_INFO,
Kiran Kumar Lokere8ad8fbf2013-03-18 16:07:05 -0700142 "%s: [INFOLOG]CCX 11g erpPresent=%d useProtection=%d nonErpPresent=%d", __func__,
Jeff Johnson295189b2012-06-20 16:38:30 -0700143 pBcnStruct->erpPresent,
144 pBcnStruct->erpIEInfo.useProtection,
145 pBcnStruct->erpIEInfo.nonErpPresent);
146 }
147#endif
148 limEnableOverlap11gProtection(pMac, pBeaconParams, pMh,psessionEntry);
149 }
150
151 }
152 }
153 // handling the case when HT AP has overlapping legacy BSS.
Jeff Johnsone7245742012-09-05 17:12:55 -0700154 else if(psessionEntry->htCapability)
Jeff Johnson04dd8a82012-06-29 20:41:40 -0700155 {
Jeff Johnson295189b2012-06-20 16:38:30 -0700156 if (pBcnStruct->channelNumber == psessionEntry->currentOperChannel)
157 {
Jeff Johnson04dd8a82012-06-29 20:41:40 -0700158 if (((!(pBcnStruct->erpPresent)) &&
159 !(pBcnStruct->HTInfo.present))||
160 //if erp not present then 11B AP overlapping
161 (pBcnStruct->erpPresent &&
162 (pBcnStruct->erpIEInfo.useProtection ||
163 pBcnStruct->erpIEInfo.nonErpPresent)))
Jeff Johnson295189b2012-06-20 16:38:30 -0700164 {
165#ifdef FEATURE_WLAN_CCX
166 if( psessionEntry->isCCXconnection )
167 {
168 VOS_TRACE (VOS_MODULE_ID_PE, VOS_TRACE_LEVEL_INFO,
Kiran Kumar Lokere8ad8fbf2013-03-18 16:07:05 -0700169 "%s: [INFOLOG]CCX 11g erpPresent=%d useProtection=%d nonErpPresent=%d", __func__,
Jeff Johnson295189b2012-06-20 16:38:30 -0700170 pBcnStruct->erpPresent,
171 pBcnStruct->erpIEInfo.useProtection,
172 pBcnStruct->erpIEInfo.nonErpPresent);
173 }
174#endif
175 limEnableOverlap11gProtection(pMac, pBeaconParams, pMh,psessionEntry);
176 }
177
178 //11g device overlaps
179 if (pBcnStruct->erpPresent &&
180 !(pBcnStruct->erpIEInfo.useProtection ||
181 pBcnStruct->erpIEInfo.nonErpPresent) && !(pBcnStruct->HTInfo.present))
182 {
Jeff Johnson295189b2012-06-20 16:38:30 -0700183 limUpdateOverlapStaParam(pMac, pMh->bssId, &(psessionEntry->gLimOverlap11gParams));
184
185 if (psessionEntry->gLimOverlap11gParams.numSta &&
186 !psessionEntry->gLimOverlap11gParams.protectionEnabled)
Jeff Johnson295189b2012-06-20 16:38:30 -0700187 {
188 limEnableHtProtectionFrom11g(pMac, true, true, pBeaconParams,psessionEntry);
189 }
190 }
191
192 //ht device overlaps.
193 //here we will check for HT related devices only which might need protection.
194 //check for 11b and 11g is already done in the previous blocks.
195 //so we will not check for HT operating mode as MIXED.
196 if (pBcnStruct->HTInfo.present)
197 {
198 //if we are not already in mixed mode or legacy mode as HT operating mode
199 //and received beacon has HT operating mode as legacy
200 //then we need to enable protection from 11g station.
201 //we don't need protection from 11b because if that's needed then our operating
202 //mode would have already been set to legacy in the previous blocks.
203 if(eSIR_HT_OP_MODE_OVERLAP_LEGACY == pBcnStruct->HTInfo.opMode)
204 {
205 if((eSIR_HT_OP_MODE_MIXED != pMac->lim.gHTOperMode) &&
206 (eSIR_HT_OP_MODE_OVERLAP_LEGACY != pMac->lim.gHTOperMode))
207 {
Jeff Johnson295189b2012-06-20 16:38:30 -0700208 limUpdateOverlapStaParam(pMac, pMh->bssId, &(psessionEntry->gLimOverlap11gParams));
209 if (psessionEntry->gLimOverlap11gParams.numSta &&
210 !psessionEntry->gLimOverlap11gParams.protectionEnabled)
Jeff Johnson295189b2012-06-20 16:38:30 -0700211 {
212 limEnableHtProtectionFrom11g(pMac, true, true, pBeaconParams,psessionEntry);
213 }
214 }
215 }
216 else if(eSIR_HT_OP_MODE_NO_LEGACY_20MHZ_HT == pBcnStruct->HTInfo.opMode)
217 {
Jeff Johnson295189b2012-06-20 16:38:30 -0700218 limUpdateOverlapStaParam(pMac, pMh->bssId, &(psessionEntry->gLimOverlapHt20Params));
219 if (psessionEntry->gLimOverlapHt20Params.numSta &&
220 !psessionEntry->gLimOverlapHt20Params.protectionEnabled)
Jeff Johnson295189b2012-06-20 16:38:30 -0700221 {
222 limEnableHT20Protection(pMac, true, true, pBeaconParams,psessionEntry);
223 }
224 }
225 }
226
227 }
228 }
229 }
230 pMac->sch.gSchBcnIgnored++;
231}
232// --------------------------------------------------------------------
233
234
235
236
237/**
238 * __schBeaconProcessNoSession
239 *
240 * FUNCTION:
241 * Process the received beacon frame when
242 * -- Station is not scanning
243 * -- No corresponding session is found
244 *
245 * LOGIC:
246 * Following scenarios exist when Session Does not exist:
247 * * IBSS Beacons, when IBSS session already exists with same SSID,
248 * but from STA which has not yet joined and has a different BSSID.
249 * - invoke limHandleIBSScoalescing with the session context of existing IBSS session.
250 *
251 * * IBSS Beacons when IBSS session does not exist, only Infra or BT-AMP session exists,
252 * then save the beacon in the scan results and throw it away.
253 *
254 * * Infra Beacons
255 * - beacons received when no session active
256 * should not come here, it should be handled as part of scanning,
257 * else they should not be getting received, should update scan results and drop it if that happens.
258 * - beacons received when IBSS session active:
259 * update scan results and drop it.
260 * - beacons received when Infra session(STA) is active:
261 * update scan results and drop it
262 * - beacons received when BT-STA session is active:
263 * update scan results and drop it.
264 * - beacons received when Infra/BT-STA or Infra/IBSS is active.
265 * update scan results and drop it.
266 *
267
268 */
269static void __schBeaconProcessNoSession(tpAniSirGlobal pMac, tpSchBeaconStruct pBeacon,tANI_U8* pRxPacketInfo)
270{
271 tpPESession psessionEntry = NULL;
272
273 if( (psessionEntry = limIsIBSSSessionActive(pMac)) != NULL)
274 {
275 limHandleIBSScoalescing(pMac, pBeacon, pRxPacketInfo, psessionEntry);
276 }
277
278 //If station(STA/BT-STA/BT-AP/IBSS) mode, Always save the beacon in the scan results, if atleast one session is active
279 //schBeaconProcessNoSession will be called only when there is atleast one session active, so not checking
280 //it again here.
281 limCheckAndAddBssDescription(pMac, pBeacon, pRxPacketInfo, eANI_BOOLEAN_FALSE, eANI_BOOLEAN_FALSE);
282 return;
283}
284
285
286
287/*
288 * __schBeaconProcessForSession
289 *
290 * FUNCTION:
291 * Process the received beacon frame when
292 * -- Station is not scanning
293 * -- Corresponding session is found
294 *
295 * LOGIC:
296 * Following scenarios exist when Session exists
297 * * IBSS STA receving beacons from IBSS Peers, who are part of IBSS.
298 * - call limHandleIBSScoalescing with that session context.
299 * * Infra STA receving beacons from AP to which it is connected
300 * - call schBeaconProcessFromAP with that session's context.
301 * * BTAMP STA receving beacons from BTAMP AP
302 * - call schBeaconProcessFromAP with that session's context.
303 * * BTAMP AP receiving beacons from BTAMP STA
304 * (here need to make sure BTAP creates session entry for BT STA)
305 * - just update the beacon count for heart beat purposes for now,
306 * for now, don't process the beacon.
307 * * Infra/IBSS both active and receives IBSS beacon:
308 * - call limHandleIBSScoalescing with that session context.
309 * * Infra/IBSS both active and receives Infra beacon:
310 * - call schBeaconProcessFromAP with that session's context.
311 * any updates to EDCA parameters will be effective for IBSS as well,
312 * even though no WMM for IBSS ?? Need to figure out how to handle this scenario.
313 * * Infra/BTSTA both active and receive Infra beacon.
314 * - change in EDCA parameters on Infra affect the BTSTA link.
315 * Update the same parameters on BT link
316 * * Infra/BTSTA both active and receive BT-AP beacon.
317 * -update beacon cnt for heartbeat
318 * * Infra/BTAP both active and receive Infra beacon.
319 * - BT-AP starts advertising BE parameters from Infra AP, if they get changed.
320 *
321 * * Infra/BTAP both active and receive BTSTA beacon.
322 * - update beacon cnt for heartbeat
323 */
324
325static void __schBeaconProcessForSession( tpAniSirGlobal pMac,
326 tpSchBeaconStruct pBeacon,
327 tANI_U8* pRxPacketInfo,
328 tpPESession psessionEntry)
329{
330 tANI_U32 bi;
331 tANI_U8 bssIdx = 0;
332 //tpSirMacMgmtHdr pMh = SIR_MAC_BD_TO_MPDUHEADER(pRxPacketInfo);
333 //tANI_U8 bssid[sizeof(tSirMacAddr)];
334 tUpdateBeaconParams beaconParams;
335 tANI_U8 sendProbeReq = FALSE;
336 tpDphHashNode pStaDs = NULL;
Mohit Khanna4a70d262012-09-11 16:30:12 -0700337#ifdef WLAN_FEATURE_11AC
338 tpSirMacMgmtHdr pMh = WDA_GET_RX_MAC_HEADER(pRxPacketInfo);
339 tANI_U16 aid;
340 tANI_U8 operMode;
Kiran Kumar Lokere71d42dc2013-06-21 19:31:12 -0700341 tANI_U8 chWidth = 0;
Mohit Khanna4a70d262012-09-11 16:30:12 -0700342#endif
Madan Mohan Koyyalamudi744d01c2013-08-06 16:42:11 +0530343#if defined FEATURE_WLAN_CCX || defined FEATURE_WLAN_VOWIFI
344 tPowerdBm regMax = 0,maxTxPower = 0;
345#endif
Jeff Johnson295189b2012-06-20 16:38:30 -0700346
347 beaconParams.paramChangeBitmap = 0;
348
349 if(eLIM_STA_IN_IBSS_ROLE == psessionEntry->limSystemRole )
350 {
351 limHandleIBSScoalescing(pMac, pBeacon, pRxPacketInfo, psessionEntry);
352 }
353 else if( (eLIM_STA_ROLE == psessionEntry->limSystemRole) ||
354 (eLIM_BT_AMP_STA_ROLE == psessionEntry->limSystemRole))
355 {
356 /*
357 * This handles two cases:
358 * -- Infra STA receving beacons from AP
359 * -- BTAMP_STA receving beacons from BTAMP_AP
360 */
Jeff Johnson295189b2012-06-20 16:38:30 -0700361 //Always save the beacon into LIM's cached scan results
362 limCheckAndAddBssDescription(pMac, pBeacon, pRxPacketInfo, eANI_BOOLEAN_FALSE, eANI_BOOLEAN_FALSE);
Madan Mohan Koyyalamudi744d01c2013-08-06 16:42:11 +0530363
Jeff Johnson295189b2012-06-20 16:38:30 -0700364 /**
365 * This is the Beacon received from the AP we're currently associated with. Check
366 * if there are any changes in AP's capabilities
367 */
368 if((tANI_U8) pBeacon->channelNumber != psessionEntry->currentOperChannel)
369 {
370 PELOGE(limLog(pMac, LOGE, FL("Channel Change from %d --> %d - "
Kiran Kumar Lokere8ad8fbf2013-03-18 16:07:05 -0700371 "Ignoring beacon!"),
Jeff Johnson295189b2012-06-20 16:38:30 -0700372 psessionEntry->currentOperChannel, pBeacon->channelNumber);)
373 goto fail;
374 }
375 limDetectChangeInApCapabilities(pMac, pBeacon, psessionEntry);
376 if(limGetStaHashBssidx(pMac, DPH_STA_HASH_INDEX_PEER, &bssIdx, psessionEntry) != eSIR_SUCCESS)
377 goto fail;
378 beaconParams.bssIdx = bssIdx;
Madan Mohan Koyyalamudib2fcae22013-07-11 11:32:07 +0530379 vos_mem_copy(( tANI_U8* )&psessionEntry->lastBeaconTimeStamp,
380 ( tANI_U8* )pBeacon->timeStamp, sizeof(tANI_U64));
Jeff Johnson295189b2012-06-20 16:38:30 -0700381 psessionEntry->lastBeaconDtimCount = pBeacon->tim.dtimCount;
382 psessionEntry->lastBeaconDtimPeriod= pBeacon->tim.dtimPeriod;
383 psessionEntry->currentBssBeaconCnt++;
384
385
386
Jeff Johnsone7245742012-09-05 17:12:55 -0700387 MTRACE(macTrace(pMac, TRACE_CODE_RX_MGMT_TSF, psessionEntry->peSessionId, pBeacon->timeStamp[0]);)
388 MTRACE(macTrace(pMac, TRACE_CODE_RX_MGMT_TSF, psessionEntry->peSessionId, pBeacon->timeStamp[1]);)
Jeff Johnson295189b2012-06-20 16:38:30 -0700389
390 /* Read beacon interval session Entry */
391 bi = psessionEntry->beaconParams.beaconInterval;
392 if (bi != pBeacon->beaconInterval)
393 {
Kiran Kumar Lokere8ad8fbf2013-03-18 16:07:05 -0700394 PELOG1(schLog(pMac, LOG1, FL("Beacon interval changed from %d to %d"),
Jeff Johnson295189b2012-06-20 16:38:30 -0700395 pBeacon->beaconInterval, bi);)
396
397 bi = pBeacon->beaconInterval;
398 psessionEntry->beaconParams.beaconInterval = (tANI_U16) bi;
399 beaconParams.paramChangeBitmap |= PARAM_BCN_INTERVAL_CHANGED;
400 beaconParams.beaconInterval = (tANI_U16)bi;
401 }
402
403 if (pBeacon->cfPresent)
404 {
405 cfgSetInt(pMac, WNI_CFG_CFP_PERIOD, pBeacon->cfParamSet.cfpPeriod);
406 limSendCFParams(pMac, bssIdx, pBeacon->cfParamSet.cfpCount, pBeacon->cfParamSet.cfpPeriod);
407 }
408
409 if (pBeacon->timPresent)
410 {
411 cfgSetInt(pMac, WNI_CFG_DTIM_PERIOD, pBeacon->tim.dtimPeriod);
412 //No need to send DTIM Period and Count to HAL/SMAC
413 //SMAC already parses TIM bit.
414 }
415
Jeff Johnson295189b2012-06-20 16:38:30 -0700416 if(pMac->lim.gLimProtectionControl != WNI_CFG_FORCE_POLICY_PROTECTION_DISABLE)
417
418 limDecideStaProtection(pMac, pBeacon, &beaconParams, psessionEntry);
419 if (pBeacon->erpPresent)
420 {
Jeff Johnson295189b2012-06-20 16:38:30 -0700421 if (pBeacon->erpIEInfo.barkerPreambleMode)
422 limEnableShortPreamble(pMac, false, &beaconParams, psessionEntry);
423 else
424 limEnableShortPreamble(pMac, true, &beaconParams, psessionEntry);
Jeff Johnson295189b2012-06-20 16:38:30 -0700425 }
426 limUpdateShortSlot(pMac, pBeacon, &beaconParams,psessionEntry);
427
428 pStaDs = dphGetHashEntry(pMac, DPH_STA_HASH_INDEX_PEER, &psessionEntry->dph.dphHashTable);
429 if ((pBeacon->wmeEdcaPresent && (psessionEntry->limWmeEnabled)) ||
430 (pBeacon->edcaPresent && (psessionEntry->limQosEnabled)))
431 {
432 if(pBeacon->edcaParams.qosInfo.count != psessionEntry->gLimEdcaParamSetCount)
433 {
434 if (schBeaconEdcaProcess(pMac, &pBeacon->edcaParams, psessionEntry) != eSIR_SUCCESS)
Kiran Kumar Lokere8ad8fbf2013-03-18 16:07:05 -0700435 PELOGE(schLog(pMac, LOGE, FL("EDCA parameter processing error"));)
Jeff Johnson295189b2012-06-20 16:38:30 -0700436 else if(pStaDs != NULL)
437 {
438 // If needed, downgrade the EDCA parameters
439 limSetActiveEdcaParams(pMac, psessionEntry->gLimEdcaParams, psessionEntry);
440
441 if (pStaDs->aniPeer == eANI_BOOLEAN_TRUE)
442 limSendEdcaParams(pMac, psessionEntry->gLimEdcaParamsActive, pStaDs->bssId, eANI_BOOLEAN_TRUE);
443 else
444 limSendEdcaParams(pMac, psessionEntry->gLimEdcaParamsActive, pStaDs->bssId, eANI_BOOLEAN_FALSE);
445 }
446 else
Kiran Kumar Lokere8ad8fbf2013-03-18 16:07:05 -0700447 PELOGE(limLog(pMac, LOGE, FL("Self Entry missing in Hash Table"));)
Jeff Johnson295189b2012-06-20 16:38:30 -0700448 }
449 }
450 else if( (pBeacon->qosCapabilityPresent && psessionEntry->limQosEnabled) &&
451 (pBeacon->qosCapability.qosInfo.count != psessionEntry->gLimEdcaParamSetCount))
452 sendProbeReq = TRUE;
453 }
454
Jeff Johnsone7245742012-09-05 17:12:55 -0700455 if ( psessionEntry->htCapability && pBeacon->HTInfo.present )
Jeff Johnson295189b2012-06-20 16:38:30 -0700456 {
457 limUpdateStaRunTimeHTSwitchChnlParams( pMac, &pBeacon->HTInfo, bssIdx,psessionEntry);
458 }
459
Jeff Johnson295189b2012-06-20 16:38:30 -0700460 if ( (psessionEntry->limSystemRole == eLIM_STA_ROLE) ||(psessionEntry->limSystemRole == eLIM_BT_AMP_STA_ROLE) ||
461 (psessionEntry->limSystemRole == eLIM_STA_IN_IBSS_ROLE) )
462 {
Jeff Johnson295189b2012-06-20 16:38:30 -0700463 /* Channel Switch information element updated */
464 if(pBeacon->channelSwitchPresent ||
465 pBeacon->propIEinfo.propChannelSwitchPresent)
466 {
467 limUpdateChannelSwitch(pMac, pBeacon, psessionEntry);
468 }
Jeff Johnsone7245742012-09-05 17:12:55 -0700469 else if (psessionEntry->gLimSpecMgmt.dot11hChanSwState == eLIM_11H_CHANSW_RUNNING)
Jeff Johnson295189b2012-06-20 16:38:30 -0700470 {
471 limCancelDot11hChannelSwitch(pMac, psessionEntry);
Madan Mohan Koyyalamudi744d01c2013-08-06 16:42:11 +0530472 }
Jeff Johnson295189b2012-06-20 16:38:30 -0700473 }
Jeff Johnson295189b2012-06-20 16:38:30 -0700474
Mohit Khanna4a70d262012-09-11 16:30:12 -0700475#ifdef WLAN_FEATURE_11AC
Kiran Kumar Lokere71d42dc2013-06-21 19:31:12 -0700476 if ((psessionEntry->limSystemRole == eLIM_STA_ROLE) ||
477 (psessionEntry->limSystemRole == eLIM_BT_AMP_STA_ROLE) ||
478 (psessionEntry->limSystemRole == eLIM_STA_IN_IBSS_ROLE))
Mohit Khanna4a70d262012-09-11 16:30:12 -0700479 {
480 // check for VHT capability
Kiran Kumar Lokere71d42dc2013-06-21 19:31:12 -0700481 pStaDs = dphLookupHashEntry(pMac, pMh->sa, &aid,
482 &psessionEntry->dph.dphHashTable);
483 if (psessionEntry->vhtCapability && pBeacon->OperatingMode.present)
Mohit Khanna4a70d262012-09-11 16:30:12 -0700484 {
Kiran Kumar Lokere71d42dc2013-06-21 19:31:12 -0700485 operMode = pStaDs->vhtSupportedChannelWidthSet ?
486 eHT_CHANNEL_WIDTH_80MHZ :
487 pStaDs->htSupportedChannelWidthSet ?
488 eHT_CHANNEL_WIDTH_40MHZ: eHT_CHANNEL_WIDTH_20MHZ;
489 if (operMode != pBeacon->OperatingMode.chanWidth)
Mohit Khanna4a70d262012-09-11 16:30:12 -0700490 {
Kiran Kumar Lokere71d42dc2013-06-21 19:31:12 -0700491 PELOG1(limLog(pMac, LOG1,
492 FL(" received OpMode Chanwidth %d, staIdx = %d"),
493 pBeacon->OperatingMode.chanWidth,
Mohit Khanna4a70d262012-09-11 16:30:12 -0700494 pStaDs->staIndex);)
Kiran Kumar Lokere8ad8fbf2013-03-18 16:07:05 -0700495 PELOG1(limLog(pMac, LOG1, FL(" MAC - %0x:%0x:%0x:%0x:%0x:%0x"),
Mohit Khanna4a70d262012-09-11 16:30:12 -0700496 pMh->sa[0],
497 pMh->sa[1],
498 pMh->sa[2],
499 pMh->sa[3],
500 pMh->sa[4],
501 pMh->sa[5]);)
Kiran Kumar Lokere71d42dc2013-06-21 19:31:12 -0700502
503 if (pBeacon->OperatingMode.chanWidth == eHT_CHANNEL_WIDTH_80MHZ)
Mohit Khanna4a70d262012-09-11 16:30:12 -0700504 {
Kiran Kumar Lokere71d42dc2013-06-21 19:31:12 -0700505 PELOG1(limLog(pMac, LOG1,
506 FL("Updating the CH Width to 80MHz"));)
507 pStaDs->vhtSupportedChannelWidthSet =
508 WNI_CFG_VHT_CHANNEL_WIDTH_80MHZ;
Mohit Khanna4a70d262012-09-11 16:30:12 -0700509 pStaDs->htSupportedChannelWidthSet = eHT_CHANNEL_WIDTH_40MHZ;
510 }
Kiran Kumar Lokere71d42dc2013-06-21 19:31:12 -0700511 else if (pBeacon->OperatingMode.chanWidth == eHT_CHANNEL_WIDTH_40MHZ)
Mohit Khanna4a70d262012-09-11 16:30:12 -0700512 {
Kiran Kumar Lokere71d42dc2013-06-21 19:31:12 -0700513 PELOG1(limLog(pMac, LOG1,
514 FL("Updating the CH Width to 40MHz"));)
515 pStaDs->vhtSupportedChannelWidthSet =
516 WNI_CFG_VHT_CHANNEL_WIDTH_20_40MHZ;
517 pStaDs->htSupportedChannelWidthSet = eHT_CHANNEL_WIDTH_40MHZ;
518 }
519 else if (pBeacon->OperatingMode.chanWidth ==
520 eHT_CHANNEL_WIDTH_20MHZ)
521 {
522 PELOG1(limLog(pMac, LOG1,
523 FL("Updating the CH Width to 20MHz"));)
524 pStaDs->vhtSupportedChannelWidthSet =
525 WNI_CFG_VHT_CHANNEL_WIDTH_20_40MHZ;
Mohit Khanna4a70d262012-09-11 16:30:12 -0700526 pStaDs->htSupportedChannelWidthSet = eHT_CHANNEL_WIDTH_20MHZ;
527 }
Kiran Kumar Lokere71d42dc2013-06-21 19:31:12 -0700528 limCheckVHTOpModeChange(pMac, psessionEntry,
529 pBeacon->OperatingMode.chanWidth,
530 pStaDs->staIndex);
531 }
532 }
533 else if (psessionEntry->vhtCapability && pBeacon->VHTOperation.present)
534 {
535 operMode = pStaDs->vhtSupportedChannelWidthSet;
536 if (operMode != pBeacon->VHTOperation.chanWidth)
537 {
538 PELOG1(limLog(pMac, LOG1,
539 FL(" received VHTOP CHWidth %d staIdx = %d"),
540 pBeacon->VHTOperation.chanWidth,
541 pStaDs->staIndex);)
542 PELOG1(limLog(pMac, LOG1, FL(" MAC - %0x:%0x:%0x:%0x:%0x:%0x"),
543 pMh->sa[0],
544 pMh->sa[1],
545 pMh->sa[2],
546 pMh->sa[3],
547 pMh->sa[4],
548 pMh->sa[5]);)
549
550 if (pBeacon->VHTOperation.chanWidth ==
551 WNI_CFG_VHT_CHANNEL_WIDTH_80MHZ)
552 {
553 PELOG1(limLog(pMac, LOG1,
554 FL("Updating the CH Width to 80MHz"));)
555 pStaDs->vhtSupportedChannelWidthSet =
556 WNI_CFG_VHT_CHANNEL_WIDTH_80MHZ;
557 pStaDs->htSupportedChannelWidthSet = eHT_CHANNEL_WIDTH_40MHZ;
558 chWidth = eHT_CHANNEL_WIDTH_80MHZ;
559 }
560 else if (pBeacon->VHTOperation.chanWidth ==
561 WNI_CFG_VHT_CHANNEL_WIDTH_20_40MHZ)
562 {
563 pStaDs->vhtSupportedChannelWidthSet =
564 WNI_CFG_VHT_CHANNEL_WIDTH_20_40MHZ;
565 if (pBeacon->HTCaps.supportedChannelWidthSet)
566 {
567 PELOG1(limLog(pMac, LOG1,
568 FL("Updating the CH Width to 40MHz"));)
569 pStaDs->htSupportedChannelWidthSet =
570 eHT_CHANNEL_WIDTH_40MHZ;
571 chWidth = eHT_CHANNEL_WIDTH_40MHZ;
572 }
573 else
574 {
575 PELOG1(limLog(pMac, LOG1,
576 FL("Updating the CH Width to 20MHz"));)
577 pStaDs->htSupportedChannelWidthSet =
578 eHT_CHANNEL_WIDTH_20MHZ;
579 chWidth = eHT_CHANNEL_WIDTH_20MHZ;
580 }
581 }
582 limCheckVHTOpModeChange(pMac, psessionEntry,
583 chWidth, pStaDs->staIndex);
Mohit Khanna4a70d262012-09-11 16:30:12 -0700584 }
585 }
586 }
587#endif
588
Madan Mohan Koyyalamudi744d01c2013-08-06 16:42:11 +0530589#if defined (FEATURE_WLAN_CCX) || defined (FEATURE_WLAN_VOWIFI)
590 /* Obtain the Max Tx power for the current regulatory */
591 regMax = cfgGetRegulatoryMaxTransmitPower( pMac, psessionEntry->currentOperChannel );
592#endif
593
594#if defined FEATURE_WLAN_VOWIFI
595 {
596 tPowerdBm localRRMConstraint = 0;
597 if ( pMac->rrm.rrmPEContext.rrmEnable && pBeacon->powerConstraintPresent )
598 {
599 localRRMConstraint = pBeacon->localPowerConstraint.localPowerConstraints;
600 }
601 else
602 {
603 localRRMConstraint = 0;
604 }
605 maxTxPower = VOS_MIN(regMax,(regMax - localRRMConstraint));
606 }
607#elif defined FEATURE_WLAN_CCX
608 maxTxPower = regMax;
609#endif
610
Jeff Johnson295189b2012-06-20 16:38:30 -0700611#if defined FEATURE_WLAN_CCX
Madan Mohan Koyyalamudi744d01c2013-08-06 16:42:11 +0530612 if( psessionEntry->isCCXconnection )
613 {
614 tPowerdBm localCCXConstraint = 0;
615 if (pBeacon->ccxTxPwr.present)
Jeff Johnson295189b2012-06-20 16:38:30 -0700616 {
Madan Mohan Koyyalamudi744d01c2013-08-06 16:42:11 +0530617 localCCXConstraint = pBeacon->ccxTxPwr.power_limit;
618 maxTxPower = limGetMaxTxPower(maxTxPower, localCCXConstraint, pMac->roam.configParam.nTxPowerCap);
619 }
620 limLog( pMac, LOG1, "RegMax = %d, localCcxCons = %d, MaxTx = %d", regMax, localCCXConstraint, maxTxPower );
621 }
622#endif
Jeff Johnson295189b2012-06-20 16:38:30 -0700623
Madan Mohan Koyyalamudi744d01c2013-08-06 16:42:11 +0530624#if defined (FEATURE_WLAN_CCX) || defined (FEATURE_WLAN_VOWIFI)
625 {
626 //If maxTxPower is increased or decreased
627 if( maxTxPower != psessionEntry->maxTxPower )
628 {
629 limLog( pMac, LOG1, "Local power constraint change..updating new maxTx power %d to HAL",maxTxPower);
630 if( limSendSetMaxTxPowerReq ( pMac, maxTxPower, psessionEntry ) == eSIR_SUCCESS )
Jeff Johnson295189b2012-06-20 16:38:30 -0700631 psessionEntry->maxTxPower = maxTxPower;
Jeff Johnson295189b2012-06-20 16:38:30 -0700632 }
Madan Mohan Koyyalamudi744d01c2013-08-06 16:42:11 +0530633 }
Jeff Johnson295189b2012-06-20 16:38:30 -0700634#endif
635
636 // Indicate to LIM that Beacon is received
637
638 if (pBeacon->HTInfo.present)
639 limReceivedHBHandler(pMac, (tANI_U8)pBeacon->HTInfo.primaryChannel, psessionEntry);
640 else
641 limReceivedHBHandler(pMac, (tANI_U8)pBeacon->channelNumber, psessionEntry);
642
643 // I don't know if any additional IE is required here. Currently, not include addIE.
644 if(sendProbeReq)
645 limSendProbeReqMgmtFrame(pMac, &psessionEntry->ssId,
646 psessionEntry->bssId, psessionEntry->currentOperChannel,psessionEntry->selfMacAddr,
647 psessionEntry->dot11mode, 0, NULL);
648
Jeff Johnson295189b2012-06-20 16:38:30 -0700649 if(beaconParams.paramChangeBitmap)
650 {
Kiran Kumar Lokere8ad8fbf2013-03-18 16:07:05 -0700651 PELOGW(schLog(pMac, LOGW, FL("Beacon for session[%d] got changed. "), psessionEntry->peSessionId);)
652 PELOGW(schLog(pMac, LOGW, FL("sending beacon param change bitmap: 0x%x "), beaconParams.paramChangeBitmap);)
Jeff Johnson295189b2012-06-20 16:38:30 -0700653 limSendBeaconParams(pMac, &beaconParams, psessionEntry);
654 }
655
656fail:
657 return;
658
659}
660
661
662
663/**
664 * schBeaconProcess
665 *
666 * FUNCTION:
667 * Process the received beacon frame
668 *
669 * LOGIC:
670 *
671 * ASSUMPTIONS:
672 *
673 * NOTE:
674 *
675 * @param pRxPacketInfo pointer to buffer descriptor
676 * @return None
677 */
678
679void schBeaconProcess(tpAniSirGlobal pMac, tANI_U8* pRxPacketInfo, tpPESession psessionEntry)
680{
681 static tSchBeaconStruct beaconStruct;
682 tUpdateBeaconParams beaconParams;
683 tpPESession pAPSession = NULL;
684 beaconParams.paramChangeBitmap = 0;
685
686 pMac->sch.gSchBcnRcvCnt++;
687
688 // Convert the beacon frame into a structure
689 if (sirConvertBeaconFrame2Struct(pMac, (tANI_U8 *) pRxPacketInfo, &beaconStruct)!= eSIR_SUCCESS)
690 {
Kiran Kumar Lokere8ad8fbf2013-03-18 16:07:05 -0700691 PELOGE(schLog(pMac, LOGE, FL("beacon parsing failed"));)
Jeff Johnson295189b2012-06-20 16:38:30 -0700692 pMac->sch.gSchBcnParseErrorCnt++;
693 return;
694 }
695
696 if (beaconStruct.ssidPresent)
697 {
698 beaconStruct.ssId.ssId[beaconStruct.ssId.length] = 0;
699 }
700
701 /*
702 * First process the beacon in the context of any existing AP or BTAP session.
703 * This takes cares of following two scenarios:
704 * - psessionEntry = NULL:
705 * e.g. beacon received from a neighboring BSS, you want to apply the protection settings to BTAP/InfraAP beacons
706 * - psessionEntry is non NULL:
707 * e.g. beacon received is from the INFRA AP to which you are connected on another concurrent link.
708 * In this case also, we want to apply the protection settings(as advertised by Infra AP) to BTAP beacons
709 *
710 *
711 */
712
Varun Reddy Yeturu08614702013-04-15 21:58:13 -0700713 if (((pAPSession = limIsApSessionActive(pMac)) != NULL)
714#ifdef WLAN_FEATURE_ROAM_SCAN_OFFLOAD
715 && (!(WDA_GET_OFFLOADSCANLEARN(pRxPacketInfo)))
716#endif
717 )
Jeff Johnson295189b2012-06-20 16:38:30 -0700718 {
719 beaconParams.bssIdx = pAPSession->bssIdx;
Jeff Johnson295189b2012-06-20 16:38:30 -0700720 if (pAPSession->gLimProtectionControl != WNI_CFG_FORCE_POLICY_PROTECTION_DISABLE)
Jeff Johnson295189b2012-06-20 16:38:30 -0700721 ap_beacon_process(pMac, pRxPacketInfo, &beaconStruct, &beaconParams, pAPSession);
722
723 if (beaconParams.paramChangeBitmap)
724 {
725 //Update the beacons and apply the new settings to HAL
726 schSetFixedBeaconFields(pMac, pAPSession);
Kiran Kumar Lokere8ad8fbf2013-03-18 16:07:05 -0700727 PELOG1(schLog(pMac, LOG1, FL("Beacon for PE session[%d] got changed. "), pAPSession->peSessionId);)
728 PELOG1(schLog(pMac, LOG1, FL("sending beacon param change bitmap: 0x%x "), beaconParams.paramChangeBitmap);)
Jeff Johnson295189b2012-06-20 16:38:30 -0700729 limSendBeaconParams(pMac, &beaconParams, pAPSession);
730 }
731 }
732
733 /*
734 * Now process the beacon in the context of the BSS which is transmitting the beacons, if one is found
735 */
736 if(psessionEntry == NULL)
737 {
738 __schBeaconProcessNoSession(pMac, &beaconStruct, pRxPacketInfo );
739 }
740 else
741 {
742 __schBeaconProcessForSession(pMac, &beaconStruct, pRxPacketInfo, psessionEntry );
743 }
744
745}
746
747
748
749
750
751// --------------------------------------------------------------------
752/**
753 * schBeaconEdcaProcess
754 *
755 * FUNCTION:
756 * Process the EDCA parameter set in the received beacon frame
757 *
758 * LOGIC:
759 *
760 * ASSUMPTIONS:
761 *
762 * NOTE:
763 *
764 * @param edca reference to edca parameters in beacon struct
765 * @return success
766 */
767
768tSirRetStatus schBeaconEdcaProcess(tpAniSirGlobal pMac, tSirMacEdcaParamSetIE *edca, tpPESession psessionEntry)
769{
770 tANI_U8 i;
771#ifdef FEATURE_WLAN_DIAG_SUPPORT
772 vos_log_qos_edca_pkt_type *log_ptr = NULL;
773#endif //FEATURE_WLAN_DIAG_SUPPORT
774
Kiran Kumar Lokere8ad8fbf2013-03-18 16:07:05 -0700775 PELOG1(schLog(pMac, LOG1, FL("Updating parameter set count: Old %d ---> new %d"),
Jeff Johnson295189b2012-06-20 16:38:30 -0700776 psessionEntry->gLimEdcaParamSetCount, edca->qosInfo.count);)
777
778 psessionEntry->gLimEdcaParamSetCount = edca->qosInfo.count;
779 psessionEntry->gLimEdcaParams[EDCA_AC_BE] = edca->acbe;
780 psessionEntry->gLimEdcaParams[EDCA_AC_BK] = edca->acbk;
781 psessionEntry->gLimEdcaParams[EDCA_AC_VI] = edca->acvi;
782 psessionEntry->gLimEdcaParams[EDCA_AC_VO] = edca->acvo;
783//log: LOG_WLAN_QOS_EDCA_C
784#ifdef FEATURE_WLAN_DIAG_SUPPORT
785 WLAN_VOS_DIAG_LOG_ALLOC(log_ptr, vos_log_qos_edca_pkt_type, LOG_WLAN_QOS_EDCA_C);
786 if(log_ptr)
787 {
788 log_ptr->aci_be = psessionEntry->gLimEdcaParams[EDCA_AC_BE].aci.aci;
789 log_ptr->cw_be = psessionEntry->gLimEdcaParams[EDCA_AC_BE].cw.max << 4 |
790 psessionEntry->gLimEdcaParams[EDCA_AC_BE].cw.min;
791 log_ptr->txoplimit_be = psessionEntry->gLimEdcaParams[EDCA_AC_BE].txoplimit;
792 log_ptr->aci_bk = psessionEntry->gLimEdcaParams[EDCA_AC_BK].aci.aci;
793 log_ptr->cw_bk = psessionEntry->gLimEdcaParams[EDCA_AC_BK].cw.max << 4 |
794 psessionEntry->gLimEdcaParams[EDCA_AC_BK].cw.min;
795 log_ptr->txoplimit_bk = psessionEntry->gLimEdcaParams[EDCA_AC_BK].txoplimit;
796 log_ptr->aci_vi = psessionEntry->gLimEdcaParams[EDCA_AC_VI].aci.aci;
797 log_ptr->cw_vi = psessionEntry->gLimEdcaParams[EDCA_AC_VI].cw.max << 4 |
798 psessionEntry->gLimEdcaParams[EDCA_AC_VI].cw.min;
799 log_ptr->txoplimit_vi = psessionEntry->gLimEdcaParams[EDCA_AC_VI].txoplimit;
800 log_ptr->aci_vo = psessionEntry->gLimEdcaParams[EDCA_AC_VO].aci.aci;
801 log_ptr->cw_vo = psessionEntry->gLimEdcaParams[EDCA_AC_VO].cw.max << 4 |
802 psessionEntry->gLimEdcaParams[EDCA_AC_VO].cw.min;
803 log_ptr->txoplimit_vo = psessionEntry->gLimEdcaParams[EDCA_AC_VO].txoplimit;
804 }
805 WLAN_VOS_DIAG_LOG_REPORT(log_ptr);
806#endif //FEATURE_WLAN_DIAG_SUPPORT
807 PELOG1(schLog(pMac, LOGE, FL("Updating Local EDCA Params(gLimEdcaParams) to: "));)
808 for(i=0; i<MAX_NUM_AC; i++)
809 {
Kiran Kumar Lokere8ad8fbf2013-03-18 16:07:05 -0700810 PELOG1(schLog(pMac, LOG1, FL("AC[%d]: AIFSN: %d, ACM %d, CWmin %d, CWmax %d, TxOp %d"),
Jeff Johnson295189b2012-06-20 16:38:30 -0700811 i,
812 psessionEntry->gLimEdcaParams[i].aci.aifsn,
813 psessionEntry->gLimEdcaParams[i].aci.acm,
814 psessionEntry->gLimEdcaParams[i].cw.min,
815 psessionEntry->gLimEdcaParams[i].cw.max,
816 psessionEntry->gLimEdcaParams[i].txoplimit);)
817 }
818
819 return eSIR_SUCCESS;
820}