Home | History | Annotate | Download | only in Connection_Managment

Lines Matching refs:eStatus

538  * \param  eStatus - the reason for calling the CB  
543 void sme_ScanResultCB (TI_HANDLE hSme, EScanCncnResultStatus eStatus,
549 switch (eStatus)
601 TRACE1(pSme->hReport, REPORT_SEVERITY_INFORMATION , "sme_ScanResultCB: received scan complete indication with status %d\n", eStatus);
691 TRACE1(pSme->hReport, REPORT_SEVERITY_ERROR , "sme_ScanResultCB: received unrecognized status %d\n", eStatus);
704 * \param eStatus - the reason for calling the CB
709 void sme_AppScanResult (TI_HANDLE hSme, EScanCncnResultStatus eStatus,
717 switch (eStatus)
737 TRACE1(pSme->hReport, REPORT_SEVERITY_INFORMATION , "sme_AppScanResult: received scan complete indication with status %d\n", eStatus);
744 TRACE1(pSme->hReport, REPORT_SEVERITY_ERROR , "sme_AppScanResult: received unrecognized status %d\n", eStatus);
761 void sme_MeansurementScanResult (TI_HANDLE hSme, EScanCncnResultStatus eStatus, TScanFrameInfo* pFrameInfo)
765 switch (eStatus)
785 TRACE1(pSme->hReport, REPORT_SEVERITY_INFORMATION , "sme_MeansurementScanResult: received scan complete indication with status %d\n", eStatus);
792 TRACE1(pSme->hReport, REPORT_SEVERITY_ERROR , "sme_AppScanResult: received unrecognized status %d\n", eStatus);