Home | History | Annotate | Download | only in Test

Lines Matching refs:hTxMgmtQ

91 					 TI_HANDLE hTxMgmtQ,
109 FW_DebugSendJoinCommand(hTWD, hTxMgmtQ);
113 FW_DebugSendPacket(hDrvMain, hOs, hTxMgmtQ, pParam);
117 FW_DebugSendPacket(hDrvMain, hOs, hTxMgmtQ, pParam);
170 void FW_DebugSendJoinCommand(TI_HANDLE hTWD, TI_HANDLE hTxMgmtQ)
201 txMgmtQ_SetConnState(hTxMgmtQ,TX_CONN_STATE_MGMT);
215 txMgmtQ_SetConnState(hTxMgmtQ, TX_CONN_STATE_MGMT);
290 void FW_DebugSendPacket(TI_HANDLE hDrvMain ,TI_HANDLE hOs, TI_HANDLE hTxMgmtQ, void *pParam)
301 txMgmtQ_SetConnState (hTxMgmtQ, TX_CONN_STATE_MGMT);
302 txMgmtQ_SetConnState (hTxMgmtQ, TX_CONN_STATE_EAPOL);
303 txMgmtQ_SetConnState (hTxMgmtQ, TX_CONN_STATE_OPEN);