Home | History | Annotate | Download | only in Application

Lines Matching full:channel

605     /* remove all tracked APs that are not on a policy defined channel (neighbor APs haven't changed,
986 /* otherwise, if the list is not full and AP is either a neighbor AP or on a policy defined channel: */
992 ((TI_TRUE == scanMngrIsPolicyChannel( hScanMngr, frameInfo->band, frameInfo->channel )) ||
1108 pScanMngr->BSSList.BSSList[ BSSListIndex ].channel = frameInfo->channel;
1280 Neighbor APs on G, Neighbor APs on A, Channel list on G, Channel list on A */
1359 /* for discovery on G channel list, a policy must be defined for G, discovery scan type should be present,
1360 and number of channels in G channel list should be greater than zero */
1372 /* for discovery on A channel list, a policy must be defined for A, discovery scan type should be present,
1373 and number of channels in A channel list should be greater than zero */
1465 /* verify channel with reg domain */
1479 pScanMngr->neighborAPsDiscoveryList[ bandPolicy->band ].APListPtr[ channelIndex ].channel;
1482 /* if the channel is allowed, insert it to the scan command */
1486 pScanMngr->neighborAPsDiscoveryList[ bandPolicy->band ].APListPtr[ channelIndex ].channel,
1507 /* verify channel with reg domain */
1523 /* if the channel is allowed, insert it to the scan command */
1563 /* build the channel list */
1609 /* verify the channel with the reg domain */
1621 param.content.channelCapabilityReq.channelNum = pScanMngr->BSSList.BSSList[ BSSListIndex ].channel;
1624 /* if channel is verified for requested scan type */
1628 pScanMngr->BSSList.BSSList[ BSSListIndex ].channel,
1643 /* if channel is not verified, there are two options:
1647 In this case, it seems we do not have to remove the AP (because the channel may not be valid
1717 /* if need to discover more APs, (not enough neighbor APs), proceed to G channel list */
1739 /* if need to discover more APs, (not enough neighbor APs), proceed to A channel list */
1751 /* add channels from policy channel list */
1754 /* if channel list is exhausted, proceed to next discovery part */
1761 /* if need to discover more APs (not enough channels on channel list), proceed to G neighbor APs */
1773 /* add channels from policy channel list */
1776 /* if channel list is exhausted, proceed to next discovery part */
1783 /* if need to discover more APs (not enough channels on channel list), proceed to A neighbor APs */
1863 /* set 0 channels - actual channel will be added by caller */
1901 /* verify channel with reg domain */
1915 pScanMngr->neighborAPsDiscoveryList[ bandPolicy->band ].APListPtr[ neighborAPIndex ].channel;
1918 /* if the channel is allowed, insert it to the scan command */
1922 pScanMngr->neighborAPsDiscoveryList[ bandPolicy->band ].APListPtr[ neighborAPIndex ].channel,
1946 * \brief Add channel from policy channels list to scan command on the object workspace for discovery scan.\n
1984 /* loop while channel list has not been exhausted, command is not full, and not enough APs for discovery had been found */
1989 /* verify channel with reg domain */
2006 /* if the channel is allowed, insert it to the scan command */
2017 /* if channel discovery list has been exhuasted */
2025 /* just update channel list discovery index */
2081 /* verify the channel with the reg domain */
2085 param.content.channelCapabilityReq.channelNum = pScanMngr->BSSList.BSSList[ BSSListIndex ].channel;
2088 /* if channel is verified for requested scan type */
2142 /* if for some reason a channel on which an AP was found is not valid for passive scan,
2185 pScanMngr->scanParams.channelEntry[ pScanMngr->scanParams.numOfChannels ].SPSChannelEntry.channel =
2186 pScanMngr->BSSList.BSSList[ nextEventArray[ nextEventArrayHead ].trackListIndex ].channel;
2560 * \brief Add a normal channel entry to the object workspace scan command.\n
2565 * \param channel - the channel index.\n
2569 void scanMngrAddNormalChannel( TI_HANDLE hScanMngr, TScanMethod* scanMethod, TI_UINT8 channel,
2576 /* get next channel in the object workspace */
2594 TRACE1( pScanMngr->hReport, REPORT_SEVERITY_WARNING, "Unercognized scan type %d when adding normal channel to scan list.\n", scanMethod->scanType );
2600 pScanMngr->scanParams.channelEntry[ commandChannelIndex ].normalChannelEntry.channel = channel;
2673 * \brief Removes all BSS list entries that are neither neighbor APs not on a policy defined channel.\n
2678 * \param bCheckChannels - whether to verify that APs not marked as neighbor APs are on policy defined channel.\n
2699 policy defined channel. When Neighbor AP list is changed, it is only necessary to check APs that
2701 to check APs that are in the list because they are on a policy defined channel. */
2723 pScanMngr->BSSList.BSSList[ BSSEntryIndex ].channel )))
2767 * \brief Checks whether a channel is defined on a policy.\n
2771 * \param band - the band on which the channel is.\n
2772 * \param channel - the channel number.\n
2773 * \return TI_TRUE if channel is defined on policy, TI_FALSE otherwise.\n
2775 TI_BOOL scanMngrIsPolicyChannel( TI_HANDLE hScanMngr, ERadioBand band, TI_UINT8 channel )
2790 if ( bandPolicy->channelList[ i ] == channel )
2796 /* if no channel was found, the AP is NOT on a policy configured channel */
2969 TRACE7( pScanMngr->hReport, REPORT_SEVERITY_INFORMATION, "Neighbor AP band: , channel: %d, MAC address (BSSID): %2x:%2x:%2x:%2x:%2x:%2xn", neighborAP->channel, neighborAP->BSSID[ 0 ], neighborAP->BSSID[ 1 ], neighborAP->BSSID[ 2 ], neighborAP->BSSID[ 3 ], neighborAP->BSSID[ 4 ], neighborAP->BSSID[ 5 ]);
3090 WLAN_OS_REPORT(("Max channel dwell time: %d, min channel dwell time: %d\n",
3145 TRACE8( pScanMngr->hReport, REPORT_SEVERITY_INFORMATION, "from BSSID: %02x:%02x:%02x:%02x:%02x:%02x, band: %d, channel: %d\n", (*frameInfo->bssId)[ 0 ], (*frameInfo->bssId)[ 1 ], (*frameInfo->bssId)[ 2 ], (*frameInfo->bssId)[ 3 ], (*frameInfo->bssId)[ 4 ], (*frameInfo->bssId)[ 5 ], frameInfo->band, frameInfo->channel);
3220 WLAN_OS_REPORT( ("channel: %d, beacon interval: %d, average RSSI: %d dBm\n",
3221 pBssEntry->channel, pBssEntry->beaconInterval, pBssEntry->RSSI));
3493 /* since we passed the policy check, we arrived here because we didn't had channel on G and policy on A */
3712 /* verify channel validity with the reg domain - for active scan!
3713 (because connection will be attempted on the channel... */
3717 param.content.channelCapabilityReq.channelNum = pScanMngr->BSSList.BSSList[ BSSIndex ].channel;
3720 /* if channel is not valid */
3806 list because they are on a policy defined channel. */
3926 be attempted) is done for every channel! */
4135 * save the channel list received form the application.
4275 * pChannelList - the channel list to scan
4367 WLAN_OS_REPORT(("APs removed due to invalid channel: %d\n", pScanMngr->stats.APsRemovedInvalidChannel));
4413 * \brief Print SPS attendant channel histogram statistics.\n
4420 WLAN_OS_REPORT(("Channel index: 0 1 2 3\n"));
4424 WLAN_OS_REPORT(("Channel index: 4 5 6 7\n"));
4428 WLAN_OS_REPORT(("Channel index: 8 9 10 11\n"));
4432 WLAN_OS_REPORT(("Channel index: 12 13 14 15\n"));
4475 WLAN_OS_REPORT(("%-17s %-4s %-7s %-30s\n", "BSSID", "Band", "Channel", "Discovery state"));
4499 channel, neighborDiscovreyStateDesc[ discoveryState ]));
4587 * \brief Prints scan command single normal channel.\n
4590 * \param pNormalChannel - a pointer to the normal channel to print.\n
4594 WLAN_OS_REPORT(("%-4d %02x:%02x:%02x:%02x:%02x:%02x %-17s %-20d %-8d %-14d %-14d\n", pNormalChannel->channel,
4605 * \brief Prints scan command single SPS channel.\n
4608 * \param pSPSChannel - a pointer to the SPS channel to print.\n
4613 pSPSChannel->channel, pSPSChannel->bssId[ 0 ], pSPSChannel->bssId[ 1 ],