Lines Matching full:policy
389 /* if a policy is defined for A band tracking, attempt to perform it */
573 * \brief Sets the scan policy.\n
577 * \param scanPolicy - a pointer to the policy data.\n
602 /* set new scan policy */
605 /* remove all tracked APs that are not on a policy defined channel (neighbor APs haven't changed,
761 /* if a policy is defined for G band tracking, attempt to perform it */
793 /* if a policy is defined for A band tracking, attempt to perform it */
827 /* discovery can be performed if discovery part is valid (this is maintained whenever a new policy or neighbor AP list
962 TRACE1( pScanMngr->hReport, REPORT_SEVERITY_ERROR, "Recieved framed on band %d, for which policy is not defined!\n", frameInfo->band);
986 /* otherwise, if the list is not full and AP is either a neighbor AP or on a policy defined channel: */
1229 * \brief Search current policy for band policy
1233 * \param band - the band to find policy for.\n
1234 * \return the policy structure if found, NULL if no policy configured for this band.\n
1250 /* if no policy was found, there's no policy configured for the requested band */
1329 /* for discovery on G neighbor APs, a policy must be defined for G, discovery scan type should be present,
1344 /* for discovery on A neighbor APs, a policy must be defined for A, discovery scan type should be present,
1359 /* for discovery on G channel list, a policy must be defined for G, discovery scan type should be present,
1372 /* for discovery on A channel list, a policy must be defined for A, discovery scan type should be present,
1397 * \param bandPolicy - The scan policy for the requested band.\n
1398 * \param bNeighborAPsOnly - whether to scan for neighbor APs only or for all policy defined channels.\n
1426 * \param bandPolicy - The scan policy for the requested band.\n
1427 * \param bNeighborAPsOnly - whether to scan for neighbor APs only or for all policy defined channels.\n
1494 /* scan on all policy defined channels */
1502 /* loop on all channels in the policy */
1543 * \param bandPolicy - The scan policy for the band to track on.\n
1751 /* add channels from policy channel list */
1773 /* add channels from policy channel list */
1874 * \param bandPolicy - the scan policy for the band to use.\n
1946 * \brief Add channel from policy channels list to scan command on the object workspace for discovery scan.\n
1950 * \param bandPolicy - the scan policy for the band to use.\n
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
2700 are in the list because they are neighbor APs. When the policy is changed, it is only necessary
2701 to check APs that are in the list because they are on a policy defined channel. */
2717 /* if a check for policy defined channels is requested, check only APs that are not designated as
2767 * \brief Checks whether a channel is defined on a policy.\n
2773 * \return TI_TRUE if channel is defined on policy, TI_FALSE otherwise.\n
2781 /* check if the AP's band is defined in the policy */
2796 /* if no channel was found, the AP is NOT on a policy configured channel */
2975 * \brief Print scan policy.\n
2978 * \param scanPolicy - scan policy to print.\n
2984 /* print general policy parameters */
2985 WLAN_OS_REPORT(("Global policy parameters:\n"));
2999 /* print band policy parameters for all available bands */
3009 * \brief Print a band scan policy AP.\n
3012 * \param bandPolicy - the band scan policy to print.\n
3018 WLAN_OS_REPORT(("Band scan policy for band: %s\n",
3327 /* nullify scan policy */
3407 /* check whether a policy is defined for at least one band */
3408 if ( ((NULL == gPolicy) || (SCAN_TYPE_NO_SCAN == gPolicy->immediateScanMethod.scanType)) && /* no policy for G band */
3409 ((NULL == aPolicy) || (SCAN_TYPE_NO_SCAN == aPolicy->immediateScanMethod.scanType))) /* no policy for A band */
3411 TRACE0( pScanMngr->hReport, REPORT_SEVERITY_WARNING, "Immediatse scan attempted when no policy is defined.\n");
3415 /* First try to scan on G band - if a policy is defined and channels are available */
3416 if ( (NULL != gPolicy) && /* policy is defined for G */
3452 /* if G scan did not start (because no policy is configured or no channels are available, try A band */
3493 /* since we passed the policy check, we arrived here because we didn't had channel on G and policy on A */
3804 /* remove all tracked APs that are designated as neighbor APs, but are not anymore. Policy has not
3806 list because they are on a policy defined channel. */
3836 /* remember the low quality trigger (in case policy changes, to know which timer interval to use) */
4022 /* Configure default scan policy for 2.4G */
4653 WLAN_OS_REPORT(("-------------- Scan Manager Policy ---------------\n"));