HomeSort by relevance Sort by last modified time
    Searched defs:ROAMING_MNGR_NUM_STATES (Results 1 - 3 of 3) sorted by null

  /hardware/ti/wlan/wl1271/stad/src/Application/
roamingMngr_autoSM.h 89 #define ROAMING_MNGR_NUM_STATES ROAMING_STATE_LAST
96 extern TGenSM_actionCell roamingMngrAuto_matrix[ROAMING_MNGR_NUM_STATES][ROAMING_MNGR_NUM_EVENTS];
  /system/wlan/ti/wilink_6_1/stad/src/Application/
roamingMngr_autoSM.h 89 #define ROAMING_MNGR_NUM_STATES ROAMING_STATE_LAST
96 extern TGenSM_actionCell roamingMngrAuto_matrix[ROAMING_MNGR_NUM_STATES][ROAMING_MNGR_NUM_EVENTS];
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/Application/Roaming/
roamingMngr.c 129 #define ROAMING_MNGR_NUM_STATES ROAMING_STATE_LAST
217 static char *roamingMngr_stateDesc[ROAMING_MNGR_NUM_STATES] = {
309 status = fsm_Create(hOs, &pRoamingMngr->pRoamingSm, ROAMING_MNGR_NUM_STATES, ROAMING_MNGR_NUM_EVENTS);
438 fsm_actionCell_t roamingMngr_matrix[ROAMING_MNGR_NUM_STATES][ROAMING_MNGR_NUM_EVENTS] =
560 ROAMING_MNGR_NUM_STATES,
    [all...]

Completed in 75 milliseconds