Searched defs:status (Results 126 - 150 of 252) sorted by relevance

1234567891011

/system/wlan/ti/sta_dk_4_0_4_32/common/src/TNETW_Driver/FW_Transfer/EventMbox/
H A DeventMbox.c157 static void eventMbox_StateMachine (TI_HANDLE hEventMbox, UINT8 module_id, TI_STATUS status);
373 static void eventMbox_ConfigCb (TI_HANDLE hEventMbox, UINT8 module_id, TI_STATUS status) argument
398 TI_STATUS status; local
406 status = TNETWIF_ReadRegOpt (pEventMbox->hTNETWIF,
413 if (status == TNETWIF_COMPLETE)
422 return status;
569 * to FwEvent module a TNETWIF_OK status.
571 * (In that case the return status is TNETWIF_PENDING, and we are waiting for the CB).
577 * status - not used (for CB API only)
583 static void eventMbox_StateMachine (TI_HANDLE hEventMbox, UINT8 module_id, TI_STATUS status) argument
[all...]
/system/wlan/ti/sta_dk_4_0_4_32/common/src/TNETW_Driver/FW_Transfer/FwEvent/
H A DFwEvent.c72 static void FwEvent_ReadRegCB (TI_HANDLE hFwEvent, UINT8 moduleID, TI_STATUS status);
73 static void FwEvent_WriteMaskCB (TI_HANDLE hFwEvent, UINT8 moduleID, TI_STATUS status);
74 static void FwEvent_WriteMuxCB (TI_HANDLE hFwEvent, UINT8 moduleID, TI_STATUS status);
80 /* Client event bit in interrupt status register */
547 void FwEvent_BusReadyCB (TI_HANDLE hFwEvent, UINT8 module_id, TI_STATUS status) argument
580 void FwEvent_WriteMaskCB (TI_HANDLE hFwEvent, UINT8 moduleID, TI_STATUS status) argument
609 void FwEvent_WriteMuxCB (TI_HANDLE hFwEvent, UINT8 moduleID, TI_STATUS status) argument
637 void FwEvent_ReadRegCB (TI_HANDLE hFwEvent, UINT8 moduleID, TI_STATUS status) argument
821 /* Clearing all the interrupt status register sources */
920 /*read the status registe
[all...]
/system/wlan/ti/sta_dk_4_0_4_32/common/src/TNETW_Driver/FW_Transfer/Rx_Xfer/
H A DRxXfer.c57 static void rxXfer_StateMachine (TI_HANDLE hRxXfer, UINT8 module_id, TI_STATUS status);
247 /* The packet status is OK unless we receive error */
272 static void rxXfer_StateMachine (TI_HANDLE hRxXfer, UINT8 module_id, TI_STATUS status) argument
432 * Also send the encryption status of the packet. It is used only for GWSI alignment.
567 TI_STATUS status; local
578 status = TNETWIF_WriteRegOpt (pRxXfer->hTNETWIF,
593 status = TNETWIF_WriteRegOpt (pRxXfer->hTNETWIF,
604 return status;
616 * pPacketStatus - changed status if an error was indicated
/system/wlan/ti/sta_dk_4_0_4_32/common/src/TNETW_Driver/MacServices/Export_Inc/
H A DmeasurementTypes.h177 UINT8 status; member in struct:__anon614
/system/wlan/ti/sta_dk_4_0_4_32/common/src/TNETW_Driver/MacServices/src/MeasurementSRV/
H A DMeasurementSrv.c312 /* Nullify return status */
334 pMeasurementSRV->msrReply.msrTypes[ i ].status = OK;
384 /* mark that current return status is OK */
443 * \param psStatus - the power save request status.\n
450 ("%s: Power save SRV CB called. PS mode:%d status: %d\n",
467 ("%s: PS failed, status %d.\n", __FUNCTION__, psStatus) );
469 /* Set the return status to NOK */
732 int status; local
739 status = whalCtrl_ApDiscoveryStop( pMeasurementSRV->hHalCtrl );
740 if ( OK != status )
761 TI_STATUS status; local
802 TI_STATUS status; local
861 MacServices_measurementSRV_channelLoadParamCB( TI_HANDLE hMeasurementSRV, TI_STATUS status, UINT8* CB_buf ) argument
949 MacServices_measurementSRV_dummyChannelLoadParamCB( TI_HANDLE hMeasurementSRV, TI_STATUS status, UINT8* CB_buf ) argument
970 MacServices_measurementSRV_noiseHistCallBack( TI_HANDLE hMeasurementSRV, TI_STATUS status, UINT8* CB_buf ) argument
[all...]
/system/wlan/ti/sta_dk_4_0_4_32/common/src/TNETW_Driver/MacServices/src/PowerSaveServer/
H A DPowerSrvSM.c148 TI_STATUS status; local
162 status = fsm_Create(hOsHandle,
166 if ( status != OK )
425 TI_STATUS status; local
448 status = powerSrvSmSMEvent((UINT8*)&pPowerSrvSM->currentState,
452 return status;
617 TI_STATUS status; local
620 status = powerSrvSMSendMBXConfiguration(hPowerSrvSM, TRUE);
621 return status;
637 TI_STATUS status; local
763 TI_STATUS status = OK; local
813 TI_STATUS status; local
[all...]
/system/wlan/ti/sta_dk_4_0_4_32/common/src/TNETW_Driver/TNETWIF/BusTxn/
H A Dwspi.h69 void (*CBFunc) (void *data, int status);
132 void (*fCb) (void *data, int status);
135 WSPI_Status_e status; /* holds the current status */ member in struct:_WSPI_t
145 int returnStatus; /* return status for SPI_XXX functions. Note that return status is from type int */
/system/wlan/ti/sta_dk_4_0_4_32/common/src/TNETW_Driver/TNETWIF/ELP_Controller/
H A DElpCtrl.c225 static void elpCtrl_wakeUpSeqSM (TI_HANDLE hElpCtrl, UINT8 module_id, TI_STATUS status) argument
/system/wlan/ti/sta_dk_4_0_4_32/common/src/core/ExpInc/
H A DapConnApi.h139 apConn_connStatus_e status; /** Reported status of the connection */ member in struct:_apConn_connStatus_t
/system/wlan/ti/sta_dk_4_0_4_32/common/src/core/data_ctrl/Ctrl/4X/
H A DfourX.c473 TI_STATUS status; local
502 status = fourX_MakeConcatDecision(pFourX,pMsduList,pHwTxInformation,numMsdu,
506 switch(status)
/system/wlan/ti/sta_dk_4_0_4_32/common/src/core/inc/
H A DDataCtrl_Api.h178 TI_STATUS status; member in struct:__anon706
/system/wlan/ti/sta_dk_4_0_4_32/common/src/core/mlme/
H A DmlmeSm.c118 TI_STATUS status; local
133 status = fsm_Create(hOs, &pHandle->pMlmeSm, MLME_SM_NUM_STATES, MLME_SM_NUM_EVENTS);
134 if (status != OK)
164 TI_STATUS status; local
169 status = fsm_Unload(pHandle->hOs, pHandle->pMlmeSm);
170 if (status != OK)
228 TI_STATUS status; local
274 status = fsm_Config(pHandle->pMlmeSm, &mlme_smMatrix[0][0], MLME_SM_NUM_STATES, MLME_SM_NUM_EVENTS, mlme_smEvent, hOs);
275 if (status != OK)
430 TI_STATUS status; local
466 TI_STATUS status; local
502 mlme_reportAuthStatus(TI_HANDLE hMlme, UINT16 status) argument
568 mlme_reportAssocStatus(TI_HANDLE hMlme, UINT16 status) argument
643 TI_STATUS status; local
670 TI_STATUS status; local
686 TI_STATUS status; local
702 TI_STATUS status; local
717 TI_STATUS status; local
726 TI_STATUS status; local
756 TI_STATUS status; local
[all...]
/system/wlan/ti/sta_dk_4_0_4_32/common/src/core/rsn/
H A DadmCtrlWpa.c125 Encryption status
129 TI_STATUS status; member in struct:__anon739
427 TI_STATUS status; local
475 status = pAdmCtrl->pRsn->setPaeConfig(pAdmCtrl->pRsn, &paeConfig);
477 return status;
485 TI_STATUS status; local
513 status = pAdmCtrl->pRsn->setPaeConfig(pAdmCtrl->pRsn, &paeConfig);
515 return status;
722 TI_STATUS status; local
740 status
954 TI_STATUS status; local
[all...]
H A DmainKeysSm.c91 TI_STATUS status; local
103 status = fsm_Create(hOs, &pHandle->pMainKeysSm, MAIN_KEYS_NUM_STATES, MAIN_KEYS_NUM_EVENTS);
104 if (status != OK)
187 TI_STATUS status; local
254 status = fsm_Config(pMainKeys->pMainKeysSm, &mainKeysSM_matrix[0][0],
256 if (status != OK)
260 return status;
263 status = keyParser_config(pMainKeys->pKeyParser,
271 if (status != OK)
275 return status;
317 TI_STATUS status; local
386 TI_STATUS status; local
414 TI_STATUS status; local
442 TI_STATUS status=NOK; local
496 TI_STATUS status=NOK; local
587 TI_STATUS status; local
641 TI_STATUS status; local
683 TI_STATUS status; local
723 TI_STATUS status = OK; local
761 TI_STATUS status = OK; local
798 TI_STATUS status; local
828 TI_STATUS status = OK; local
865 TI_STATUS status; local
895 TI_STATUS status = OK; local
934 TI_STATUS status; local
[all...]
/system/wlan/ti/sta_dk_4_0_4_32/common/src/core/rsn/inc/
H A DmainSecSm.h99 TI_STATUS status; member in struct:__anon756
/system/wlan/ti/sta_dk_4_0_4_32/common/src/core/sme/conn/
H A Dconn.c105 TI_STATUS status; local
127 status = fsm_Create(hOs, &pFsm, CONN_IBSS_NUM_STATES, CONN_IBSS_NUM_EVENTS);
128 if (status != OK)
138 status = fsm_Create(hOs, &pFsm, CONN_INFRA_NUM_STATES, CONN_INFRA_NUM_EVENTS);
139 if (status != OK)
482 DESCRIPTION: Called by the MLME SM when MLME status changed.
485 according to the status
488 status - MLME status
496 mgmtStatus_e status, UINT1
495 conn_reportMlmeStatus(TI_HANDLE hConn, mgmtStatus_e status, UINT16 uStatusCode) argument
543 conn_reportRsnStatus(TI_HANDLE hConn, mgmtStatus_e status) argument
[all...]
H A DconnInfra.c293 TI_STATUS status; local
296 status = fsm_GetNextState(pConn->infra_pFsm, *currentState, event, &nextState);
297 if (status != OK)
309 status = fsm_Event(pConn->infra_pFsm, currentState, event, (void *)pConn);
311 return status;
321 TI_STATUS status; local
327 status = siteMgr_join(((conn_t *)pData)->hSiteMgr );
329 if (status != OK)
333 return status;
339 TI_STATUS status; local
379 TI_STATUS status; local
446 TI_STATUS status; local
475 TI_STATUS status; local
512 TI_STATUS status; local
553 TI_STATUS status; local
597 TI_STATUS status; local
659 TI_STATUS status; local
890 TI_STATUS status; local
[all...]
/system/wlan/ti/sta_dk_4_0_4_32/common/src/core/sme/smeSm/
H A DsmeSm.c137 TI_STATUS status; local
140 status = fsm_Create(hOs, &pFsm, SME_SM_NUM_STATES, SME_SM_NUM_EVENTS);
142 if (status != OK)
363 TI_STATUS status; local
366 status = fsm_GetNextState(pSmeSm->pFsm, *currentState, event, &nextState);
367 if (status != OK)
379 status = fsm_Event(pSmeSm->pFsm, currentState, event, (void *)pSmeSm);
381 return status;
617 /* Change shutdown status flag to indicate SME is in IDLE state */
636 /* Change shutdown status fla
704 TI_STATUS status; local
738 TI_STATUS status; local
801 TI_STATUS status; local
[all...]
H A DsmeSmApi.c160 TI_STATUS status; local
215 status = smeSm_smConfig(pSmeSm);
217 if (status != OK)
222 return status;
228 DESCRIPTION: Return shutdown status of driver.
234 RETURN: shutdown status of driver (SME/HAL)
410 void smeSm_scanComplete( TI_HANDLE hSmeSm, scan_cncnResultStatus_e status, argument
416 if ( SCAN_CRS_RECEIVED_FRAME == status )
489 DESCRIPTION: Called by the connection module when connection status changes
490 Calls the SME SM with a connection suceess or connection failure based on the status
554 smeSm_reportSelectStatus(TI_HANDLE hSmeSm, mgmtStatus_e status) argument
[all...]
/system/wlan/ti/wilink_6_1/TWD/Ctrl/
H A DCmdQueue.c195 TI_STATUS rc = TI_OK, status; local
240 /* Will be updated by CmdMbox to count the status response */
247 /* Will be updated by CmdMbox to count the status response */
253 /* Will be updated by CmdMbox to count the status response */
316 /* Read the latest command return status */
317 status = cmdMbox_GetStatus (pCmdQueue->hCmdMBox, &cmdStatus);
318 if (status != TI_OK)
322 /* return reject status in the callback */
323 status = SG_REJECT_MEAS_SG_ACTIVE;
328 WLAN_OS_REPORT(("cmdQueue_SM: ** ERROR ** Mbox status erro
429 TI_STATUS status; local
769 cmdQueue_Error(TI_HANDLE hCmdQueue, TI_UINT32 command, TI_UINT32 status, void *param) argument
[all...]
/system/wlan/ti/wilink_6_1/TWD/MacServices/
H A DMeasurementSrv.c296 /* Nullify return status */
320 pMeasurementSRV->msrReply.msrTypes[ i ].status = TI_OK;
365 /* mark that current return status is TI_OK */
423 * \param psStatus - the power save request status.\n
429 TRACE2( pMeasurementSRV->hReport, REPORT_SEVERITY_INFORMATION, ": Power save SRV CB called. PS mode:%d status: %d\n", PSMode, psStatus);
443 TRACE1( pMeasurementSRV->hReport, REPORT_SEVERITY_INFORMATION, ": PS failed, status %d.\n", psStatus);
445 /* Set the return status to TI_NOK */
700 TI_INT32 status; local
706 status = cmdBld_CmdApDiscoveryStop (pMeasurementSRV->hCmdBld, NULL, NULL);
707 if ( TI_OK != status )
727 TI_STATUS status; local
767 TI_STATUS status; local
822 MacServices_measurementSRV_channelLoadParamCB( TI_HANDLE hMeasurementSRV, TI_STATUS status, TI_UINT8* CB_buf ) argument
900 MacServices_measurementSRV_dummyChannelLoadParamCB( TI_HANDLE hMeasurementSRV, TI_STATUS status, TI_UINT8* CB_buf ) argument
920 MacServices_measurementSRV_noiseHistCallBack( TI_HANDLE hMeasurementSRV, TI_STATUS status, TI_UINT8* CB_buf ) argument
[all...]
H A DPowerSrv.c337 TI_STATUS status; local
351 status = powerSrvProcessRequest(hPowerSrv,pPowerSrv->userRequest.requestMode);
356 status = POWER_SAVE_802_11_PENDING;
358 return status;
393 TI_STATUS status; local
410 status = powerSrvProcessRequest(hPowerSrv,pPowerSrv->driverRequest.requestMode);
411 return status;
442 TI_STATUS status; local
480 status = powerSrvProcessRequest(hPowerSrv,pPowerSrv->driverRequest.requestMode);
482 if (status !
576 TI_STATUS status = TI_OK; local
[all...]
H A DPowerSrvSM.c108 TI_STATUS status; local
122 status = fsm_Create(hOsHandle,
126 if ( status != TI_OK )
372 TI_STATUS status; local
390 status = powerSrvSmSMEvent((TI_UINT8*)&pPowerSrvSM->currentState,
394 return status;
554 TI_STATUS status; local
557 status = powerSrvSMSendMBXConfiguration(hPowerSrvSM, TI_TRUE);
558 return status;
574 TI_STATUS status; local
697 TI_STATUS status = TI_OK; local
738 TI_STATUS status; local
[all...]
/system/wlan/ti/wilink_6_1/platforms/os/linux/src/
H A DWlanDrvIf.c137 int status; local
160 status = txDataQ_InsertPacket (drv->tCommon.hTxDataQ, pPktCtrlBlk,(TI_UINT8)skb->priority);
163 if (status != TI_OK) {
182 * \param eStatus - The packet transmission status (OK/NOK)
297 * A timer calls this function periodically to check the interrupt status register.
/system/wlan/ti/wilink_6_1/stad/src/AirLink_Managment/
H A DSoftGemini.c233 TI_STATUS status; local
249 status = SoftGemini_setParamsToFW(hSoftGemini, &pSoftGemini->SoftGeminiParam);
273 if ((TI_OK == status) && (pSoftGeminiInitParams->SoftGeminiEnable != SG_DISABLE))
275 status = SoftGemini_setEnableParam(hSoftGemini, pSoftGeminiInitParams->SoftGeminiEnable, TI_FALSE);
278 if (status == TI_OK)
287 return status;

Completed in 2244 milliseconds

1234567891011