Searched defs:status (Results 226 - 250 of 252) sorted by relevance

1234567891011

/system/wlan/ti/sta_dk_4_0_4_32/pform/linux/src/
H A Desta_drv.c553 void sendFreeFunc(TI_HANDLE pSkb, TI_HANDLE dummy1, TI_STATUS status) argument
557 /* print_deb("^^^ free %p %d bytes (%s)\n", skb->data, skb->len, (status==OK) ? "OK" : "ERROR" ); */
620 int status; local
637 status = configMgr_allocMSDUBufferOnly(drv->adapter.CoreHalCtx, &pMsdu, OS_ABS_TX_MODULE);
638 if(status != OK)
646 status = configMgr_allocBDs(drv->adapter.CoreHalCtx, 1, &pCurBd);
648 if(status != OK) {
682 status = configMgr_allocMSDU(drv->adapter.CoreHalCtx, &pMsdu,
685 if(status != OK)
714 status
[all...]
H A Dosapi.c259 void os_TNETWIF_BusTxn_Complete(TI_HANDLE OsContext,int status) argument
1325 INT32 status; local
1354 status = configMgr_allocMSDU(drv->adapter.CoreHalCtx, &pMsdu,
1356 if(status != OK)
1386 status = configMgr_sendMsdu(drv->adapter.CoreHalCtx, pMsdu, 0);
1388 return status;
/system/wlan/ti/sta_dk_4_0_4_32/wpa_supplicant_lib/
H A Ddriver_ti.c1282 int status; local
1368 status = eloop_register_read_sock( myDrv->driverEventsSocket, wpa_driver_tista_receive_driver_event, priv, myDrv );
1370 if( status != 0 ) {
1881 u32 status = myDrv->btcoex_mode; local
1884 ret = TI_SetBtCoeGetStatus( myDrv->hDriver, (tiUINT32 *)&status );
1886 ret = snprintf(buf, buf_len, "btcoexstatus = 0x%x\n", status);
/system/wlan/ti/wilink_6_1/TWD/Ctrl/
H A DCmdBldCmd.c78 * \return command status (OK / NOK)
223 * \return command status (OK / NOK)
313 * \return command status (OK / NOK)
331 * \return command status (OK / NOK)
580 TRACE1(pCmdBld->hReport, REPORT_SEVERITY_ERROR , "cmdBld_StartPeriodicScan: status %d when configuring SSID list", tStatus);
614 TRACE1(pCmdBld->hReport, REPORT_SEVERITY_ERROR , "cmdBld_StartPeriodicScan: status %d when configuring periodic scan parameters", tStatus);
1264 TI_STATUS status; local
1273 status = cmdBld_CmdIeSetKey (hCmdBld,
1284 return status;
1559 * DESCRIPTION: Set station status
[all...]
H A DCmdBld.c260 static void cmdBld_ConfigFwCb (TI_HANDLE hCmdBld, TI_STATUS status, void *pData) argument
460 TI_STATUS status = TI_NOK; local
469 status = cmdBld_CmdIeConfigureTemplateFrame (hCmdBld,
476 if (TI_OK != status)
478 return status;
482 status = cmdBld_CmdIeConfigureTemplateFrame (hCmdBld,
490 return status;
895 TI_STATUS status = TI_NOK; local
901 return status;
911 status
1310 TI_STATUS status = TI_NOK; local
1357 TI_STATUS status; local
2123 TI_STATUS status = TI_OK; local
2405 TI_STATUS status = TI_OK; local
[all...]
H A DCmdBldCfgIE.c771 TI_STATUS status = TI_NOK; local
776 return status;
781 status = cmdQueue_SendCommand (pCmdBld->hCmdQueue, CMD_CONFIGURE, pCfg, sizeof(*pCfg), fCb, hCb, NULL);
783 return status;
1859 TI_STATUS status = TI_NOK; local
1866 status = cmdQueue_SendCommand (pCmdBld->hCmdQueue,
1873 return status;
1881 TI_STATUS status = TI_NOK; local
1888 status = cmdQueue_SendCommand (pCmdBld->hCmdQueue,
1895 return status;
[all...]
/system/wlan/ti/wilink_6_1/TWD/TWDriver/
H A DTWDriver.c536 TI_STATUS status; local
549 status = hwInit_LoadFw(pTWD->hHwInit);
551 if (status == TXN_STATUS_ERROR)
565 * \param status - callback status
575 static TI_STATUS TWD_ConfigFwCb (TI_HANDLE hTWD, TI_STATUS status) argument
582 * and the path status and control (Tx/Rx) in the corresponding modules
1141 ETxnStatus status; local
1157 status = twIf_Restart(pTWD->hTwIf);
1160 if (status !
[all...]
/system/wlan/ti/wilink_6_1/stad/src/Sta_Management/
H A DqosMngr.c237 TI_STATUS status; local
271 status = trafficAdmCtrl_config (pQosMngr->pTrafficAdmCtrl,
282 if(status != TI_OK)
486 TI_STATUS status; local
546 status = verifyAndConfigTrafficParams(hQosMngr,&(pQosMngr->acParams[QOS_AC_BE].QtrafficParams));
547 if (status != TI_OK)
550 return status;
557 status = verifyAndConfigQosParams(hQosMngr,&(pQosMngr->acParams[QOS_AC_BE].acQosParams));
558 if (status != TI_OK)
561 return status;
1001 TI_STATUS status; local
1467 TI_STATUS status = TI_OK; local
1543 TI_STATUS status; local
1739 TI_STATUS status; local
1825 TI_STATUS status; local
1916 TI_STATUS status; local
1969 TI_STATUS status; local
2210 TI_STATUS status; local
2675 TI_STATUS status; local
[all...]
H A DsiteMgr.c369 TI_STATUS status; local
398 status = ctrlData_getParamBssid(pSiteMgr->hCtrlData, CTRL_DATA_MAC_ADDRESS, saBssid);
399 if (status != TI_OK)
976 TI_STATUS status = TI_OK; local
1208 status = getPrimaryBssid(pSiteMgr, (OS_802_11_BSSID_EX *)pParam->content.pSiteMgrSelectedSiteInfo, &pParam->paramLength);
1412 return status;
1720 /* Now handle the current protection status */
2137 /* so the conn module will be aware of the beacon status of the site it's trying to connect to */
4151 TI_STATUS status; local
4157 status
[all...]
/system/wlan/ti/wilink_6_1/wpa_supplicant_lib/
H A Ddriver_ti.c452 wpa_printf(MSG_ERROR, "ERROR - Failed to get bt coe status");
756 u32 status = drv->btcoex_mode; local
759 ret = wpa_driver_tista_get_bt_coe_status( priv, &status );
761 ret = sprintf(buf, "btcoexstatus = 0x%x\n", status);
/system/wlan/ti/sta_dk_4_0_4_32/common/src/Management/apConn/
H A DapConn.c226 apConn_roamMngrCallb_t reportStatusCallb; /**< connection status events */
307 TI_STATUS status; local
314 status = fsm_Create(hOs, &(pAPConnection->apConnSM), AP_CONNECT_NUM_STATES, AP_CONNECT_NUM_EVENTS);
315 if (status == OK)
409 TI_STATUS status; local
515 status = fsm_Config(pAPConnection->apConnSM,
523 if (status == OK)
584 return status;
637 TI_STATUS apConn_ConnCompleteInd(TI_HANDLE hAPConnection, mgmtStatus_e status, UINT32 uStatusCode) argument
643 if (status
1570 TI_STATUS status; local
1724 apConn_DisconnCompleteInd(TI_HANDLE hAPConnection, mgmtStatus_e status, UINT32 uStatusCode) argument
1946 TI_STATUS status; local
2316 TI_STATUS status; local
[all...]
/system/wlan/ti/sta_dk_4_0_4_32/common/src/core/data_ctrl/Tx/
H A Dtx.c597 TI_STATUS status = OK; local
613 status = NOK;
622 status = NOK;
643 return status;
802 * Set GWSI interfaces status as 'opened'
993 /* In case the function return status is NOK, no need to call Os free function */
1014 /* In case the function return status is NOK, no need to call Os free function. */
1191 /* set msdu tx status to Fail (this status is used by OS) */
1214 /* set msdu tx status t
2846 TI_STATUS status; local
3127 TI_STATUS status; local
3211 TI_STATUS status; local
3296 TI_STATUS status = OK; local
4305 TI_STATUS status = OK; local
[all...]
/system/wlan/ti/sta_dk_4_0_4_32/common/src/hal/hw_ctrl/
H A DwhalHwMboxConfig.c1155 static int whal_hwInfoElemMemoryMapPrintCb (TI_HANDLE hHwMboxConfig, TI_STATUS status, void *pData) argument
2610 int status; local
2623 status = CmdQueue_CmdConfigure (pHwMboxConfig->hCmdMboxQueue, pCfg, sizeof(*pCfg));
2625 if (status != OK)
H A DwhalHwCtrl.c607 static void whal_hwCtrl_ConfigCb (TI_HANDLE hHwCtrl, TI_STATUS status) argument
619 status = whal_hwCtrl_Initiate (pHwCtrl);
620 if (status == TNETWIF_ERROR)
717 static void whal_hwCtrl_FinalizeDownloadCb2 (TI_HANDLE hHwCtrl, TI_STATUS status, void *pData) argument
752 static void whal_hwCtrl_FinalizeDownloadCb1 (TI_HANDLE hHwCtrl, TI_STATUS status, void *pData) argument
863 static int whal_hwCtrl_ConfigHwCb2 (HwCtrl_T *pHwCtrl, TI_STATUS status, void *pData) argument
1020 static int whal_hwCtrl_ConfigHwCb1 (HwCtrl_T *pHwCtrl, TI_STATUS status, void *pData) argument
1979 TI_STATUS status; local
1984 if ((status = whalBus_FwCtrl_Boot (pHwCtrl->hWhalBus, (TI_HANDLE)pHwCtrl, &BootAttr)) == TNETWIF_ERROR)
1990 return status;
2196 int status; local
2503 TI_STATUS status; local
2537 TI_STATUS status; local
2571 TI_STATUS status; local
2599 TI_STATUS status; local
3102 TI_STATUS status = NOK; local
[all...]
/system/wlan/ti/wilink_6_1/TWD/FW_Transfer/
H A DHwInit.c180 /* Handle return status inside a state machine */
181 #define EXCEPT(phwinit,status) \
182 switch (status) { \
195 /* Handle return status inside an init sequence state machine */
196 #define EXCEPT_I(phwinit,status) \
197 switch (status) { \
202 phwinit->uInitSeqStatus = status; \
210 /* Handle return status inside a load image state machine */
211 #define EXCEPT_L(phwinit,status) \
212 switch (status) { \
611 TI_STATUS status = 0; local
956 TI_STATUS status; local
1019 TI_STATUS status = TI_OK; local
1234 TI_STATUS status = TI_OK; local
1269 TI_STATUS status = TI_OK; local
1435 TI_STATUS status = TI_OK; local
1619 TI_STATUS status = 0; local
1930 TI_STATUS status = 0; local
2135 TI_STATUS status = 0; local
2228 TI_STATUS status = 0; local
[all...]
/system/wlan/ti/wilink_6_1/stad/src/Application/
H A DscanMngr.c123 TRACE1( pScanMngr->hReport, REPORT_SEVERITY_ERROR, "scanMngr_reportContinuousScanResults failed. scan status %d\n", resultStatus);
526 /* report the status received */
527 TRACE1( pScanMngr->hReport, REPORT_SEVERITY_WARNING, "Continuous scan CB called with status %d\n", resultStatus);
641 * \param status - read status (TI_OK / TI_NOK).\n
644 void scanMngrGetCurrentTsfDtimMibCB(TI_HANDLE hScanMngr, TI_STATUS status, TI_UINT8* CB_buf) argument
694 TRACE1( pScanMngr->hReport, REPORT_SEVERITY_ERROR, ": getParam from HAL CTRL failed wih status: %d\n", reqStatus);
2672 * \brief Converts scan concentrator result status to scan manager result status, to be returned to roaming manager.\n
2675 * \param result status
3940 EScanCncnResultStatus status; local
[all...]
/system/wlan/ti/wilink_6_1/stad/src/Connection_Managment/
H A DapConn.c202 apConn_roamMngrCallb_t reportStatusCallb; /**< connection status events */
287 TI_STATUS status; local
294 status = fsm_Create(hOs, &(pAPConnection->apConnSM), AP_CONNECT_NUM_STATES, AP_CONNECT_NUM_EVENTS);
295 if (status == TI_OK)
595 void apConn_ConnCompleteInd(TI_HANDLE hAPConnection, mgmtStatus_e status, TI_UINT32 uStatusCode) argument
599 if (status == STATUS_SUCCESSFUL)
698 reportStatus.status = CONN_STATUS_CONNECTED;
845 /* Get XCC status */
1222 TI_STATUS status; local
1225 status
1372 apConn_DisconnCompleteInd(TI_HANDLE hAPConnection, mgmtStatus_e status, TI_UINT32 uStatusCode) argument
1568 TI_STATUS status; local
1940 TI_STATUS status; local
[all...]
/system/wlan/ti/sta_dk_4_0_4_32/common/src/core/sme/siteMgr/
H A DsiteMgr.c406 TI_STATUS status; local
460 status = ctrlData_getParam(hCtrlData, &saParam);
461 if (status != OK)
1094 TI_STATUS status = OK; local
1345 status = getBssidList(pSiteMgr, pParam->content.pSiteMgrBssidList, &pParam->paramLength, FALSE);
1359 status = getBssidList(pSiteMgr, pParam->content.pSiteMgrBssidList, &pParam->paramLength, TRUE);
1399 status = getPrimaryBssid(pSiteMgr, (OS_802_11_BSSID_EX *)pParam->content.pSiteMgrSelectedSiteInfo, &pParam->paramLength);
1561 return status;
2003 /* Now handle the current protection status */
2637 /* so the conn module will be aware of the beacon status o
4797 int status ; local
[all...]
/system/wlan/ti/sta_dk_4_0_4_32/common/src/hal/hl_ctrl/
H A DwhalCtrl.c241 static int whalCtrl_ConfigHwCb2 (TI_HANDLE hWhalCtrl, TI_STATUS status) argument
245 if (status != OK)
265 static int whalCtrl_ConfigHwCb1 (TI_HANDLE hWhalCtrl, TI_STATUS status) argument
272 * and the path status and control (Tx/Rx) in the corresponding modules
2858 int status; local
2870 status = whal_hwCtrl_wakeUpCondition (pWhalCtrl->pHwCtrl,
2873 return (TI_STATUS)status;
2894 TI_STATUS status; local
2906 status = (TI_STATUS)whal_hwCtrl_PMConfig (pWhalCtrl->pHwCtrl, pPowerMgmtOptionsConfig);
2907 return status;
2928 TI_STATUS status; local
3328 int status ; local
3725 int status ; local
3743 int status ; local
3767 int status ; local
3791 int status ; local
3811 int status ; local
3900 TI_STATUS status; local
[all...]
/system/wlan/ti/sta_dk_4_0_4_32/pform/common/src/
H A DosUtil.c152 PRINTF(DBG_NDIS_OIDS_VERY_LOUD, (" UtilGetParam: ERROR on return from get param, status=%d, param=%d\n",
156 PRINTF(DBG_NDIS_OIDS_LOUD, (" UtilGetParam: WARNING on return from get param, status=%d, param=%d\n",
308 static VOID UtilGetRxDataFiltersStatisticsCB(TI_HANDLE hAdapter, TI_STATUS status, PUINT8 pReadBuff) argument
325 os_IoctlComplete(pAdapter, status);
365 static VOID UtilGetPowerConsumptionStatisticsCB(TI_HANDLE hAdapter, TI_STATUS status, PUINT8 pReadBuff) argument
381 os_IoctlComplete(pAdapter, status);
474 VOID RssiUtilIoctlCompleteCB(TI_HANDLE hAdapter, TI_STATUS status, PUINT8 pReadBuff) argument
495 os_IoctlComplete(pAdapter, status);
507 VOID SnrUtilIoctlCompleteCB(TI_HANDLE hAdapter, TI_STATUS status, PUINT8 pReadBuff) argument
521 os_IoctlComplete(pAdapter, status);
1612 TI_STATUS status; local
2783 TI_STATUS status; local
2807 TI_STATUS status; local
2887 TI_STATUS status; local
2987 TI_STATUS status = NOK; local
3030 TI_STATUS status; local
5246 UtilPltRxPerCB(TI_HANDLE hAdapter,TI_STATUS status,PUINT8 pReadBuff) argument
5351 UtilPltReadMibCB(TI_HANDLE hAdapter,TI_STATUS status,PUINT8 pReadBuff) argument
5447 UtilPltReadRegisterCB(TI_HANDLE hAdapter,TI_STATUS status,PUINT8 pReadBuff) argument
5534 UtilPltRxTxCalCB(TI_HANDLE hAdapter,TI_STATUS status,PUINT8 pReadBuff) argument
5580 ULONG status; local
[all...]
H A DosRgstry.c4073 NDIS_STATUS status; local
4098 NdisReadConfiguration(&status, &RetValue,
4102 if(status == NDIS_STATUS_SUCCESS)
/system/wlan/ti/wilink_6_1/external_drivers/sdio/linux/
H A DSdioDrv.c214 void (*BusTxnCB)(void* BusTxnHandle, int status);
347 int status; local
351 status = OMAP_HSMMC_READ(STAT);
353 g_drv.async_status = status & (OMAP_HSMMC_ERR);
355 PERR("sdiodrv_irq: ERROR in STAT = 0x%x\n", status);
363 PDEBUG("sdiodrv_dma_read_cb() channel=%d status=0x%x\n", lch, (int)ch_status);
427 u32 status=0, loops=0; local
431 status = OMAP_HSMMC_READ_OFFSET(reg_offset);
432 if(( status & stat))
438 return status;
494 int status, loops=0; local
512 int status; local
592 int status; local
631 int status; local
1066 u32 status; local
[all...]
/system/wlan/ti/sta_dk_4_0_4_32/CUDK/CLI/
H A Dcu_cmd.c354 tiINT32 status; local
360 status = TI_GetEAPType( g_id_adapter, &eapType );
858 /* status & AP info*/
896 tiINT32 status; local
906 status = TI_GetTxStatistics( g_id_adapter, &statistics, 0 );
910 status = TI_GetTxStatistics( g_id_adapter, &statistics, parm[0].value );
913 if( status )
2653 console_printf_terminal("802_11d status=%d\n", data );
2669 console_printf_terminal("802_11d status is updated to =%d\n", parm[0].value );
2687 console_printf_terminal("802_11h status
[all...]
/system/wlan/ti/wilink_6_1/CUDK/configurationutility/src/
H A Dcu_cmd.c918 S32 status; local
920 status = CuCommon_GetU32(pCuCmd->hCuCommon, DRIVER_STATUS_PARAM, &pCuCmd->isDeviceRunning);
922 if ((status == OK) && pCuCmd->isDeviceRunning)
1633 os_error_printf(CU_MSG_INFO2, (PS8)"802_11d status is updated to = %s\n", (Enabled_802_11d)?"TRUE":"FALSE" );
1655 os_error_printf(CU_MSG_INFO2, (PS8)"802_11h status is updated to =%d\n", Enabled_802_11h );
5450 os_error_printf(CU_MSG_INFO2, (PS8)"Tx calibration returned status: %d\n", data.testCmd_u.P2GCal.oRadioStatus);
5478 os_error_printf(CU_MSG_INFO2, (PS8)"Enter Rx calibration returned status: %d\n", data.testCmd_u.RxPlt.oRadioStatus);
5502 os_error_printf(CU_MSG_INFO2, (PS8)"Rx calibration returned status: %d\n", data.testCmd_u.RxPlt.oRadioStatus);
5527 os_error_printf(CU_MSG_INFO2, (PS8)"Exit Rx calibration returned status: %d\n", data.testCmd_u.RxPlt.oRadioStatus);
/system/wlan/ti/wilink_6_1/TWD/FirmwareApi/
H A Dpublic_infoele.h498 13 Copy RX Status - when set, write three receive status words to top of
500 When clear, do not write three status words (added rev 1.5)
2011 uint8 status; member in struct:__anon1306

Completed in 481 milliseconds

1234567891011