Home | History | Annotate | Download | only in Sta_Management

Lines Matching refs:pMlmeSm

125     status = fsm_Create(hOs, &pHandle->pMlmeSm, MLME_SM_NUM_STATES, MLME_SM_NUM_EVENTS);
161 status = fsm_Unload(pHandle->hOs, pHandle->pMlmeSm);
227 fsm_Config(pHandle->pMlmeSm, &mlme_smMatrix[0][0], MLME_SM_NUM_STATES, MLME_SM_NUM_EVENTS, mlme_smEvent, pStadHandles->hOs);
274 mlme_t *pMlmeSm = (mlme_t *)hMlmeSm;
285 pMlmeSm->legacyAuthType = pParam->content.mlmeLegacyAuthType;
288 return auth_setParam(pMlmeSm->hAuth, pParam);
292 pMlmeSm->legacyAuthType = AUTH_LEGACY_SHARED_KEY;
295 return auth_setParam(pMlmeSm->hAuth, pParam);
299 pMlmeSm->legacyAuthType = AUTH_LEGACY_AUTO_SWITCH;
304 return auth_setParam(pMlmeSm->hAuth, pParam);
307 TRACE1(pMlmeSm->hReport, REPORT_SEVERITY_ERROR, "Set param, Params is not supported, 0x%x\n\n", pParam->content.mlmeLegacyAuthType);
313 pMlmeSm->reAssoc = pParam->content.mlmeReAssoc;
317 TRACE1(pMlmeSm->hReport, REPORT_SEVERITY_ERROR, "Set param, Params is not supported, 0x%x\n\n", pParam->paramType);
327 mlme_t *pMlmeSm = (mlme_t *)hMlmeSm;
332 pParam->content.mlmeLegacyAuthType = pMlmeSm->legacyAuthType;
336 pParam->content.mlmeLegacyAuthType = pMlmeSm->legacyAuthType;
337 assoc_smCapBuild(pMlmeSm->hAssoc, &(pParam->content.siteMgrSiteCapability));
341 pParam->content.siteMgrTiWlanCounters.BeaconsRecv = pMlmeSm->BeaconsCounterPS;
345 TRACE1(pMlmeSm->hReport, REPORT_SEVERITY_ERROR, "Get param, Params is not supported, %d\n\n", pParam->content.mlmeLegacyAuthType);
569 status = fsm_GetNextState(pMlme->pMlmeSm, *currentState, event, &nextState);
579 status = fsm_Event(pMlme->pMlmeSm, currentState, event, (void *)pMlme);