Home | History | Annotate | Download | only in Application

Lines Matching refs:BSSListIndex

931     int BSSListIndex, neighborAPIndex;
979 BSSListIndex = scanMngrGetTrackIndexByBssid( hScanMngr, frameInfo->bssId );
982 if (( -1 != BSSListIndex ) && (BSSListIndex < MAX_SIZE_OF_BSS_TRACK_LIST ))
984 scanMngrUpdateBSSInfo( hScanMngr, BSSListIndex, frameInfo );
1097 * \param BSSListIndex - index to the BSS list where the AP information is stored.\n
1100 void scanMngrUpdateBSSInfo( TI_HANDLE hScanMngr, TI_UINT8 BSSListIndex, TScanFrameInfo* frameInfo )
1105 pScanMngr->BSSList.BSSList[ BSSListIndex ].lastRxHostTimestamp = os_timeStampMs( pScanMngr->hOS );
1106 pScanMngr->BSSList.BSSList[ BSSListIndex ].resultType = (frameInfo->parsedIEs->subType == BEACON) ? SCAN_RFT_BEACON : SCAN_RFT_PROBE_RESPONSE;
1107 pScanMngr->BSSList.BSSList[ BSSListIndex ].band = frameInfo->band;
1108 pScanMngr->BSSList.BSSList[ BSSListIndex ].channel = frameInfo->channel;
1114 INT64_HIGHER( (pScanMngr->BSSList.scanBSSList[ BSSListIndex ].localTSF)) =
1119 INT64_HIGHER( (pScanMngr->BSSList.scanBSSList[ BSSListIndex ].localTSF)) =
1122 INT64_LOWER( (pScanMngr->BSSList.scanBSSList[ BSSListIndex ].localTSF)) = frameInfo->staTSF;
1126 os_memoryCopy( pScanMngr->hOS, &(pScanMngr->BSSList.BSSList[ BSSListIndex ].lastRxTSF),
1128 pScanMngr->BSSList.BSSList[ BSSListIndex ].beaconInterval =
1130 pScanMngr->BSSList.BSSList[ BSSListIndex ].capabilities =
1135 os_memoryCopy( pScanMngr->hOS, &(pScanMngr->BSSList.BSSList[ BSSListIndex ].lastRxTSF),
1137 pScanMngr->BSSList.BSSList[ BSSListIndex ].beaconInterval =
1139 pScanMngr->BSSList.BSSList[ BSSListIndex ].capabilities =
1152 (0 < pScanMngr->BSSList.scanBSSList[ BSSListIndex ].trackFailCount))
1155 pScanMngr->BSSList.scanBSSList[ BSSListIndex ].trackFailCount )
1161 pScanMngr->stats.ConsecutiveTrackFailCountHistogram[ pScanMngr->BSSList.scanBSSList[ BSSListIndex ].trackFailCount - 1 ]++;
1165 pScanMngr->BSSList.scanBSSList[ BSSListIndex ].trackFailCount = 0;
1169 TI_INT8 rssiPrevVal = pScanMngr->BSSList.BSSList[ BSSListIndex ].RSSI;
1173 pScanMngr->BSSList.BSSList[ BSSListIndex ].lastRSSI = frameInfo->rssi;
1185 pScanMngr->BSSList.BSSList[ BSSListIndex ].RSSI = tmpRssiAvg;
1189 pScanMngr->BSSList.BSSList[ BSSListIndex ].RSSI = frameInfo->rssi;
1191 TRACE2( pScanMngr->hReport, REPORT_SEVERITY_INFORMATION, "given RSSI=%d, AVRG RSSI=%d\n", frameInfo->rssi, pScanMngr->BSSList.BSSList[ BSSListIndex ].RSSI);
1195 pScanMngr->BSSList.BSSList[ BSSListIndex ].rxRate = frameInfo->rate;
1196 os_memoryCopy( pScanMngr->hOS, pScanMngr->BSSList.BSSList[ BSSListIndex ].pBuffer,
1198 pScanMngr->BSSList.BSSList[ BSSListIndex ].bufferLength = frameInfo->bufferLength;
1549 int BSSListIndex;
1602 BSSListIndex = 0;
1603 while ( (BSSListIndex < pScanMngr->BSSList.numOfEntries) &&
1607 if ( band == pScanMngr->BSSList.BSSList[ BSSListIndex ].band )
1621 param.content.channelCapabilityReq.channelNum = pScanMngr->BSSList.BSSList[ BSSListIndex ].channel;
1628 pScanMngr->BSSList.BSSList[ BSSListIndex ].channel,
1629 &(pScanMngr->BSSList.BSSList[ BSSListIndex ].BSSID),
1635 pScanMngr->BSSList.scanBSSList[ BSSListIndex ].trackFailCount =
1640 pScanMngr->BSSList.scanBSSList[ BSSListIndex ].trackFailCount++;
1655 pScanMngr->BSSList.scanBSSList[ BSSListIndex ].trackFailCount =
1663 BSSListIndex++;
2047 int BSSListIndex, i, j, nextEventArrayHead, nextEventArraySize;
2076 for ( BSSListIndex = 0; BSSListIndex < pScanMngr->BSSList.numOfEntries; BSSListIndex++ )
2079 if ( band == pScanMngr->BSSList.BSSList[ BSSListIndex ].band )
2085 param.content.channelCapabilityReq.channelNum = pScanMngr->BSSList.BSSList[ BSSListIndex ].channel;
2092 if ( pScanMngr->BSSList.scanBSSList[ BSSListIndex ].localTSF > pScanMngr->scanParams.latestTSFValue )
2097 pScanMngr->scanParams.latestTSFValue = pScanMngr->BSSList.scanBSSList[ BSSListIndex ].localTSF;
2103 scanMngrCalculateNextEventTSF( hScanMngr, &(pScanMngr->BSSList), BSSListIndex,
2109 TRACE8( pScanMngr->hReport, REPORT_SEVERITY_INFORMATION, "BSSID:%02x:%02x:%02x:%02x:%02x:%02x will send frame at TSF:%x-%x\n", pScanMngr->BSSList.BSSList[ BSSListIndex ].BSSID[ 0 ], pScanMngr->BSSList.BSSList[ BSSListIndex ].BSSID[ 1 ], pScanMngr->BSSList.BSSList[ BSSListIndex ].BSSID[ 2 ], pScanMngr->BSSList.BSSList[ BSSListIndex ].BSSID[ 3 ], pScanMngr->BSSList.BSSList[ BSSListIndex ].BSSID[ 4 ], pScanMngr->BSSList.BSSList[ BSSListIndex ].BSSID[ 5 ], highValue, lowValue);
2111 nextEventArray[ nextEventArraySize ].trackListIndex = BSSListIndex;
2148 pScanMngr->BSSList.scanBSSList[ BSSListIndex ].trackFailCount =