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

  /system/wlan/ti/sta_dk_4_0_4_32/common/src/TNETW_Driver/MacServices/src/
MacServices.c 62 MacServices_t *pMacServices = (MacServices_t*)os_memoryAlloc( hOS, sizeof(MacServices_t) );
63 if ( NULL == pMacServices )
70 pMacServices->hScanSRV = NULL;
71 pMacServices->hPowerAutho = NULL;
72 pMacServices->hPowerSrv = NULL;
75 pMacServices->hScanSRV = MacServices_scanSRV_create(hOS);
76 if ( NULL == pMacServices->hScanSRV )
78 MacServices_destroy( pMacServices );
83 pMacServices->hMeasurementSRV = MacServices_measurementSRV_create( hOS );
84 if ( NULL == pMacServices->hMeasurementSRV
    [all...]
  /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;
  /system/wlan/ti/wilink_6_1/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;
  /system/wlan/ti/wilink_6_1/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;
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/TNETW_Driver/Export_Inc/
TNETW_Driver_api.h 70 void TnetwDrv_TEMP_GetHandles (TI_HANDLE hTnetwDrv, TI_HANDLE *pHalCtrl, TI_HANDLE *pMacServices);
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/TNETW_Driver/Ctrl/RecoverCtrl/
recoveryCtrl.c 150 MacServices_t *pMacServices = (MacServices_t*)hMacServices;
171 pRecoveryCtrl->hScanSRV = pMacServices->hScanSRV;
172 pRecoveryCtrl->hMeasurementSRV = pMacServices->hMeasurementSRV;
173 pRecoveryCtrl->hPowerSrv = pMacServices->hPowerSrv;
174 pRecoveryCtrl->hPowerAutho = pMacServices->hPowerAutho;
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/TNETW_Driver/MacServices/src/ScanServer/
ScanSrv.c 125 MacServices_t* pMacServices = (MacServices_t*)hMacServices;
126 scanSRV_t *pScanSRV = pMacServices->hScanSRV;
131 pScanSRV->hPowerSrv = pMacServices->hPowerSrv;
182 MacServices_t* pMacServices = (MacServices_t*)hMacServices;
183 scanSRV_t *pScanSRV = pMacServices->hScanSRV;
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/TNETW_Driver/Data_Srv/Tx_Ctrl_Blk/
TNETW_Driver.c     [all...]

Completed in 54 milliseconds