Searched defs:tStatus (Results 1 - 6 of 6) sorted by relevance

/hardware/ti/wlan/wl1271/stad/src/Connection_Managment/
H A DconnIbss.c441 TI_STATUS tStatus; local
443 tStatus = rsn_stop(((conn_t *)pData)->hRsn, TI_FALSE);
458 return tStatus;
H A DsmeSm.c374 TI_STATUS tStatus; local
414 tStatus = conn_start (pSme->hConn, CONN_TYPE_FIRST_CONN, sme_ReportConnStatus, hSme, TI_FALSE, TI_FALSE);
415 if (TI_OK != tStatus)
417 TRACE1(pSme->hReport, REPORT_SEVERITY_ERROR , "smeSm_Connect: conn_start returned status %d\n", tStatus);
463 TI_STATUS tStatus; local
471 tStatus = apConn_stop (pSme->hApConn, TI_TRUE);
476 tStatus = conn_stop(pSme->hConn, DISCONNECT_DE_AUTH, STATUS_UNSPECIFIED,
478 if (tStatus != TI_OK)
480 TRACE1(pSme->hReport, REPORT_SEVERITY_ERROR , "smeSm_Disconnect: conn_stop retruned %d\n", tStatus);
552 TI_STATUS tStatus; local
576 TI_STATUS tStatus; local
652 TI_STATUS tStatus; local
[all...]
/hardware/ti/wlan/wl1271/stad/src/Sta_Management/
H A DScanCncnSmSpecific.c124 TI_STATUS tStatus; local
130 tStatus = TWD_Scan (pScanCncnClient->hTWD, &(pScanCncnClient->uScanParams.tOneShotScanParams), SCAN_RESULT_TAG_APPLICATION_ONE_SHOT,
134 if (TI_OK != tStatus)
136 TRACE1(pScanCncnClient->hReport, REPORT_SEVERITY_ERROR , "scanCncnSmApp1Shot_StartScan: TWD returned status %d, quitting app scan.\n", tStatus);
159 TI_STATUS tStatus; local
164 tStatus = TWD_StopScan (pScanCncnClient->hTWD, SCAN_RESULT_TAG_APPLICATION_ONE_SHOT, TI_FALSE, NULL, NULL);
168 tStatus = TWD_StopScan (pScanCncnClient->hTWD, SCAN_RESULT_TAG_APPLICATION_ONE_SHOT, pScanCncnClient->bSendNullDataOnStop, NULL, NULL);
172 if (TI_OK != tStatus)
174 TRACE1(pScanCncnClient->hReport, REPORT_SEVERITY_ERROR , "scanCncnSmApp1Shot_StopScan: status %d from TWD_StopScan, sending scan complete to SM\n", tStatus);
270 TI_STATUS tStatus; local
[all...]
/hardware/ti/wlan/wl1271/TWD/Data_Service/
H A DRxQueue.c66 TI_STATUS tStatus; /* RxXfer status. */ member in struct:__anon701
113 static TI_STATUS RxQueue_PassPacket (TI_HANDLE hRxQueue, TI_STATUS tStatus, const void *pBuffer);
270 pTidDataBase->aPaketsQueue[pTidDataBase->aWinStartArrayInex].tStatus,
305 static TI_STATUS RxQueue_PassPacket (TI_HANDLE hRxQueue, TI_STATUS tStatus, const void *pBuffer) argument
310 if (tStatus == TI_OK)
380 TI_STATUS tStatus = TI_OK; local
414 RxQueue_PassPacket (pRxQueue, tStatus, pBuffer);
455 RxQueue_PassPacket (pRxQueue, tStatus, pBuffer);
492 RxQueue_PassPacket (pRxQueue, tStatus, pBuffer);
512 pTidDataBase->aPaketsQueue[pTidDataBase->aWinStartArrayInex].tStatus,
[all...]
/hardware/ti/wlan/wl1271/TWD/Ctrl/
H A DCmdBldCmd.c522 TI_STATUS tStatus; local
575 tStatus = cmdBld_CmdIeScanSsidList (hCmdBld, pFWSsidList, NULL, NULL);
577 if (TI_OK != tStatus)
579 TRACE1(pCmdBld->hReport, REPORT_SEVERITY_ERROR , "cmdBld_StartPeriodicScan: status %d when configuring SSID list", tStatus);
580 return tStatus;
610 tStatus = cmdBld_CmdIePeriodicScanParams (hCmdBld, &tFWPeriodicScanParams, NULL, NULL);
611 if (TI_OK != tStatus)
613 TRACE1(pCmdBld->hReport, REPORT_SEVERITY_ERROR , "cmdBld_StartPeriodicScan: status %d when configuring periodic scan parameters", tStatus);
614 return tStatus;
619 tStatus
[all...]
H A DCmdBld.c339 TI_STATUS tStatus = TI_OK; local
342 tStatus = cmdBld_CmdIeConfigureTemplateFrame (hCmdBld,
349 if (TI_OK != tStatus)
351 return tStatus;
1229 TI_STATUS tStatus; local
1234 tStatus = cmdBld_CmdIeConfigureTemplateFrame (hCmdBld,
1241 if (TI_OK != tStatus)
1243 return tStatus;

Completed in 66 milliseconds