Home | History | Annotate | Download | only in Ctrl_Interface

Lines Matching refs:eAction

141     EActionType       eAction;      /* The last action (start/stop) inserted to the driver */
991 switch (pDrvMain->eAction)
1000 TRACE1(pDrvMain->tStadHandles.hReport, REPORT_SEVERITY_ERROR , "drvMain_InvokeAction(): Action=%d\n", pDrvMain->eAction);
1044 pDrvMain->eAction = ACTION_TYPE_NONE;
1221 * \param eAction - The requested action
1225 TI_STATUS drvMain_InsertAction (TI_HANDLE hDrvMain, EActionType eAction)
1230 if (pDrvMain->eAction == eAction)
1234 WLAN_OS_REPORT(("Action %d is identical to last action!\n", eAction));
1239 pDrvMain->eAction = eAction;