HomeSort by relevance Sort by last modified time
    Searched full:roamingevent (Results 1 - 2 of 2) sorted by null

  /hardware/ti/wlan/wl1271/stad/src/Application/
roamingMngr.c 309 roamingMngr_smEvents roamingEvent;
330 case CONN_STATUS_CONNECTED: roamingEvent = ROAMING_EVENT_START;
334 case CONN_STATUS_NOT_CONNECTED: roamingEvent = ROAMING_EVENT_STOP;
336 case CONN_STATUS_HANDOVER_SUCCESS: roamingEvent = ROAMING_EVENT_ROAM_SUCCESS;
346 case CONN_STATUS_HANDOVER_FAILURE: roamingEvent = ROAMING_EVENT_REQ_HANDOVER;
362 roamingEvent = (roamingMngr_smEvents)ROAMING_MANUAL_EVENT_START;
366 roamingEvent = (roamingMngr_smEvents)ROAMING_MANUAL_EVENT_STOP;
369 roamingEvent = (roamingMngr_smEvents)ROAMING_MANUAL_EVENT_SUCCESS;
372 roamingEvent = (roamingMngr_smEvents)ROAMING_MANUAL_EVENT_FAIL;
379 return (roamingMngr_smEvent(roamingEvent, pRoamingMngr))
    [all...]
roamingMngr_autoSM.c 228 roamingMngr_smEvents roamingEvent;
246 roamingEvent = ROAMING_EVENT_SELECT;
250 roamingEvent = ROAMING_EVENT_SCAN;
262 roamingMngr_smEvent(roamingEvent, pRoamingMngr);

Completed in 428 milliseconds