Lines Matching refs:channel
992 … ((TI_TRUE == scanMngrIsPolicyChannel( hScanMngr, frameInfo->band, frameInfo->channel )) || in scanMngrUpdateReceivedFrame()
1108 pScanMngr->BSSList.BSSList[ BSSListIndex ].channel = frameInfo->channel; in scanMngrUpdateBSSInfo()
1479 … pScanMngr->neighborAPsDiscoveryList[ bandPolicy->band ].APListPtr[ channelIndex ].channel; in scanMngrBuildImmediateScanCommand()
1486 … pScanMngr->neighborAPsDiscoveryList[ bandPolicy->band ].APListPtr[ channelIndex ].channel, in scanMngrBuildImmediateScanCommand()
1621 …param.content.channelCapabilityReq.channelNum = pScanMngr->BSSList.BSSList[ BSSListIndex ].channel; in scanMngrBuildTrackScanCommand()
1628 pScanMngr->BSSList.BSSList[ BSSListIndex ].channel, in scanMngrBuildTrackScanCommand()
1915 … pScanMngr->neighborAPsDiscoveryList[ bandPolicy->band ].APListPtr[ neighborAPIndex ].channel; in scanMngrAddNeighborAPsForDiscovery()
1922 … pScanMngr->neighborAPsDiscoveryList[ bandPolicy->band ].APListPtr[ neighborAPIndex ].channel, in scanMngrAddNeighborAPsForDiscovery()
2085 …param.content.channelCapabilityReq.channelNum = pScanMngr->BSSList.BSSList[ BSSListIndex ].channel; in scanMngrAddSPSChannels()
2185 …ScanMngr->scanParams.channelEntry[ pScanMngr->scanParams.numOfChannels ].SPSChannelEntry.channel = in scanMngrAddSPSChannels()
2186 … pScanMngr->BSSList.BSSList[ nextEventArray[ nextEventArrayHead ].trackListIndex ].channel; in scanMngrAddSPSChannels()
2569 void scanMngrAddNormalChannel( TI_HANDLE hScanMngr, TScanMethod* scanMethod, TI_UINT8 channel, in scanMngrAddNormalChannel() argument
2600 pScanMngr->scanParams.channelEntry[ commandChannelIndex ].normalChannelEntry.channel = channel; in scanMngrAddNormalChannel()
2723 … pScanMngr->BSSList.BSSList[ BSSEntryIndex ].channel ))) in scanMngrUpdateBSSList()
2775 TI_BOOL scanMngrIsPolicyChannel( TI_HANDLE hScanMngr, ERadioBand band, TI_UINT8 channel ) in scanMngrIsPolicyChannel() argument
2790 if ( bandPolicy->channelList[ i ] == channel ) in scanMngrIsPolicyChannel()
2969 …channel: %d, MAC address (BSSID): %2x:%2x:%2x:%2x:%2x:%2xn", neighborAP->channel, neighborAP->BSSI… in scanMngrTracePrintNeighborAP()
3145 …Id)[ 3 ], (*frameInfo->bssId)[ 4 ], (*frameInfo->bssId)[ 5 ], frameInfo->band, frameInfo->channel); in scanMngrDebugPrintReceivedFrame()
3221 pBssEntry->channel, pBssEntry->beaconInterval, pBssEntry->RSSI)); in scanMngrDebugPrintBSSEntry()
3717 … param.content.channelCapabilityReq.channelNum = pScanMngr->BSSList.BSSList[ BSSIndex ].channel; in scanMngr_getBSSList()
4499 … pNeighborAp->band, pNeighborAp->channel, neighborDiscovreyStateDesc[ discoveryState ])); in scanMngrDebugPrintNeighborAP()
4594 …ORT(("%-4d %02x:%02x:%02x:%02x:%02x:%02x %-17s %-20d %-8d %-14d %-14d\n", pNormalChannel->channel, in scanMngrDebugPrintNormalChannelParam()
4613 pSPSChannel->channel, pSPSChannel->bssId[ 0 ], pSPSChannel->bssId[ 1 ], in scanMngrDebugPrintSPSChannelParam()