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

  /hardware/ti/wlan/wl1271/utils/
GenSM.h 87 void genSM_Unload (TI_HANDLE hGenSM);
88 void genSM_Init (TI_HANDLE hGenSM, TI_HANDLE hReport);
89 void genSM_SetDefaults (TI_HANDLE hGenSM, TI_UINT32 uStateNum, TI_UINT32 uEventNum,
92 void genSM_Event (TI_HANDLE hGenSM, TI_UINT32 uEvent, void *pData);
93 TI_UINT32 genSM_GetCurrentState (TI_HANDLE hGenSM);
GenSM.c 80 * \param hGenSM - hanlde to the generic state machine object
84 void genSM_Unload (TI_HANDLE hGenSM)
86 TGenSM *pGenSM = (TGenSM*)hGenSM;
89 os_memoryFree (pGenSM->hOS, hGenSM, sizeof (TGenSM));
98 * \param hGenSM - hanlde to the generic state machine object
103 void genSM_Init (TI_HANDLE hGenSM, TI_HANDLE hReport)
105 TGenSM *pGenSM = (TGenSM*)hGenSM;
118 * \param hGenSM - hanlde to the generic state machine object
130 void genSM_SetDefaults (TI_HANDLE hGenSM, TI_UINT32 uStateNum, TI_UINT32 uEventNum,
134 TGenSM *pGenSM = (TGenSM*)hGenSM;
    [all...]
  /hardware/ti/wlan/wl1271/stad/src/Sta_Management/
ScanCncnSmSpecific.c 75 genSM_Event (pScanCncnClient->hGenSM, SCAN_CNCN_SM_EVENT_REJECT, hScanCncnClient);
81 genSM_Event (pScanCncnClient->hGenSM, SCAN_CNCN_SM_EVENT_RUN, hScanCncnClient);
88 genSM_Event (pScanCncnClient->hGenSM, SCAN_CNCN_SM_EVENT_REJECT, hScanCncnClient);
142 genSM_Event (pScanCncnClient->hGenSM, SCAN_CNCN_SM_EVENT_SCAN_COMPLETE, hScanCncnClient);
175 genSM_Event (pScanCncnClient->hGenSM, SCAN_CNCN_SM_EVENT_SCAN_COMPLETE, hScanCncnClient);
222 genSM_Event (pScanCncnClient->hGenSM, SCAN_CNCN_SM_EVENT_REJECT, hScanCncnClient);
228 genSM_Event (pScanCncnClient->hGenSM, SCAN_CNCN_SM_EVENT_RUN, hScanCncnClient);
235 genSM_Event (pScanCncnClient->hGenSM, SCAN_CNCN_SM_EVENT_REJECT, hScanCncnClient);
284 genSM_Event (pScanCncnClient->hGenSM, SCAN_CNCN_SM_EVENT_SCAN_COMPLETE, hScanCncnClient);
309 genSM_Event (pScanCncnClient->hGenSM, SCAN_CNCN_SM_EVENT_SCAN_COMPLETE, hScanCncnClient)
    [all...]
ScanCncnSm.c 143 pScanCncnClient->hGenSM = genSM_Create (hOS);
144 if (NULL == pScanCncnClient->hGenSM)
202 genSM_Init (pScanCncnClient->hGenSM, hReport);
203 genSM_SetDefaults (pScanCncnClient->hGenSM, SCAN_CNCN_SM_NUMBER_OF_STATES, SCAN_CNCN_SM_NUMBER_OF_EVENTS,
224 genSM_Unload (pScanCncnClient->hGenSM);
ScanCncn.c 408 genSM_Event (pScanCncn->pScanClients[ eClient ]->hGenSM, SCAN_CNCN_SM_EVENT_START,
444 genSM_Event (pScanCncn->pScanClients[ eClient ]->hGenSM, SCAN_CNCN_SM_EVENT_STOP,
504 genSM_Event (pScanCncn->pScanClients[ eClient ]->hGenSM, SCAN_CNCN_SM_EVENT_START,
545 genSM_Event (pScanCncn->pScanClients[ eClient ]->hGenSM, SCAN_CNCN_SM_EVENT_STOP,
612 genSM_Event (pScanCncn->pScanClients[ eClient ]->hGenSM, SCAN_CNCN_SM_EVENT_SCAN_COMPLETE,
683 genSM_Event (pScanCncn->pScanClients[ eClient ]->hGenSM, SCAN_CNCN_SM_EVENT_SCAN_COMPLETE,
    [all...]
ScanCncnSm.h 64 TI_HANDLE hGenSM;

Completed in 108 milliseconds