Searched refs:eSmState (Results 1 - 2 of 2) sorted by relevance

/system/wlan/ti/wilink_6_1/stad/src/Data_link/
H A DtxMgmtQueue.c135 ESmState eSmState; /* The current state of the SM. */ member in struct:__anon1752
218 pTxMgmtQ->eSmState = SM_STATE_CLOSE; /* SM default state is CLOSE. */
576 ESmState ePrevState = pTxMgmtQ->eSmState;
586 pTxMgmtQ->eSmState = SM_STATE_CLOSE;
600 pTxMgmtQ->eSmState = SM_STATE_MGMT;
616 TRACE1(pTxMgmtQ->hReport, REPORT_SEVERITY_ERROR, "mgmtQueuesSM: Got SmEvent=EAPOL when eSmState=%d\n", ePrevState);
618 pTxMgmtQ->eSmState = SM_STATE_EAPOL;
631 TRACE1(pTxMgmtQ->hReport, REPORT_SEVERITY_ERROR, "mgmtQueuesSM: Got SmEvent=OPEN when eSmState=%d\n", ePrevState);
635 pTxMgmtQ->eSmState = SM_STATE_OPEN_DATA;
642 pTxMgmtQ->eSmState
[all...]
/system/wlan/ti/wilink_6_1/stad/src/Ctrl_Interface/
H A DDrvMain.c133 ESmState eSmState; /* The DrvMain SM state. */ member in struct:__anon1717
1045 pDrvMain->eSmState = SM_STATE_IDLE;
1271 if (pDrvMain->eSmState == SM_STATE_FAILED)
1355 TRACE1(pDrvMain->tStadHandles.hReport, REPORT_SEVERITY_ERROR , "drvMain_SmWatchdogTimeout(): State = %d\n", pDrvMain->eSmState);
1392 TRACE3(pDrvMain->tStadHandles.hReport, REPORT_SEVERITY_ERROR , "drvMain_SmEvent(): Multiple pending events (%d), State = %d, Event = %d\n", pDrvMain->uPendingEventsCount, pDrvMain->eSmState, eEvent);
1436 TRACE2(pDrvMain->tStadHandles.hReport, REPORT_SEVERITY_INFORMATION , "drvMain_Sm(): State = %d, Event = %d\n", pDrvMain->eSmState, eEvent);
1458 switch (pDrvMain->eSmState)
1469 pDrvMain->eSmState = SM_STATE_WAIT_INI_FILE;
1483 pDrvMain->eSmState = SM_STATE_WAIT_NVS_FILE;
1535 pDrvMain->eSmState
[all...]

Completed in 60 milliseconds