Home
last modified time | relevance | path

Searched refs:pMacServices (Results 1 – 3 of 3) sorted by relevance

/hardware/ti/wlan/wl1271/TWD/MacServices/
DMacServices.c60 MacServices_t *pMacServices = (MacServices_t*)os_memoryAlloc( hOS, sizeof(MacServices_t) ); in MacServices_create() local
61 if ( NULL == pMacServices ) in MacServices_create()
68 pMacServices->hScanSRV = NULL; in MacServices_create()
69 pMacServices->hPowerSrv = NULL; in MacServices_create()
72 pMacServices->hScanSRV = MacServices_scanSRV_create(hOS); in MacServices_create()
73 if ( NULL == pMacServices->hScanSRV ) in MacServices_create()
75 MacServices_destroy( pMacServices ); in MacServices_create()
80 pMacServices->hMeasurementSRV = MacServices_measurementSRV_create( hOS ); in MacServices_create()
81 if ( NULL == pMacServices->hMeasurementSRV ) in MacServices_create()
83 MacServices_destroy(pMacServices); in MacServices_create()
[all …]
DScanSrv.c125 MacServices_t* pMacServices = (MacServices_t*)hMacServices; in MacServices_scanSRV_init() local
126 scanSRV_t *pScanSRV = pMacServices->hScanSRV; in MacServices_scanSRV_init()
133 pScanSRV->hPowerSrv = pMacServices->hPowerSrv; in MacServices_scanSRV_init()
199 MacServices_t* pMacServices = (MacServices_t*)hMacServices; in MacServices_scanSrv_config() local
200 scanSRV_t *pScanSRV = pMacServices->hScanSRV; in MacServices_scanSrv_config()
/hardware/ti/wlan/wl1271/Test/
DHealthMonitorDbg.c76 MacServices_t *pMacServices = ((TTwd *)hTWD)->hMacServices; in healthMonitorDebugFunction() local
77 TI_HANDLE hMeasurementSRV = pMacServices->hMeasurementSRV; in healthMonitorDebugFunction()
78 scanSRV_t *pScanSRV = (scanSRV_t *)pMacServices->hScanSRV; in healthMonitorDebugFunction()
79 …PowerSrvSM_t *pPowerSrvSM = (PowerSrvSM_t*)((powerSrv_t*)pMacServices->hPowerSrv)->hPowerSrv… in healthMonitorDebugFunction()
175 MacServices_t *pMacServices = ((TTwd *)hTWD)->hMacServices; in noScanCompleteTimer() local
176 scanSRV_t *pScanSRV = (scanSRV_t *)pMacServices->hScanSRV; in noScanCompleteTimer()