HomeSort by relevance Sort by last modified time
    Searched refs:fsm_actionCell_t (Results 1 - 25 of 65) sorted by null

1 2 3

  /hardware/ti/wlan/wl1271/utils/
fsm.c 111 (*pFsm)->stateEventMatrix = (fsm_Matrix_t)os_memoryAlloc(hOs, MaxNoOfStates * MaxNoOfEvents * sizeof(fsm_actionCell_t));
118 (MaxNoOfStates * MaxNoOfEvents * sizeof(fsm_actionCell_t)));
161 pFsm->MaxNoOfStates * pFsm->MaxNoOfEvents * sizeof(fsm_actionCell_t));
215 ActiveNoOfStates * ActiveNoOfEvents * sizeof(fsm_actionCell_t));
fsm.h 75 } fsm_actionCell_t;
78 typedef fsm_actionCell_t* fsm_Matrix_t;
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/utils/
fsm.c 112 (*pFsm)->stateEventMatrix = (fsm_Matrix_t)os_memoryAlloc(hOs, MaxNoOfStates * MaxNoOfEvents * sizeof(fsm_actionCell_t));
119 (MaxNoOfStates * MaxNoOfEvents * sizeof(fsm_actionCell_t)));
162 pFsm->MaxNoOfStates * pFsm->MaxNoOfEvents * sizeof(fsm_actionCell_t));
216 ActiveNoOfStates * ActiveNoOfEvents * sizeof(fsm_actionCell_t));
fsm.h 76 } fsm_actionCell_t;
79 typedef fsm_actionCell_t* fsm_Matrix_t;
  /system/wlan/ti/wilink_6_1/utils/
fsm.c 111 (*pFsm)->stateEventMatrix = (fsm_Matrix_t)os_memoryAlloc(hOs, MaxNoOfStates * MaxNoOfEvents * sizeof(fsm_actionCell_t));
118 (MaxNoOfStates * MaxNoOfEvents * sizeof(fsm_actionCell_t)));
161 pFsm->MaxNoOfStates * pFsm->MaxNoOfEvents * sizeof(fsm_actionCell_t));
215 ActiveNoOfStates * ActiveNoOfEvents * sizeof(fsm_actionCell_t));
fsm.h 75 } fsm_actionCell_t;
78 typedef fsm_actionCell_t* fsm_Matrix_t;
  /hardware/ti/wlan/wl1271/stad/src/Connection_Managment/
broadcastKey802_1x.c 99 fsm_actionCell_t broadcastKey802_1x_matrix[BCAST_KEY_802_1X_NUM_STATES][BCAST_KEY_802_1X_NUM_EVENTS] =
externalSec.c 84 fsm_actionCell_t externalSec_matrix[EXTERNAL_SEC_NUM_STATES][EXTERNAL_SEC_NUM_EVENTS] =
unicastKey802_1x.c 104 fsm_actionCell_t unicastKey802_1x_matrix[UCAST_KEY_802_1X_NUM_STATES][UCAST_KEY_802_1X_NUM_EVENTS] =
mainSecKeysOnly.c 103 fsm_actionCell_t mainSecKeysOnly_matrix[MAIN_SEC_KEYS_ONLY_NUM_STATES][MAIN_SEC_KEYS_ONLY_NUM_EVENTS] =
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/core/rsn/
broadcastKey802_1x.c 100 fsm_actionCell_t broadcastKey802_1x_matrix[BCAST_KEY_802_1X_NUM_STATES][BCAST_KEY_802_1X_NUM_EVENTS] =
unicastKey802_1x.c 105 fsm_actionCell_t unicastKey802_1x_matrix[UCAST_KEY_802_1X_NUM_STATES][UCAST_KEY_802_1X_NUM_EVENTS] =
mainSecKeysOnly.c 110 fsm_actionCell_t mainSecKeysOnly_matrix[MAIN_SEC_KEYS_ONLY_NUM_STATES][MAIN_SEC_KEYS_ONLY_NUM_EVENTS] =
  /system/wlan/ti/wilink_6_1/stad/src/Connection_Managment/
broadcastKey802_1x.c 99 fsm_actionCell_t broadcastKey802_1x_matrix[BCAST_KEY_802_1X_NUM_STATES][BCAST_KEY_802_1X_NUM_EVENTS] =
externalSec.c 84 fsm_actionCell_t externalSec_matrix[EXTERNAL_SEC_NUM_STATES][EXTERNAL_SEC_NUM_EVENTS] =
unicastKey802_1x.c 104 fsm_actionCell_t unicastKey802_1x_matrix[UCAST_KEY_802_1X_NUM_STATES][UCAST_KEY_802_1X_NUM_EVENTS] =
mainSecKeysOnly.c 103 fsm_actionCell_t mainSecKeysOnly_matrix[MAIN_SEC_KEYS_ONLY_NUM_STATES][MAIN_SEC_KEYS_ONLY_NUM_EVENTS] =
  /hardware/ti/wlan/wl1271/stad/src/Sta_Management/
openAuthSm.c 116 fsm_actionCell_t openAuth_smMatrix[OPEN_AUTH_SM_NUM_STATES][OPEN_AUTH_SM_NUM_EVENTS] =
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/Management/scan/scanCncn/
ScanCncnAppSM.c 62 fsm_actionCell_t smMatrix[ APP_SCAN_NUM_OF_STATES ][ APP_SCAN_NUM_OF_EVENTS ] =
ScanCncnRoamingContSM.c 63 fsm_actionCell_t smMatrix[ CONT_SCAN_NUM_OF_STATES ][ CONT_SCAN_NUM_OF_EVENTS ] =
ScanCncnRoamingImmedSM.c 65 fsm_actionCell_t smMatrix[ IMMED_SCAN_NUM_OF_STATES ][ IMMED_SCAN_NUM_OF_EVENTS ] =
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/core/mlme/Auth/open/
openAuthSm.c 118 fsm_actionCell_t openAuth_smMatrix[OPEN_AUTH_SM_NUM_STATES][OPEN_AUTH_SM_NUM_EVENTS] =
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/core/sme/conn/
connIbss.c 101 fsm_actionCell_t smMatrix[CONN_IBSS_NUM_STATES][CONN_IBSS_NUM_EVENTS] =
  /system/wlan/ti/wilink_6_1/stad/src/Sta_Management/
openAuthSm.c 116 fsm_actionCell_t openAuth_smMatrix[OPEN_AUTH_SM_NUM_STATES][OPEN_AUTH_SM_NUM_EVENTS] =
  /hardware/ti/wlan/wl1271/TWD/MacServices/
PowerSrvSM.c 201 fsm_actionCell_t smMatrix[POWER_SRV_SM_STATE_NUM][POWER_SRV_SM_EVENT_NUM] =
    [all...]

Completed in 1348 milliseconds

1 2 3