Home | History | Annotate | Download | only in Application

Lines Matching full:neighbor

605     /* remove all tracked APs that are not on a policy defined channel (neighbor APs haven't changed,
827 /* discovery can be performed if discovery part is valid (this is maintained whenever a new policy or neighbor AP list
828 is set, a discovery scan command is built, and a new neighbor AP is discovered) */
986 /* otherwise, if the list is not full and AP is either a neighbor AP or on a policy defined channel: */
998 /* if this is a neighbor AP */
1001 /* mark in the neighbor AP list that it's being tracked */
1004 /* if the discovery index for this neighbor AP band points to this AP,
1016 /* restart discovery cycle for this band's neighbor APs */
1257 * \brief Sets the next discovery part according to current discovery part, policies and neighbor APs availability .\n
1280 Neighbor APs on G, Neighbor APs on A, Channel list on G, Channel list on A */
1329 /* for discovery on G neighbor APs, a policy must be defined for G, discovery scan type should be present,
1330 number of neighbor APs on G should be greater than zero, and at least one AP should be yet undiscovered */
1344 /* for discovery on A neighbor APs, a policy must be defined for A, discovery scan type should be present,
1345 number of neighbor APs on A should be greater than zero, and at least one AP should be yet undiscovered */
1393 * \brief Check whether there are neighbor APs to track on the given band.\n
1398 * \param bNeighborAPsOnly - whether to scan for neighbor APs only or for all policy defined channels.\n
1406 /* loop on all neighbor APs of the given band */
1409 /* if a neighbor AP is not being tracked, meaning it yet has to be discovered, return TI_TRUE */
1415 /* if all neighbor APs are being tracked (or no neighbor APs available) return TI_FALSE */
1427 * \param bNeighborAPsOnly - whether to scan for neighbor APs only or for all policy defined channels.\n
1457 /* if requested to scan on neighbor APs only */
1460 /* loop on all neighbor APs */
1707 /* add channels from neighbor AP discovery list */
1710 /* if neighbor AP list is exhausted, proceed to next discovery part */
1717 /* if need to discover more APs, (not enough neighbor APs), proceed to G channel list */
1729 /* add channels from neighbor AP discovery list */
1732 /* if neighbor AP list is exhausted, proceed to next discovery part */
1739 /* if need to discover more APs, (not enough neighbor APs), proceed to A channel list */
1761 /* if need to discover more APs (not enough channels on channel list), proceed to G neighbor APs */
1783 /* if need to discover more APs (not enough channels on channel list), proceed to A neighbor APs */
1870 * \brief Add neighbor APs to scan command on the object workspace for discovery scan.\n
1892 /* loop while neighbor AP list has not been exhausted, command is not full and not enough APs for discovery had been found */
1930 /* if neighbor AP list has been exhuasted */
1938 /* just update neighbor APs discovery index */
2673 * \brief Removes all BSS list entries that are neither neighbor APs not on a policy defined channel.\n
2677 * \param bCheckNeighborAPs - whether to verify that APs marked as neighbor APs are really neighbor APs.\n
2678 * \param bCheckChannels - whether to verify that APs not marked as neighbor APs are on policy defined channel.\n
2698 /* an AP can be in the BSS list either because it's a neighbor AP or, if not, because it's on a
2699 policy defined channel. When Neighbor AP list is changed, it is only necessary to check APs that
2700 are in the list because they are neighbor APs. When the policy is changed, it is only necessary
2703 /* if a check for neighbor APs is requested, check only APs that are designated as neighbor APs,
2704 and only check if they still are neighbor APs */
2718 neighbor APs */
2738 * \brief returns the index of a neighbor AP.\n
2744 * \return the index into the neighbor AP list for the given address, -1 if AP is not in list.\n
2751 /* loop on all neighbor APS for this AP's band, and compare BSSID's */
2760 /* if the AP wasn't found in the list, it's not a neighbor AP... */
2897 "G neighbor APs",
2898 "A neighbor APs",
2925 * \brief Print a neighbor AP list.\n
2929 * \param neighborAPList - the list of neighbor APs to print.\n
2946 TRACE1( pScanMngr->hReport, REPORT_SEVERITY_INFORMATION, "Neighbor AP list with %d entries.\n\n", neighborAPList->numOfEntries);
2958 * \brief Print a neighbor AP.\n
2962 * \param neighborAP - the neighbor AP to print.\n
2968 /* print neighbor AP content */
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 ]);
3222 WLAN_OS_REPORT( ("Neighbor AP: %s, track fail count: %d\n",
3342 /* mark no neighbor APs */
3575 /* Now copy current BSS - to be used when setting neighbor APs */
3579 /* if current BSS is in the neighbor AP list, mark it as current BSS */
3678 /* clear current neighbor APs */
3763 /* clear current neighbor APs */
3767 /* copy new neighbor APs, according to band */
3800 /* increase neighbor AP count */
3804 /* remove all tracked APs that are designated as neighbor APs, but are not anymore. Policy has not
3805 changed, so there's no need to check APs that are not neighbor APs and were inserted to the BSS
3809 /* if current BSS is a neighbor AP, mark it */
3824 /* set current discovery part to first part (G neighbor APs) */
3905 /* if previous AP is in neighbor AP list, mark it as not discoverd */
3919 /* if new current AP is a neighbor AP, mark it */
3925 /* note - no need to update discovery index - when adding neighbor APs the check (whether discovery should
4456 * \brief Print Neighbor AP list.\n
4466 WLAN_OS_REPORT(("-------------- Scan Manager Neighbor APs List ---------------\n"));
4469 WLAN_OS_REPORT(("Neighbor AP list for band:%d\n", i));
4472 WLAN_OS_REPORT(("Neighbor AP list is empty.\n"));
4488 * \brief Print One neighbor AP entry.\n
4491 * \param pNeighborAp - pointer to the neighbor AP data.\n
4492 * \param discovery state - the discovery state of this neighbor AP.\n
4643 WLAN_OS_REPORT(("G neighbor APs discovery index: %d, A neighbor APs discovery index: %d\n",
4661 WLAN_OS_REPORT(("Scan for neighbor APs only at last immediate scan: %s\n",