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

  /system/wlan/ti/sta_dk_4_0_4_32/common/src/core/sme/smeSm/
smeSmApi.c 68 static void release_module(smeSm_t *pSmeSm, UINT32 initVec);
93 smeSm_t *pSmeSm;
98 pSmeSm = os_memoryAlloc(hOs, sizeof(smeSm_t));
99 if (pSmeSm == NULL)
101 os_memoryZero(hOs, pSmeSm, sizeof(smeSm_t)); /* Dm: Fix */
105 pSmeSm->pFsm = smeSm_smCreate(hOs);
106 if (pSmeSm->pFsm == NULL)
108 release_module(pSmeSm, initVec);
114 pSmeSm->hOs = hOs;
116 pSmeSm->interScanTimeoutTimer = os_timerCreate(hOs, smeSm_InterScanTimeoutCB, pSmeSm)
    [all...]
smeSm.c 108 static TI_STATUS chooseScanBand(smeSm_t* pSmeSm, radioBand_e *band);
116 static void smeSm_sendDisassociateEvent(smeSm_t* pSmeSm);
153 INPUT: pSmeSm - SME SM handle.
160 TI_STATUS smeSm_smConfig(smeSm_t *pSmeSm)
260 pSmeSm->dualBandReScanFlag = FALSE;
261 pSmeSm->reScanFlag = FALSE;
262 pSmeSm->radioOn = FALSE;
263 pSmeSm->immediateShutdownRequired = FALSE;
267 siteMgr_getParam( pSmeSm->hSiteMgr, &param );
271 pSmeSm->connectEnabled = FALSE
    [all...]
smeSm.h 159 TI_STATUS smeSm_smConfig(smeSm_t *pSmeSm);

Completed in 26 milliseconds