/hardware/ti/wlan/wl1271/stad/src/Data_link/ |
D | txMgmtQueue_Api.h | 65 TI_STATUS txMgmtQ_Destroy (TI_HANDLE hTxMgmtQ); 66 void txMgmtQ_ClearQueues (TI_HANDLE hTxMgmtQ); 67 TI_STATUS txMgmtQ_Xmit (TI_HANDLE hTxMgmtQ, TTxCtrlBlk *pPktCtrlBlk, TI_BOOL bExternalContext); 68 void txMgmtQ_QueuesNotEmpty (TI_HANDLE hTxMgmtQ); 69 void txMgmtQ_StopQueue (TI_HANDLE hTxMgmtQ, TI_UINT32 tidBitMap); 70 void txMgmtQ_UpdateBusyMap (TI_HANDLE hTxMgmtQ, TI_UINT32 tidBitMap); 71 void txMgmtQ_StopAll (TI_HANDLE hTxMgmtQ); 72 void txMgmtQ_WakeAll (TI_HANDLE hTxMgmtQ); 73 void txMgmtQ_SetConnState (TI_HANDLE hTxMgmtQ, ETxConnState txConnState); 76 void txMgmtQ_PrintModuleParams (TI_HANDLE hTxMgmtQ); [all …]
|
D | txMgmtQueue.c | 207 TTxMgmtQ *pTxMgmtQ = (TTxMgmtQ *)(pStadHandles->hTxMgmtQ); in txMgmtQ_Init() 267 TI_STATUS txMgmtQ_Destroy (TI_HANDLE hTxMgmtQ) in txMgmtQ_Destroy() argument 269 TTxMgmtQ *pTxMgmtQ = (TTxMgmtQ *)hTxMgmtQ; in txMgmtQ_Destroy() 274 txMgmtQ_ClearQueues (hTxMgmtQ); in txMgmtQ_Destroy() 304 void txMgmtQ_ClearQueues (TI_HANDLE hTxMgmtQ) in txMgmtQ_ClearQueues() argument 306 TTxMgmtQ *pTxMgmtQ = (TTxMgmtQ *)hTxMgmtQ; in txMgmtQ_ClearQueues() 348 TI_STATUS txMgmtQ_Xmit (TI_HANDLE hTxMgmtQ, TTxCtrlBlk *pPktCtrlBlk, TI_BOOL bExternalContext) in txMgmtQ_Xmit() argument 350 TTxMgmtQ *pTxMgmtQ = (TTxMgmtQ *)hTxMgmtQ; in txMgmtQ_Xmit() 419 void txMgmtQ_QueuesNotEmpty (TI_HANDLE hTxMgmtQ) in txMgmtQ_QueuesNotEmpty() argument 421 TTxMgmtQ *pTxMgmtQ = (TTxMgmtQ *)hTxMgmtQ; in txMgmtQ_QueuesNotEmpty() [all …]
|
D | txPort.c | 76 TI_HANDLE hTxMgmtQ; member 155 pTxPort->hTxMgmtQ = pStadHandles->hTxMgmtQ; in txPort_init() 284 txMgmtQ_StopAll (pTxPort->hTxMgmtQ); in updateQueuesStates() 294 txMgmtQ_WakeAll (pTxPort->hTxMgmtQ); in updateQueuesStates()
|
D | txDataQueue.h | 80 TI_HANDLE hTxMgmtQ; member
|
D | txDataQueue.c | 125 pTxDataQ->hTxMgmtQ = pStadHandles->hTxMgmtQ; in txDataQ_Init() 332 return txMgmtQ_Xmit (pTxDataQ->hTxMgmtQ, pPktCtrlBlk, TI_TRUE); in txDataQ_InsertPacket()
|
D | txCtrl.h | 98 TI_HANDLE hTxMgmtQ; member
|
D | txCtrl.c | 201 pTxCtrl->hTxMgmtQ = pStadHandles->hTxMgmtQ; in txCtrl_Init() 457 txMgmtQ_StopQueue (pTxCtrl->hTxMgmtQ, pTxCtrl->admittedAcToTidMap[uAc]); in txCtrl_XmitMgmt() 467 txMgmtQ_StopQueue (pTxCtrl->hTxMgmtQ, pTxCtrl->admittedAcToTidMap[uAc]); in txCtrl_XmitMgmt() 1097 txMgmtQ_UpdateBusyMap (pTxCtrl->hTxMgmtQ, busyTidBitmap); in txCtrl_UpdateBackpressure()
|
/hardware/ti/wlan/wl1271/Test/ |
D | fwdriverdebug.c | 91 TI_HANDLE hTxMgmtQ, in FWDebugFunction() argument 109 FW_DebugSendJoinCommand(hTWD, hTxMgmtQ); in FWDebugFunction() 113 FW_DebugSendPacket(hDrvMain, hOs, hTxMgmtQ, pParam); in FWDebugFunction() 117 FW_DebugSendPacket(hDrvMain, hOs, hTxMgmtQ, pParam); in FWDebugFunction() 170 void FW_DebugSendJoinCommand(TI_HANDLE hTWD, TI_HANDLE hTxMgmtQ) in FW_DebugSendJoinCommand() argument 201 txMgmtQ_SetConnState(hTxMgmtQ,TX_CONN_STATE_MGMT); in FW_DebugSendJoinCommand() 215 txMgmtQ_SetConnState(hTxMgmtQ, TX_CONN_STATE_MGMT); in FW_DebugSendJoinCommand() 290 void FW_DebugSendPacket(TI_HANDLE hDrvMain ,TI_HANDLE hOs, TI_HANDLE hTxMgmtQ, void *pParam) in FW_DebugSendPacket() argument 301 txMgmtQ_SetConnState (hTxMgmtQ, TX_CONN_STATE_MGMT); in FW_DebugSendPacket() 302 txMgmtQ_SetConnState (hTxMgmtQ, TX_CONN_STATE_EAPOL); in FW_DebugSendPacket() [all …]
|
D | fwdriverdebug.h | 109 TI_HANDLE hTxMgmtQ, 115 void FW_DebugSendJoinCommand(TI_HANDLE hTWD, TI_HANDLE hTxMgmtQ); 116 void FW_DebugSendPacket(TI_HANDLE hDrvMain ,TI_HANDLE hOs, TI_HANDLE hTxMgmtQ, void* pParam);
|
D | TxDbg.c | 91 txMgmtQ_PrintModuleParams (pTxCtrl->hTxMgmtQ); in rxTxDebugFunction() 95 txMgmtQ_PrintQueueStatistics (pTxCtrl->hTxMgmtQ); in rxTxDebugFunction() 138 txMgmtQ_ResetQueueStatistics (pTxCtrl->hTxMgmtQ); in rxTxDebugFunction()
|
D | debug.c | 250 pStadHandles->hTxMgmtQ, in debugFunction()
|
/hardware/ti/wlan/wl1271/stad/src/Connection_Managment/ |
D | connIbss.c | 239 txMgmtQ_SetConnState (pConn->hTxMgmtQ, TX_CONN_STATE_EAPOL); in selfWait_to_rsnWait() 275 txMgmtQ_SetConnState (((conn_t *)pData)->hTxMgmtQ, TX_CONN_STATE_OPEN); in rsnWait_to_connected() 300 txMgmtQ_SetConnState (pConn->hTxMgmtQ, TX_CONN_STATE_EAPOL); in selfw_merge_rsnw() 416 txMgmtQ_SetConnState (pConn->hTxMgmtQ, TX_CONN_STATE_CLOSE); in selfWait_to_waitToDisconnCmplt() 450 txMgmtQ_SetConnState (((conn_t *)pData)->hTxMgmtQ, TX_CONN_STATE_CLOSE); in rsnWait_to_waitToDisconnCmplt() 556 txMgmtQ_SetConnState (((conn_t *)pData)->hTxMgmtQ, TX_CONN_STATE_EAPOL); in idle_to_rsnWait()
|
D | connInfra.c | 351 txMgmtQ_SetConnState (((conn_t *)pData)->hTxMgmtQ, TX_CONN_STATE_MGMT); in JoinWait_to_mlmeWait() 396 txMgmtQ_SetConnState (pConn->hTxMgmtQ, TX_CONN_STATE_CLOSE); in mlmeWait_to_WaitDisconnect() 448 txMgmtQ_SetConnState (((conn_t *)pData)->hTxMgmtQ, TX_CONN_STATE_EAPOL); in mlmeWait_to_rsnWait() 485 txMgmtQ_SetConnState (pConn->hTxMgmtQ, TX_CONN_STATE_MGMT); in rsnWait_to_disconnect() 522 txMgmtQ_SetConnState (pConn->hTxMgmtQ, TX_CONN_STATE_MGMT); in configHW_to_disconnect() 564 txMgmtQ_SetConnState(pConn->hTxMgmtQ, TX_CONN_STATE_MGMT); in connInfra_ScrWaitDisconn_to_disconnect() 656 txMgmtQ_SetConnState (((conn_t *)pData)->hTxMgmtQ, TX_CONN_STATE_OPEN); in configHW_to_connected() 953 txMgmtQ_SetConnState (((conn_t *)pData)->hTxMgmtQ, TX_CONN_STATE_CLOSE); in connect_to_ScrWait()
|
D | conn.h | 114 TI_HANDLE hTxMgmtQ; member
|
D | conn.c | 172 pConn->hTxMgmtQ = pStadHandles->hTxMgmtQ; in conn_init()
|
/hardware/ti/wlan/wl1271/stad/src/Sta_Management/ |
D | trafficAdmControl.h | 78 TI_HANDLE hTxMgmtQ; member 111 TI_HANDLE hTxMgmtQ,
|
D | mlmeSm.h | 125 TI_HANDLE hTxMgmtQ; member
|
D | qosMngr.h | 131 TI_HANDLE hTxMgmtQ; member
|
D | trafficAdmControl.c | 202 TI_HANDLE hTxMgmtQ, in trafficAdmCtrl_config() argument 237 pTrafficAdmCtrl->hTxMgmtQ = hTxMgmtQ; in trafficAdmCtrl_config() 861 status = txMgmtQ_Xmit (pTrafficAdmCtrl->hTxMgmtQ, pPktCtrlBlk, TI_FALSE); in trafficAdmCtrl_sendDeltsFrame() 1146 status = txMgmtQ_Xmit (pTrafficAdmCtrl->hTxMgmtQ, pPktCtrlBlk, TI_FALSE); in trafficAdmCtrl_sendAdmissionReq()
|
D | mlmeBuilder.c | 144 status = txMgmtQ_Xmit (pHandle->hTxMgmtQ, pPktCtrlBlk, TI_FALSE); in mlmeBuilder_sendFrame()
|
D | mlmeSm.c | 239 pHandle->hTxMgmtQ = pStadHandles->hTxMgmtQ; in mlme_init()
|
/hardware/ti/wlan/wl1271/platforms/os/common/inc/ |
D | WlanDrvCommon.h | 87 void *hTxMgmtQ; member
|
/hardware/ti/wlan/wl1271/stad/src/Ctrl_Interface/ |
D | DrvMainModules.h | 59 TI_HANDLE hTxMgmtQ; member
|
D | DrvMain.c | 380 pDrvMain->tStadHandles.hTxMgmtQ = txMgmtQ_Create(hOs); in drvMain_Create() 381 if (pDrvMain->tStadHandles.hTxMgmtQ == NULL) in drvMain_Create() 540 *pTxMgmtQ = pDrvMain->tStadHandles.hTxMgmtQ; in drvMain_Create() 624 if (pDrvMain->tStadHandles.hTxMgmtQ != NULL) in drvMain_Destroy() 626 txMgmtQ_Destroy (pDrvMain->tStadHandles.hTxMgmtQ); in drvMain_Destroy() 1205 txMgmtQ_ClearQueues (pDrvMain->tStadHandles.hTxMgmtQ); in drvMain_ClearQueuedEvents()
|
/hardware/ti/wlan/wl1271/platforms/os/linux/src/ |
D | WlanDrvIf.c | 924 &drv->tCommon.hTxMgmtQ,
|