HomeSort by relevance Sort by last modified time
    Searched defs:pStadHandles (Results 1 - 2 of 2) sorted by null

  /hardware/ti/wlan/wl1271/stad/src/Ctrl_Interface/
CmdDispatcher.c 114 TStadHandlesList *pStadHandles; /* Save modules list pointer just for the debug functions */
173 * \param pStadHandles - The driver modules handles
177 void cmdDispatch_Init (TStadHandlesList *pStadHandles)
179 TCmdDispatchObj *pCmdDispatch = (TCmdDispatchObj *)(pStadHandles->hCmdDispatch);
182 pCmdDispatch->hReport = pStadHandles->hReport;
183 pCmdDispatch->hAuth = pStadHandles->hAuth;
184 pCmdDispatch->hAssoc = pStadHandles->hAssoc;
185 pCmdDispatch->hRxData = pStadHandles->hRxData;
186 pCmdDispatch->hTxCtrl = pStadHandles->hTxCtrl;
187 pCmdDispatch->hCtrlData = pStadHandles->hCtrlData
    [all...]
  /system/wlan/ti/wilink_6_1/stad/src/Ctrl_Interface/
CmdDispatcher.c 114 TStadHandlesList *pStadHandles; /* Save modules list pointer just for the debug functions */
173 * \param pStadHandles - The driver modules handles
177 void cmdDispatch_Init (TStadHandlesList *pStadHandles)
179 TCmdDispatchObj *pCmdDispatch = (TCmdDispatchObj *)(pStadHandles->hCmdDispatch);
182 pCmdDispatch->hReport = pStadHandles->hReport;
183 pCmdDispatch->hAuth = pStadHandles->hAuth;
184 pCmdDispatch->hAssoc = pStadHandles->hAssoc;
185 pCmdDispatch->hRxData = pStadHandles->hRxData;
186 pCmdDispatch->hTxCtrl = pStadHandles->hTxCtrl;
187 pCmdDispatch->hCtrlData = pStadHandles->hCtrlData
    [all...]

Completed in 25 milliseconds