HomeSort by relevance Sort by last modified time
    Searched refs:handoverWasPerformed (Results 1 - 4 of 4) sorted by null

  /hardware/ti/wlan/wl1271/stad/src/Application/
roamingMngr_autoSM.c 438 if ((pRoamingMngr->handoverWasPerformed) && (pRoamingMngr->candidateApIndex == CURRENT_AP_INDEX))
474 requestToApConn.requestType = (pRoamingMngr->handoverWasPerformed) ? AP_CONNECT_RECONNECT_CURR_AP : AP_CONNECT_RETAIN_CURR_AP;
496 if (!pRoamingMngr->handoverWasPerformed)
508 pRoamingMngr->handoverWasPerformed = TI_TRUE;
593 if (pRoamingMngr->handoverWasPerformed &&
614 pRoamingMngr->handoverWasPerformed = TI_FALSE;
753 * - Set handoverWasPerformed to TI_FALSE
775 pRoamingMngr->handoverWasPerformed = TI_FALSE;
roamingMngrApi.h 123 TI_BOOL handoverWasPerformed; /* Indicates whether at least one handover was performed */
roamingMngr_manualSM.c 209 pRoamingMngr->handoverWasPerformed = TI_TRUE;
roamingMngr.c 724 pRoamingMngr->handoverWasPerformed = TI_FALSE;
    [all...]

Completed in 23 milliseconds