Searched defs:status (Results 151 - 175 of 252) sorted by relevance

1234567891011

/system/wlan/ti/wilink_6_1/stad/src/AirLink_Managment/
H A DmeasurementMgrSM.c181 TI_STATUS status; local
254 status = fsm_Config(pMeasurementMgr->pMeasurementMgrSm,
260 return status;
277 TI_STATUS status; local
280 status = fsm_GetNextState(pMeasurementMgr->pMeasurementMgrSm,
283 if (status != TI_OK)
292 status = fsm_Event(pMeasurementMgr->pMeasurementMgrSm, currentState, event, (void *) pMeasurementMgr);
294 return status;
462 TI_STATUS status; local
483 status
832 TI_STATUS status; local
[all...]
H A DspectrumMngmntMgr.c131 if( (status = whalCtrl_GetParam(pMeasurementMgr->hHalCtrl,&whalParam)) == TI_OK)
153 if( (status = whalCtrl_GetParam(pMeasurementMgr->hHalCtrl,&whalParam)) == TI_OK)
155 return status;
158 return status;
427 TI_STATUS status; local
438 status = mlmeBuilder_sendFrame(pMeasurementMgr->hMlme,ACTION,
444 if(status != TI_OK)
445 return status;
/system/wlan/ti/wilink_6_1/stad/src/Connection_Managment/
H A DadmCtrlWpa.c110 Encryption status
114 TI_STATUS status; member in struct:__anon1741
412 TI_STATUS status; local
460 status = pAdmCtrl->pRsn->setPaeConfig(pAdmCtrl->pRsn, &paeConfig);
462 return status;
470 TI_STATUS status; local
498 status = pAdmCtrl->pRsn->setPaeConfig(pAdmCtrl->pRsn, &paeConfig);
500 return status;
530 TI_STATUS status; local
534 status
705 TI_STATUS status; local
954 TI_STATUS status; local
[all...]
H A DapConnApi.h123 * Lists the possible types of connection status
134 /* 4 */ CONN_STATUS_LAST /**< Maximum connection status - must be last!!! */
210 apConn_connStatus_e status; /** Reported status of the connection */ member in struct:_apConn_connStatus_t
293 * \param reportStatusCallb - Pointer to input Connection status callback
413 * The function returns the status of the AP, whether or not it is pre-authenticated.
H A DconnInfra.c281 TI_STATUS status; local
284 status = fsm_GetNextState(pConn->infra_pFsm, *currentState, event, &nextState);
285 if (status != TI_OK)
293 status = fsm_Event(pConn->infra_pFsm, currentState, event, (void *)pConn);
295 return status;
305 TI_STATUS status; local
308 status = siteMgr_join(((conn_t *)pData)->hSiteMgr );
310 if (status != TI_OK)
314 return status;
320 TI_STATUS status; local
375 TI_STATUS status; local
427 TI_STATUS status; local
457 TI_STATUS status; local
494 TI_STATUS status; local
532 TI_STATUS status; local
573 TI_STATUS status; local
906 TI_STATUS status; local
[all...]
H A DmainKeysSm.c90 TI_STATUS status; local
102 status = fsm_Create(hOs, &pHandle->pMainKeysSm, MAIN_KEYS_NUM_STATES, MAIN_KEYS_NUM_EVENTS);
103 if (status != TI_OK)
176 TI_STATUS status; local
255 status = fsm_Config(pMainKeys->pMainKeysSm, &mainKeysSM_matrix[0][0],
257 if (status != TI_OK)
260 return status;
263 status = keyParser_config(pMainKeys->pKeyParser,
271 if (status != TI_OK)
274 return status;
314 TI_STATUS status; local
382 TI_STATUS status; local
410 TI_STATUS status; local
438 TI_STATUS status=TI_NOK; local
489 TI_STATUS status=TI_NOK; local
580 TI_STATUS status; local
615 TI_STATUS status; local
652 TI_STATUS status; local
696 TI_STATUS status = TI_OK; local
734 TI_STATUS status = TI_OK; local
771 TI_STATUS status; local
801 TI_STATUS status = TI_OK; local
838 TI_STATUS status; local
867 TI_STATUS status = TI_OK; local
906 TI_STATUS status; local
[all...]
H A DmainKeysSm.h84 TI_STATUS status; member in struct:__anon1774
H A DmainSecSm.h98 TI_STATUS status; member in struct:__anon1780
/system/wlan/ti/wilink_6_1/stad/src/Ctrl_Interface/
H A DCmdDispatcher.c365 * If the parameter can not be set from outside the driver it returns a failure status.
407 * If the parameter can not be get from outside the driver it returns a failure status.
422 TI_STATUS status; local
441 status = pCmdDispatch->paramAccessTable[moduleNumber - 1].get(pCmdDispatch->paramAccessTable[moduleNumber - 1].handle, pParam);
443 return status;
/system/wlan/ti/wilink_6_1/stad/src/Sta_Management/
H A DPowerMgr.c202 TI_STATUS status; local
263 status = TrafficMonitor_SetRstCondition (pPowerMgr->hTrafficMonitor,
267 if ( status != TI_OK )
307 status = TrafficMonitor_SetRstCondition (pPowerMgr->hTrafficMonitor,
311 if ( status != TI_OK )
458 /*TI_STATUS status;*/
512 DESCRIPTION: returns the 802.11 power save status (enable / disable).
825 TRACE1( pPowerMgr->hReport, REPORT_SEVERITY_ERROR, "powerSaveCompleteCB: invliad status: %d\n", transStatus);
1107 TI_STATUS status = TI_OK; local
1114 status
[all...]
H A DmlmeSm.c110 TI_STATUS status; local
125 status = fsm_Create(hOs, &pHandle->pMlmeSm, MLME_SM_NUM_STATES, MLME_SM_NUM_EVENTS);
126 if (status != TI_OK)
156 TI_STATUS status; local
161 status = fsm_Unload(pHandle->hOs, pHandle->pMlmeSm);
162 if (status != TI_OK)
372 TI_STATUS status; local
386 status = mlme_smEvent(&pHandle->currentState, MLME_SM_EVENT_START, pHandle);
388 return status;
411 TI_STATUS status; local
447 mlme_reportAuthStatus(TI_HANDLE hMlme, TI_UINT16 status) argument
514 mlme_reportAssocStatus(TI_HANDLE hMlme, TI_UINT16 status) argument
566 TI_STATUS status; local
588 TI_STATUS status; local
604 TI_STATUS status; local
620 TI_STATUS status; local
635 TI_STATUS status; local
644 TI_STATUS status; local
674 TI_STATUS status; local
[all...]
/system/wlan/ti/wilink_6_1/utils/
H A Drate.c1207 TI_STATUS status = TI_OK; local
1234 status = TI_NOK;
1238 if (status == TI_OK)
1243 return status;
/system/extras/tests/sdcard/
H A Dsysutil.cpp211 const char *reasonChildExited(int status) argument
215 if (WIFEXITED(status))
217 snprintf(buffer, sizeof(buffer), "ok (%d)", WEXITSTATUS(status));
219 else if (WIFSIGNALED(status))
221 snprintf(buffer, sizeof(buffer), "signaled (%d %s)", WTERMSIG(status), strsignal(WTERMSIG(status)));
366 int status; local
367 pid_t pid = wait(&status);
374 if (!WIFEXITED(status))
377 pid, reasonChildExited(status));
[all...]
/system/media/opensles/libopensles/
H A Dandroid_SfPlayer.cpp707 CacheStatus status = getCacheRemaining(&eos); local
709 if (eos || status == kStatusHigh
710 || ((mFlags & kFlagPreparing) && (status >= kStatusEnough))) {
794 // cache status is evaluated against duration thresholds
811 // cache status is evaluated against cache amount thresholds
/system/wlan/ti/sta_dk_4_0_4_32/CUDK/CLI/
H A Dwipp_ctrl.c737 int status; local
757 waitpid(process_table[index][0], &status, WUNTRACED);
825 if (snprintf(temp_buffer, TEMP_BUFFER_SIZE, "/proc/%s/status", p_dir_entry->d_name) > 0)
827 /* Get the information out of the status file */
/system/wlan/ti/sta_dk_4_0_4_32/common/src/BusAccess/Export_Inc/
H A DwhalBus_Defs.h68 TI_STATUS status; member in struct:__anon507
106 /* Mac status Callback */
/system/wlan/ti/sta_dk_4_0_4_32/common/src/Management/AirLink/Measurement/
H A DmeasurementMgr.c115 TI_STATUS status; local
169 status = fsm_Create(pMeasurementMgr->hOs, &(pMeasurementMgr->pMeasurementMgrSm),
171 if(status != OK)
226 TI_STATUS status; local
252 /* Getting management capability status */
299 status = measurementMgrSM_config(hMeasurementMgr);
301 if(status == OK)
312 return status;
726 TI_STATUS status; local
745 status
[all...]
/system/wlan/ti/sta_dk_4_0_4_32/common/src/Management/PowerMgr/
H A DPowerMgr.c211 TI_STATUS status; local
280 status = TrafficMonitor_SetRstCondition(hTrafficMonitor,
284 if ( status != OK )
326 status = TrafficMonitor_SetRstCondition(hTrafficMonitor,
330 if ( status != OK )
461 /*TI_STATUS status;*/
515 DESCRIPTION: returns the 802.11 power save status (enable / disable).
892 ("powerSaveCompleteCB: invliad status: %d\n", transStatus) );
1210 TI_STATUS status = OK; local
1219 status
[all...]
/system/wlan/ti/sta_dk_4_0_4_32/common/src/Management/QOS/
H A DtrafficAdmControl.c144 TI_STATUS status; local
158 status = fsm_Create(hOs, &pTrafficAdmCtrl->pTrafficAdmCtrlSm, TRAFFIC_ADM_CTRL_SM_NUM_STATES, TRAFFIC_ADM_CTRL_SM_NUM_EVENTS);
159 if (status != OK)
221 TI_STATUS status; local
226 status = fsm_Unload(pTrafficAdmCtrl->hOs, pTrafficAdmCtrl->pTrafficAdmCtrlSm);
227 if (status != OK)
273 TI_STATUS status; local
306 status = fsm_Config(pTrafficAdmCtrl->pTrafficAdmCtrlSm, &trafficAdmCtrl_smMatrix[0][0],
308 if (status != OK)
369 TI_STATUS status; local
415 TI_STATUS status; local
636 TI_STATUS status; local
670 TI_STATUS status; local
745 TI_STATUS status = OK; local
861 TI_STATUS status = OK; local
1160 TI_STATUS status = OK; local
1229 TI_STATUS status = OK; local
[all...]
/system/wlan/ti/sta_dk_4_0_4_32/common/src/TNETW_Driver/FW_Transfer/DebugTrace_Xfer/
H A DDebugTraceXfer.c148 static void debugTrace_StateMachine(TI_HANDLE hDebugTrace,UINT8 module_id ,TI_STATUS status);
292 * to FwEvent module a TNETWIF_OK status.
294 * (In that case the return status is TNETWIF_PENDING, and we are waiting for the CB).
300 * status - not used (for CB API only)
306 static void debugTrace_StateMachine(TI_HANDLE hDebugTrace,UINT8 module_id ,TI_STATUS status) argument
/system/wlan/ti/sta_dk_4_0_4_32/common/src/TNETW_Driver/TNETWIF/BusTxn/
H A Dwspi.c150 static void WSPI_WriteCmdCb (TI_HANDLE hWSPI, int status);
152 static void WSPI_ReadDataCb (TI_HANDLE hWSPI, int status);
155 static void WSPI_SyncOverAsyncCb (TI_HANDLE hWSPI, int status);
158 static void WSPI_ReadAsyncCb (TI_HANDLE hWSPI, int status);
159 static void WSPI_ConfigureResetCb (TI_HANDLE hWSPI, int status);
322 static void WSPI_ConfigureResetCb (TI_HANDLE hWSPI, int status) argument
737 int status; local
792 status = SPI_WriteRead (pWSPI->hSPI,
802 if (SPI_TXN_COMPLETE == status)
805 WSPI_ReadDataCb (hWSPI, status);
850 WSPI_WriteCmdCb(TI_HANDLE hWSPI, int status) argument
911 WSPI_ReadDataCb(TI_HANDLE hWSPI, int status) argument
962 WSPI_ReadDataAfterNotBusyCb(TI_HANDLE hWSPI, int status) argument
1007 WSPI_ReadNotBusyAndDataCb(TI_HANDLE hWSPI, int status) argument
1068 int status; local
1243 int status; local
1373 WSPI_ReadAsyncCb(void* hWSPI, int status) argument
1411 WSPI_SyncOverAsyncCb(void* hWSPI, int status) argument
[all...]
/system/wlan/ti/sta_dk_4_0_4_32/common/src/core/NetworkCtrl/RegulatoryDomain/
H A DregulatoryDomain.c96 static void regulatoryDomain_getPowerLevelTableCB( TI_HANDLE hRegulatoryDomain, TI_STATUS status,
1357 /* Get connection status */
1490 static void regulatoryDomain_getPowerLevelTableCB( TI_HANDLE hRegulatoryDomain, TI_STATUS status, argument
/system/wlan/ti/sta_dk_4_0_4_32/common/src/core/data_ctrl/Ctrl/4X/
H A DackEmulDb.h90 int status; /* INDEX_FREE or INDEX_BUSY */ member in struct:__anon653
162 /* This table store the Xtag status */
237 void wdrv_aeDbGetXTagStatus(ackEmulDB_t* ackEmulDB,UINT8 sessionIndex, UINT8 *status);
238 void wdrv_aeDbSetXTagStatus(ackEmulDB_t* ackEmulDB,UINT8 sessionIndex, UINT8 status);
/system/wlan/ti/sta_dk_4_0_4_32/common/src/core/data_ctrl/Ctrl/
H A DRateAdaptation.c362 * DESCRIPTION: get current fourx status
700 UINT32 status; local
702 status = rateAdaptationa_rateToIndexInRateMapTable(pRateAdaptation, rate, &index);
704 if(status != OK)
938 * TxStatus - the tx status
/system/wlan/ti/sta_dk_4_0_4_32/common/src/core/rsn/
H A DadmCtrl.c228 TI_STATUS status; local
299 status = admCtrl_subConfig(pAdmCtrl);
301 return status;
326 TI_STATUS status; local
333 status = admCtrlWpa_config(pAdmCtrl);
338 status = admCtrlWpa2_config(pAdmCtrl);
344 status = admCtrlNone_config(pAdmCtrl);
348 status = admCtrlWep_config(pAdmCtrl);
354 return status;
405 TI_STATUS status local
596 TI_STATUS status; local
633 TI_STATUS status; local
[all...]

Completed in 307 milliseconds

1234567891011