HomeSort by relevance Sort by last modified time
    Searched refs:pMacServices (Results 1 - 3 of 3) sorted by null

  /hardware/ti/wlan/wl1271/TWD/MacServices/
MacServices.c 60 MacServices_t *pMacServices = (MacServices_t*)os_memoryAlloc( hOS, sizeof(MacServices_t) );
61 if ( NULL == pMacServices )
68 pMacServices->hScanSRV = NULL;
69 pMacServices->hPowerSrv = NULL;
72 pMacServices->hScanSRV = MacServices_scanSRV_create(hOS);
73 if ( NULL == pMacServices->hScanSRV )
75 MacServices_destroy( pMacServices );
80 pMacServices->hMeasurementSRV = MacServices_measurementSRV_create( hOS );
81 if ( NULL == pMacServices->hMeasurementSRV )
83 MacServices_destroy(pMacServices);
    [all...]
ScanSrv.c 125 MacServices_t* pMacServices = (MacServices_t*)hMacServices;
126 scanSRV_t *pScanSRV = pMacServices->hScanSRV;
133 pScanSRV->hPowerSrv = pMacServices->hPowerSrv;
199 MacServices_t* pMacServices = (MacServices_t*)hMacServices;
200 scanSRV_t *pScanSRV = pMacServices->hScanSRV;
  /hardware/ti/wlan/wl1271/Test/
HealthMonitorDbg.c 76 MacServices_t *pMacServices = ((TTwd *)hTWD)->hMacServices;
77 TI_HANDLE hMeasurementSRV = pMacServices->hMeasurementSRV;
78 scanSRV_t *pScanSRV = (scanSRV_t *)pMacServices->hScanSRV;
79 PowerSrvSM_t *pPowerSrvSM = (PowerSrvSM_t*)((powerSrv_t*)pMacServices->hPowerSrv)->hPowerSrvSM;
175 MacServices_t *pMacServices = ((TTwd *)hTWD)->hMacServices;
176 scanSRV_t *pScanSRV = (scanSRV_t *)pMacServices->hScanSRV;

Completed in 26 milliseconds