Home | History | Annotate | Download | only in Roaming

Lines Matching defs:scanType

169     scan4RoamingType_e          scanType; 
530 pRoamingMngr->scanType = ROAMING_NO_SCAN;
815 WLAN_OS_REPORT(("Roaming Current State = %s, enableDisable=%d\n, maskRoamingEvents = %d, roamingTrigger=%d \n scanType=%d, handoverWasPerformed=%d \n, candidateApIndex=%d, lowQualityTriggerTimestamp=%d \n",
820 pRoamingMngr->scanType,
1207 pRoamingMngr->scanType = ROAMING_NO_SCAN;
1212 if ((pRoamingMngr->scanType == ROAMING_PARTIAL_SCAN) ||
1213 (pRoamingMngr->scanType == ROAMING_PARTIAL_SCAN_RETRY))
1215 pRoamingMngr->scanType = ROAMING_FULL_SCAN;
1229 pRoamingMngr->scanType = ROAMING_NO_SCAN;
1235 switch (pRoamingMngr->scanType)
1239 pRoamingMngr->scanType = ROAMING_PARTIAL_SCAN_RETRY;
1243 pRoamingMngr->scanType = ROAMING_NO_SCAN;
1247 pRoamingMngr->scanType = ROAMING_FULL_SCAN_RETRY;
1251 pRoamingMngr->scanType = ROAMING_NO_SCAN;
1256 ("roamingMngr_immediateScanComplete, pRoamingMngr->scanType = %d\n", pRoamingMngr->scanType));
1257 pRoamingMngr->scanType = ROAMING_NO_SCAN;
1265 ("roamingMngr_immediateScanComplete, roamingEvent = %d, scanType=%d\n",
1266 roamingEvent, pRoamingMngr->scanType));
1459 pRoamingMngr->scanType = ROAMING_PARTIAL_SCAN;
1463 pRoamingMngr->scanType = ROAMING_FULL_SCAN;
1467 ("roamingMngr_smRoamTrigger, scanType = %d\n", pRoamingMngr->scanType));
1510 if ((pRoamingMngr->scanType == ROAMING_PARTIAL_SCAN) ||
1511 (pRoamingMngr->scanType == ROAMING_PARTIAL_SCAN_RETRY))