Searched defs:status (Results 201 - 225 of 252) sorted by relevance

1234567891011

/system/wlan/ti/sta_dk_4_0_4_32/common/src/core/data_ctrl/Rx/
H A Drx.c222 /* port status close */
228 /* port status open notify */
234 /* port status open eapol */
240 /* port status open */
959 TI_STATUS status; local
965 status = DistributorMgr_UnReg(pRxData->RxEventDistributor,RegEventHandle);
966 return (status);
1067 * data packet type and rx port status.
1085 /* get rx port status */
1149 /* dispatch Msdu according to packet type and current rx data port status */
[all...]
/system/wlan/ti/sta_dk_4_0_4_32/common/src/core/mlme/
H A DmlmeParser.c111 TI_STATUS status = NOK; local
155 status = mlmeParser_getFrameType(pHandle, (UINT16 *)&pMgmtFrame->hdr.fc, &msgType);
156 if (status != OK)
247 /* read status */
248 pHandle->tempFrameInfo.frame.content.assocRsp.status = ENDIAN_HANDLE_WORD(*(UINT16*)pData);
276 status = mlmeParser_readRates(pHandle, pData, bodyDataLen, &readLen, &(pHandle->tempFrameInfo.rates));
277 if (status != OK)
289 status = mlmeParser_readRates(pHandle, pData, bodyDataLen, &readLen, &(pHandle->tempFrameInfo.extRates));
290 if (status != OK)
299 status
1788 TI_STATUS status = NOK; local
[all...]
/system/wlan/ti/sta_dk_4_0_4_32/common/src/core/rsn/
H A DadmCtrlWpa2.c127 Encryption status
131 TI_STATUS status; member in struct:__anon740
452 TI_STATUS status; local
498 status = pAdmCtrl->pRsn->setPaeConfig(pAdmCtrl->pRsn, &paeConfig);
500 return status;
532 TI_STATUS status; local
667 status = ctrlData_getParam(pAdmCtrl->pRsn->hCtrlData, &param);
674 status = admCtrlWpa2_findPMKID(pAdmCtrl, &assocBssid, &pmkId, &index);
675 if(status == OK)
726 TI_STATUS status; local
896 TI_STATUS status; local
1319 TI_STATUS status = NOK; local
1408 TI_STATUS status = OK; local
1477 TI_STATUS status = NOK; local
1602 TI_STATUS status = NOK; local
1800 TI_STATUS status = NOK; local
[all...]
H A Drsn.c199 TI_STATUS status; local
213 status = admCtrl_unload (pRsn->pAdmCtrl);
214 status = mainSec_unload (pRsn->pMainSecSm);
218 return status;
268 TI_STATUS status; local
307 status = admCtrl_config (pRsn->pAdmCtrl, hMlme, hRx, hReport, hOs, pRsn, hExcMngr, hPowerMgr, hEvHandler, pInitParam);
308 if (status != OK)
310 return status;
330 return status;
385 TI_STATUS status local
445 TI_STATUS status; local
497 TI_STATUS status = OK; local
587 TI_STATUS status; local
659 TI_STATUS status = OK; local
790 TI_STATUS status = OK; local
845 TI_STATUS status=OK; local
1157 TI_STATUS status = OK; local
1256 TI_STATUS status; local
1308 TI_STATUS status; local
1356 TI_STATUS status; local
1404 TI_STATUS status; local
1445 TI_STATUS status; local
1485 TI_STATUS status; local
1504 TI_STATUS status = OK; local
1606 TI_STATUS status = OK; local
1669 TI_STATUS status = OK; local
1693 TI_STATUS status = OK; local
1914 TI_STATUS status; local
[all...]
/system/wlan/ti/sta_dk_4_0_4_32/common/src/core/sme/siteMgr/
H A Dselect.c232 a select status success to the SME SM.
234 a select status failure to the SME SM.
236 to the site table, than we configure the system and reports a select status success to the SME SM.
239 previous scanning, we report a select status failure to the SME SM because a re scan is needed
902 TI_STATUS status; local
906 status = regulatoryDomain_getParam(pSiteMgr->hRegulatoryDomain,&param);
907 if(status == OK && param.content.spectrumManagementEnabled)
1173 TI_STATUS status; local
1344 status = siteMgr_getWMEParamsSite(pSiteMgr,&p_ACParametersDummy);
1345 if(status
[all...]
/system/wlan/ti/wilink_6_1/CUDK/configurationutility/src/
H A Dconsole.c1049 U8 status = 0; local
1059 status = Console_ParseString(pConsole, buf);
1060 if (status == 1)
/system/wlan/ti/wilink_6_1/TWD/FirmwareApi/
H A Dpublic_descriptors.h79 /* The packet transmission result, written in the status field of TxResultDescriptor_t */
122 TxDescStatus_e status; /* The status of the transmission, indicating success or one of several member in struct:TxResultDescriptor_t
129 TxRateIndex_t rate; /* The rate that succeeded getting ACK (Valid only if status=SUCCESS). */
232 uint8 status; /* 0 = Success, 1 = RX Decrypt Fail, 2 = RX MIC Fail */ member in struct:__anon1220
/system/wlan/ti/wilink_6_1/stad/src/AirLink_Managment/
H A DSwitchChannel.c212 TI_STATUS status; local
226 status = fsm_Create(hOs, &pSwitchChannel->pSwitchChannelSm, SC_NUM_STATES, SC_NUM_EVENTS);
227 if (status != TI_OK)
554 * This procedure is called when power save status is returned
657 TI_STATUS status; local
662 status = fsm_GetNextState(pSwitchChannel->pSwitchChannelSm, *currState, event, &nextState);
663 if (status != TI_OK)
671 status = fsm_Event(pSwitchChannel->pSwitchChannelSm, currState, event, (void *)pSwitchChannel);
673 if (status != TI_OK)
678 return status;
[all...]
/system/wlan/ti/wilink_6_1/stad/src/Connection_Managment/
H A DadmCtrlWpa2.c118 Encryption status
122 TI_STATUS status; member in struct:__anon1745
443 TI_STATUS status; local
489 status = pAdmCtrl->pRsn->setPaeConfig(pAdmCtrl->pRsn, &paeConfig);
491 return status;
523 TI_STATUS status; local
604 status = ctrlData_getParamBssid(pAdmCtrl->pRsn->hCtrlData, CTRL_DATA_CURRENT_BSSID_PARAM, pBssid);
607 status = admCtrlWpa2_findPMKID(pAdmCtrl, &assocBssid, &pmkId, &index);
608 if(status == TI_OK)
646 TI_STATUS status; local
818 TI_STATUS status; local
1224 TI_STATUS status = TI_NOK; local
1308 TI_STATUS status = TI_OK; local
1377 TI_STATUS status = TI_NOK; local
1496 TI_STATUS status = TI_NOK; local
1679 TI_STATUS status = TI_NOK; local
[all...]
H A Drsn.c182 TI_STATUS status; local
204 status = admCtrl_unload (pRsn->pAdmCtrl);
205 status = mainSec_unload (pRsn->pMainSecSm);
209 return status;
268 TI_STATUS status; local
297 status = admCtrl_config (pRsn->pAdmCtrl,
310 if (status != TI_OK)
312 return status;
332 return status;
387 TI_STATUS status local
445 TI_STATUS status; local
496 TI_STATUS status = TI_OK; local
579 TI_STATUS status; local
630 TI_STATUS status = TI_NOK; local
663 TI_STATUS status = TI_OK; local
784 TI_STATUS status = TI_OK; local
1139 TI_STATUS status = TI_OK; local
1231 TI_STATUS status; local
1281 TI_STATUS status; local
1330 TI_STATUS status; local
1378 TI_STATUS status; local
1419 TI_STATUS status; local
1459 TI_STATUS status; local
1481 TI_STATUS status = TI_OK; local
1594 TI_STATUS status = TI_OK; local
1661 TI_STATUS status = TI_OK; local
1683 TI_STATUS status = TI_OK; local
1923 TI_STATUS status; local
[all...]
/system/wlan/ti/wilink_6_1/stad/src/Sta_Management/
H A DassocSM.c153 TI_STATUS status; local
167 status = fsm_Create(hOs, &pHandle->pAssocSm, ASSOC_SM_NUM_STATES, ASSOC_SM_NUM_EVENTS);
168 if (status != TI_OK)
198 TI_STATUS status; local
203 status = fsm_Unload(pHandle->hOs, pHandle->pAssocSm);
204 if (status != TI_OK)
331 TI_STATUS status; local
345 status = assoc_smEvent(pHandle, ASSOC_SM_EVENT_START, hAssoc);
347 return status;
371 TI_STATUS status; local
407 TI_STATUS status; local
456 TI_STATUS status; local
826 TI_STATUS status; local
848 TI_STATUS status; local
860 TI_STATUS status; local
869 TI_STATUS status; local
879 TI_STATUS status; local
900 TI_STATUS status; local
911 TI_STATUS status; local
923 TI_STATUS status; local
974 TI_STATUS status; local
995 TI_STATUS status; local
1008 TI_STATUS status; local
1057 TI_STATUS status; local
1188 TI_STATUS status; local
1236 TI_STATUS status; local
1315 TI_STATUS status; local
1342 TI_STATUS status; local
1585 TI_STATUS status; local
[all...]
H A DcurrBss.c534 * Soft Gemini status , and change the parameter according to it
1378 TI_STATUS status = TI_OK; local
1426 status = TWD_CfgRssiSnrTrigger (pCurrBSS->hTWD, &tTriggerCfg);
1436 return status;
H A DmlmeApi.h99 TI_UINT16 status; member in struct:__anon1885
163 TI_UINT16 status; member in struct:__anon1887
268 TI_STATUS mlme_reportAuthStatus(TI_HANDLE hMlme, TI_UINT16 status);
270 TI_STATUS mlme_reportAssocStatus(TI_HANDLE hMlme, TI_UINT16 status);
H A DmlmeParser.c96 TI_STATUS status; local
127 status = mlmeParser_getFrameType(pHandle, (TI_UINT16 *)&pMgmtFrame->hdr.fc, &msgType);
128 if (status != TI_OK)
221 /* read status */
222 COPY_WLAN_WORD(&pHandle->tempFrameInfo.frame.content.assocRsp.status , pData);
241 status = TI_NOK;
250 status = mlmeParser_readRates(pHandle, pData, bodyDataLen, &readLen, &(pHandle->tempFrameInfo.rates));
251 if (status != TI_OK)
261 status = mlmeParser_readRates(pHandle, pData, bodyDataLen, &readLen, &(pHandle->tempFrameInfo.extRates));
262 if (status !
1482 TI_STATUS status = TI_NOK; local
[all...]
/system/core/adb/
H A Dadb.c595 int status; local
596 while(waitpid(-1, &status, WNOHANG) > 0) ;
1238 /* 1st OKAY is connect, 2nd OKAY is status */
/system/core/libpixelflinger/codeflinger/
H A DGGLAssembler.h79 inline uint32_t status() const { return mStatus; } function in class:android::RegisterAllocator::RegisterFile
/system/wlan/ti/sta_dk_4_0_4_32/CUDK/CLI/
H A Dg_tester.c87 void g_tester_send_received_event(unsigned int cmd_op, tiUINT8 status);
970 UINT32 status; local
977 status = TI_PLT_RadioTune(g_id_adapter, &ChannelBand);
978 P_BUFFER_ADD_HDR_PARAMS(p_return_buffer, G_TESTER_CLI_CMD_PLT_RADIO_TUNE, (UINT8)status);
1003 tiUINT32 status; local
1007 status = TI_PLT_TxCW(g_id_adapter, &PltTxCW);
1008 P_BUFFER_ADD_HDR_PARAMS(p_return_buffer, G_TESTER_CLI_CMD_PLT__TX__CW, (UINT8)status);
1080 UINT32 status; local
1082 status = TI_PLT_TxCalGainGet(g_id_adapter, &PLTGainGet);
1083 P_BUFFER_ADD_HDR_PARAMS(p_return_buffer, G_TESTER_CLI_CMD_PLT__CALIBRATION__TX__GAIN_GET, (UINT8)status);
1541 g_tester_send_received_event(unsigned int cmd_op, tiUINT8 status) argument
2065 tiUINT32 status = TI_PLT_ReadRegister(g_id_adapter, uiRegAddress, &uiRegisterValue); local
2099 tiUINT32 status = TI_PLT_RxPerGetResults(g_id_adapter, &PltRxPer); local
2137 tiUINT32 status; local
2188 tiUINT32 status = TI_GetDefaultWepKey(g_id_adapter, &WepKeyId); local
2374 tiUINT32 status; local
[all...]
/system/wlan/ti/sta_dk_4_0_4_32/common/src/Application/Roaming/
H A DroamingMngr.c261 /* called when CONN status event occurs */
296 TI_STATUS status; local
309 status = fsm_Create(hOs, &pRoamingMngr->pRoamingSm, ROAMING_MNGR_NUM_STATES, ROAMING_MNGR_NUM_EVENTS);
310 if (status != OK)
428 TI_STATUS status; local
558 status = fsm_Config(pRoamingMngr->pRoamingSm,
564 if (status != OK)
566 return status;
593 return status;
621 TI_STATUS status local
1358 TI_STATUS status; local
[all...]
/system/wlan/ti/sta_dk_4_0_4_32/common/src/Application/ScanMngr/
H A DscanMngr.c256 * \return status indication.\n
422 /* mark immediate scan status as stopping */
1202 /* report the status received */
1204 ("Continuous scan CB called with status %d\n", resultStatus) );
1393 * \param status - read status (OK / NOK).\n
1396 void scanMngrGetCurrentTsfDtimMibCB(TI_HANDLE hScanMngr, TI_STATUS status, UINT8* CB_buf) argument
1451 ("%s: getParam from HAL CTRL failed wih status: %d\n",
3552 * \brief Converts scan concentrator result status to scan manager result status, t
[all...]
/system/wlan/ti/sta_dk_4_0_4_32/common/src/TNETW_Driver/TNETWIF/BusTxn/
H A DwhalHwAccess.c193 * Converts status from WSPI into TI_STATUS
195 #define WSPI2TNETWIF(pHwAccess,status,addr) \
196 switch(status) { \
197 case WSPI_TXN_PENDING: status = TNETWIF_PENDING; break; \
198 case WSPI_TXN_COMPLETE: status = TNETWIF_COMPLETE; break; \
201 ("whal_hwAccess: Error in read/write async, addr=0x%08x status=%d\n", \
202 addr, status)); \
203 status = TNETWIF_ERROR; break; \
283 static void sdio_transaction_notify_read(struct SDIO_Request *req, int status);
284 static void sdio_transaction_notify_write(struct SDIO_Request *req, int status);
327 int status = OK; local
436 int status = OK; local
536 int status = OK; local
644 int status; local
703 int status = OK; local
804 int status = OK; local
926 int status = OK; local
1041 int status = OK; local
1121 int status = OK; local
1295 int status = OK; local
1750 int status = OK; local
1886 int status = OK; local
2125 int status = OK; local
2221 int status = OK; local
2375 sdio_transaction_notify_read(struct SDIO_Request *req, int status) argument
2379 sdio_transaction_notify_write(struct SDIO_Request *req, int status) argument
2396 sdio_async_transaction_notify(struct SDIO_Request *req, int status) argument
2411 sdio_async_transaction_error(struct SDIO_Request *req, int status) argument
2856 SDIO_Status status; local
2874 int status; local
2888 TI_STATUS status = NOK; local
[all...]
/system/wlan/ti/sta_dk_4_0_4_32/common/src/core/data_ctrl/Ctrl/4X/
H A DackEmulUtil.c1096 void wdrv_aeSetActive(ackEmul_t* ackEmul, int status) argument
1099 /* if (status == TRUE)
1104 if (status == FALSE)
1110 ackEmul->ackEmulationActive = status;
/system/wlan/ti/sta_dk_4_0_4_32/common/src/core/data_ctrl/Ctrl/
H A DCtrl.c869 int status; local
870 status = whalCtrl_SetMacAddress(pCtrlData->hWhalCtrl, &pParamInfo->content.ctrlDataDeviceMacAddress);
872 (" ctrlData_setParam() : MAC ADDRESS SET STATUS: %d \n",status));
873 if(status == OK)
1351 * the status of the last transmission and used as a trigger
1392 txRequestRate,pTxCompleteAttr->status, 0);
1406 ("De Auth TxCmplt: txStatus = %d, txActualRate = %d \n",pTxCompleteAttr->status,pTxCompleteAttr->rate));
1421 * update tx complete status to txData (which schedule another packet also );
1557 TI_STATUS status = NOK; local
1563 status
1592 TI_STATUS status; local
1840 TI_STATUS status; local
[all...]
/system/wlan/ti/sta_dk_4_0_4_32/common/src/core/mlme/Assoc/
H A DassocSM.c159 TI_STATUS status; local
173 status = fsm_Create(hOs, &pHandle->pAssocSm, ASSOC_SM_NUM_STATES, ASSOC_SM_NUM_EVENTS);
174 if (status != OK)
213 TI_STATUS status; local
218 status = fsm_Unload(pHandle->hOs, pHandle->pAssocSm);
219 if (status != OK)
277 TI_STATUS status; local
315 status = fsm_Config(pHandle->pAssocSm, &assoc_smMatrix[0][0],
317 if (status != OK)
368 TI_STATUS status; local
408 TI_STATUS status; local
444 TI_STATUS status; local
493 TI_STATUS status; local
944 TI_STATUS status; local
971 TI_STATUS status; local
983 TI_STATUS status; local
992 TI_STATUS status; local
1002 TI_STATUS status; local
1024 TI_STATUS status; local
1035 TI_STATUS status; local
1047 TI_STATUS status; local
1095 TI_STATUS status; local
1116 TI_STATUS status; local
1129 TI_STATUS status; local
1174 TI_STATUS status; local
1309 TI_STATUS status; local
1344 TI_STATUS status; local
1392 TI_STATUS status; local
1477 TI_STATUS status; local
1547 TI_STATUS status; local
1786 TI_STATUS status; local
[all...]
/system/wlan/ti/sta_dk_4_0_4_32/common/src/utils/
H A Dutils.c1876 char* convertTI_STATUS_toString(TI_STATUS status) argument
1878 switch (status)
1941 WLAN_OS_REPORT(("%s No matching for TI_STATUS = %d , please add me !!!\n",__FUNCTION__ ,status));
/system/wlan/ti/sta_dk_4_0_4_32/pform/linux/inc/
H A Dmmc_omap_api.h147 typedef void (*FNotify)(struct SDIO_Request *, int status);
152 typedef void (*FError)(struct SDIO_Request *, int status);
177 SDIO_RequestStatus status; /* Request complition or progress status */ member in struct:SDIO_Request
379 should be read within transaction, bus status etc, are to be stored
391 read within transaction, bus status etc, are to be stored within request
502 This function read bus status from SDIO object and returns it to
504 Note that bus status returned to the caller could be different
505 from the real status, because this function does not run in a lock mode.
534 Get status o
[all...]

Completed in 836 milliseconds

1234567891011