HomeSort by relevance Sort by last modified time
    Searched refs:roamingEvent (Results 1 - 5 of 5) 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);
  /system/wlan/ti/wilink_6_1/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 = ROAMING_MANUAL_EVENT_START;
366 roamingEvent = ROAMING_MANUAL_EVENT_STOP;
369 roamingEvent = ROAMING_MANUAL_EVENT_SUCCESS;
372 roamingEvent = 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);
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/Application/Roaming/
roamingMngr.c     [all...]

Completed in 24 milliseconds