Home | History | Annotate | Download | only in smeSm

Lines Matching refs:hSmeSm

110 static TI_STATUS smeSm_changeBandParams(TI_HANDLE	hSmeSm, radioBand_e radioBand);
112 static TI_STATUS smeSm_startInterScanTimeout(TI_HANDLE hSmeSm);
114 static TI_STATUS smeSm_stopInterScanTimeout(TI_HANDLE hSmeSm);
360 TI_STATUS smeSm_SMEvent(UINT8 *currentState, UINT8 event, TI_HANDLE hSmeSm)
362 smeSm_t *pSmeSm = (smeSm_t *)hSmeSm;
994 static TI_STATUS smeSm_changeBandParams(TI_HANDLE hSmeSm, radioBand_e radioBand)
997 smeSm_t *pSmeSm = (smeSm_t *)hSmeSm;
1025 INPUT: hSmeSm - SME SM handle.
1032 static TI_STATUS smeSm_startInterScanTimeout(TI_HANDLE hSmeSm)
1034 smeSm_t *pSmeSm = (smeSm_t *)hSmeSm;
1070 INPUT: hSmeSm - SME SM handle.
1077 static TI_STATUS smeSm_stopInterScanTimeout(TI_HANDLE hSmeSm)
1079 smeSm_t *pSmeSm = (smeSm_t *)hSmeSm;
1148 INPUT: hSmeSm - SME SM handle.
1155 void smeSm_resetStats( TI_HANDLE hSmeSm )
1157 smeSm_t* pSmeSm = (smeSm_t*)hSmeSm;
1167 INPUT: hSmeSm - SME SM handle.
1174 void smeSm_printStats( TI_HANDLE hSmeSm )
1176 smeSm_t* pSmeSm = (smeSm_t*)hSmeSm;
1208 INPUT: hSmeSm - SME SM handle.
1215 void smeSm_dbgPrintObject( TI_HANDLE hSmeSm )
1217 smeSm_t *pSmeSm = (smeSm_t *)hSmeSm;