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

  /hardware/ti/wlan/wl1271/stad/src/Data_link/
txMgmtQueue.c 90 } ESmEvent;
151 static void mgmtQueuesSM (TTxMgmtQ *pTxMgmtQ, ESmEvent smEvent);
572 * \param eSmEvent - The event to act upon
576 static void mgmtQueuesSM (TTxMgmtQ *pTxMgmtQ, ESmEvent eSmEvent)
581 switch(eSmEvent)
701 TRACE1(pTxMgmtQ->hReport, REPORT_SEVERITY_ERROR, "mgmtQueuesSM: Unknown SmEvent = %d\n", eSmEvent);
705 TRACE6( pTxMgmtQ->hReport, REPORT_SEVERITY_INFORMATION, "mgmtQueuesSM: <currentState = %d, event = %d> --> nextState = %d, action = %d, MgmtQueEnbl=%d, EapolQueEnbl=%d\n", ePrevState, eSmEvent, pTxMgmtQ->eSmState, eSmAction, pTxMgmtQ->aQueueEnabledBySM[0], pTxMgmtQ->aQueueEnabledBySM[1]);
    [all...]
  /system/wlan/ti/wilink_6_1/stad/src/Data_link/
txMgmtQueue.c 90 } ESmEvent;
150 static void mgmtQueuesSM (TTxMgmtQ *pTxMgmtQ, ESmEvent smEvent);
570 * \param eSmEvent - The event to act upon
574 static void mgmtQueuesSM (TTxMgmtQ *pTxMgmtQ, ESmEvent eSmEvent)
579 switch(eSmEvent)
699 TRACE1(pTxMgmtQ->hReport, REPORT_SEVERITY_ERROR, "mgmtQueuesSM: Unknown SmEvent = %d\n", eSmEvent);
703 TRACE6( pTxMgmtQ->hReport, REPORT_SEVERITY_INFORMATION, "mgmtQueuesSM: <currentState = %d, event = %d> --> nextState = %d, action = %d, MgmtQueEnbl=%d, EapolQueEnbl=%d\n", ePrevState, eSmEvent, pTxMgmtQ->eSmState, eSmAction, pTxMgmtQ->aQueueEnabledBySM[0], pTxMgmtQ->aQueueEnabledBySM[1]);
    [all...]
  /hardware/ti/wlan/wl1271/stad/src/Ctrl_Interface/
DrvMain.c 128 } ESmEvent;
137 ESmEvent ePendingEvent;/* A pending event issued when the SM is busy */
158 static void drvMain_SmEvent (TI_HANDLE hDrvMain, ESmEvent eEvent);
159 static void drvMain_Sm (TI_HANDLE hDrvMain, ESmEvent eEvent);
    [all...]
  /system/wlan/ti/wilink_6_1/stad/src/Ctrl_Interface/
DrvMain.c 126 } ESmEvent;
134 ESmEvent ePendingEvent;/* A pending event issued when the SM is busy */
154 static void drvMain_SmEvent (TI_HANDLE hDrvMain, ESmEvent eEvent);
155 static void drvMain_Sm (TI_HANDLE hDrvMain, ESmEvent eEvent);
    [all...]
  /hardware/ti/wlan/wl1271/TWD/TwIf/
TwIf.c 100 } ESmEvent;
191 static void twIf_HandleSmEvent (TTwIfObj *pTwIf, ESmEvent eEvent);
795 static void twIf_HandleSmEvent (TTwIfObj *pTwIf, ESmEvent eEvent)
    [all...]
  /system/wlan/ti/wilink_6_1/TWD/TwIf/
TwIf.c 98 } ESmEvent;
185 static void twIf_HandleSmEvent (TTwIfObj *pTwIf, ESmEvent eEvent);
753 static void twIf_HandleSmEvent (TTwIfObj *pTwIf, ESmEvent eEvent)
    [all...]

Completed in 49 milliseconds