Searched refs:hOs (Results 151 - 175 of 411) sorted by relevance

1234567891011>>

/system/wlan/ti/sta_dk_4_0_4_32/common/src/hal/hw_ctrl/
H A DwhalHwMboxCmd.c64 HwMboxCmd_T *whal_hwMboxCmd_Create(TI_HANDLE hOs, WhalParams_T *pWhalParams) argument
68 pObj = os_memoryAlloc(hOs, sizeof(HwMboxCmd_T));
72 os_memoryZero(hOs, (void *)pObj, sizeof(HwMboxCmd_T));
74 pObj->hOs = hOs;
95 os_memoryFree(pHwMboxCmd->hOs, pHwMboxCmd, sizeof(HwMboxCmd_T));
140 os_memoryZero(pHwMboxCmd->hOs, (void *)pCmd, sizeof(StartJoinRequest_t));
200 os_memoryCopy(pHwMboxCmd->hOs, (void *)(pCmd->ssidStr),(void *)pWlanElm_Ssid->serviceSetId, pWlanElm_Ssid->hdr.eleLen);
408 os_memoryCopy(pHwMboxCmd->hOs, (void *)&pCmd->templateStart, (void *)pFrame, FrameSize);
442 os_memoryZero(pHwMboxCmd->hOs, (voi
[all...]
H A DwhalHwMboxCmdBit.h82 TI_HANDLE hOs; member in struct:_HwMboxCmdBit_T
88 extern HwMboxCmdBit_T *whal_hwMboxCmdBit_Create(TI_HANDLE hOs);
/system/wlan/ti/sta_dk_4_0_4_32/common/src/BusAccess/Shm_Common/
H A DwhalHwEeprom.c58 HwEeprom_T *whal_hwEeprom_Create(TI_HANDLE hOs) argument
62 pObj = os_memoryAlloc(hOs, sizeof(HwEeprom_T));
66 os_memoryZero(hOs, pObj, sizeof(HwEeprom_T));
68 pObj->hOs = hOs;
88 os_memoryFree(pHwEeprom->hOs, pHwEeprom, sizeof(HwEeprom_T));
240 os_StalluSec(pHwEeprom->hOs, 100000);
242 os_StalluSec(pHwEeprom->hOs, 100000);
H A DwhalTrace.h123 TI_HANDLE hOs; member in struct:_WhalTrace_T
127 extern WhalTrace_T *whal_traceCreate(TI_HANDLE hOs);
/system/wlan/ti/sta_dk_4_0_4_32/common/src/Management/AirLink/inc/
H A DSwitchChannelApi.h53 TI_HANDLE switchChannel_create(TI_HANDLE hOs);
62 TI_HANDLE hOs,
H A DmeasurementMgrApi.h64 TI_HANDLE measurementMgr_create(TI_HANDLE hOs);
75 TI_HANDLE hOs,
/system/wlan/ti/sta_dk_4_0_4_32/common/src/core/Core_Adapt/Export_Inc/
H A DCore_AdaptTx.h87 TI_HANDLE hOs; member in struct:__anon541
104 TI_HANDLE CORE_AdaptTx_Create(TI_HANDLE hOs);
/system/wlan/ti/sta_dk_4_0_4_32/common/src/core/data_ctrl/Ctrl/TrafficMonitor/
H A DGeneralUtilApi.h53 TI_HANDLE DistributorMgr_Create(TI_HANDLE hOs , int MaxNotifReqElment);
64 TI_HANDLE List_create(TI_HANDLE hOs,int MaxNumOfElements,int ContainerSize);
H A DTrafficMonitor.c75 static TI_HANDLE TrafficMonitor_ExitFunc(TrafficMonitor_t *TrafficMonitor,TI_HANDLE hOs);
85 TI_HANDLE TrafficMonitor_create(TI_HANDLE hOs) argument
90 TrafficMonitor = (TrafficMonitor_t*)os_memoryAlloc(hOs, sizeof(TrafficMonitor_t));
94 os_memoryZero(hOs,TrafficMonitor,sizeof(TrafficMonitor_t));
96 TrafficMonitor->hOs = hOs;
99 TrafficMonitor->TrafficMonTimer = os_timerCreate(hOs, TimerMonitor_TimeOut, TrafficMonitor);
101 return TrafficMonitor_ExitFunc(TrafficMonitor,hOs);
104 TrafficMonitor->NotificationRegList = List_create(hOs,MAX_MONITORED_REQ,sizeof(TrafficAlertElement_t));
106 return TrafficMonitor_ExitFunc(TrafficMonitor,hOs);
115 TrafficMonitor_ExitFunc(TrafficMonitor_t *TrafficMonitor,TI_HANDLE hOs) argument
[all...]
/system/wlan/ti/sta_dk_4_0_4_32/common/src/core/sme/HealthMonitor/
H A DhealthMonitor.h66 TI_HANDLE hOs; /**< handle to the OS object */ member in struct:__anon667
106 TI_HANDLE healthMonitor_create (TI_HANDLE hOs);
/system/wlan/ti/sta_dk_4_0_4_32/common/src/core/sme/Inc/
H A DconnApi.h74 TI_HANDLE conn_create(TI_HANDLE hOs);
84 TI_HANDLE hOs,
H A DsmeSmApi.h76 TI_HANDLE smeSm_create(TI_HANDLE hOs);
88 TI_HANDLE hOs,
/system/wlan/ti/sta_dk_4_0_4_32/common/src/hal/inc/
H A DwhalSecurity.h87 TI_HANDLE hOs; member in struct:_WHAL_SECURITY
93 TI_HANDLE whalSecur_Create (TI_HANDLE hOs, TI_HANDLE hWhalCtrl, UINT16 numOfStations);
/system/wlan/ti/wilink_6_1/TWD/FW_Transfer/
H A DCmdMBox.c74 * \param hOs - OS module object handle
82 TI_HANDLE cmdMbox_Create (TI_HANDLE hOs) argument
86 pCmdMbox = os_memoryAlloc (hOs, sizeof (TCmdMbox));
94 os_memoryZero (hOs, pCmdMbox, sizeof (TCmdMbox));
95 pCmdMbox->hOs = hOs;
123 os_memoryFree (pCmdMbox->hOs, pCmdMbox, sizeof (TCmdMbox));
218 os_memoryCopy (pCmdMbox->hOs, (void *)pCmd->parameters, (void *)pParamsBuf, uWriteLen);
489 os_memoryCopy (pCmdMbox->hOs,
/system/wlan/ti/wilink_6_1/platforms/os/linux/src/
H A DRxBuf.c49 void *RxBufAlloc(TI_HANDLE hOs, TI_UINT32 len,PacketClassTag_e ePacketClassTag) argument
71 inline void RxBufFree(TI_HANDLE hOs, void *pBuf) argument
/system/wlan/ti/wilink_6_1/stad/src/AirLink_Managment/
H A DregulatoryDomain.c124 INPUT: hOs - Handle to OS
132 TI_HANDLE regulatoryDomain_create(TI_HANDLE hOs) argument
137 pRegulatoryDomain = os_memoryAlloc(hOs,sizeof(regulatoryDomain_t));
174 pRegulatoryDomain->hOs = pStadHandles->hOs;
223 os_memoryCopy(pRegulatoryDomain->hOs,
229 os_memoryCopy(pRegulatoryDomain->hOs,
348 pRegulatoryDomain->uLastCountryReceivedTS = os_timeStampMs(pRegulatoryDomain->hOs);
450 os_memoryCopy(pRegulatoryDomain->hOs,
554 os_memoryCopy(pRegulatoryDomain->hOs, (voi
[all...]
/system/wlan/ti/wilink_6_1/stad/src/Data_link/
H A DGeneralUtilApi.h52 TI_HANDLE DistributorMgr_Create(TI_HANDLE hOs , int MaxNotifReqElment);
63 TI_HANDLE List_create(TI_HANDLE hOs,int MaxNumOfElements,int ContainerSize);
H A Drx.c124 * INPUT: hOs - handle to Os Abstraction Layer
130 TI_HANDLE rxData_create (TI_HANDLE hOs) argument
135 if (hOs == NULL)
143 pRxData = os_memoryAlloc(hOs, (sizeof(rxData_t)));
152 os_memoryZero (hOs, pRxData, (sizeof(rxData_t)));
154 pRxData->RxEventDistributor = DistributorMgr_Create (hOs, MAX_RX_NOTIF_REQ_ELMENTS);
156 pRxData->hOs = hOs;
181 pRxData->hOs = pStadHandles->hOs;
[all...]
/system/wlan/ti/wilink_6_1/stad/src/Sta_Management/
H A DPowerMgrKeepAlive.c50 TI_HANDLE hOs; member in struct:__anon1762
83 pPowerMgrKL->hOs = hOS;
102 os_memoryFree (pPowerMgrKL->hOs, hPowerMgrKL, sizeof(TPowerMgrKL));
279 os_memoryCopy (pPowerMgrKL->hOs, &(pPowerMgrKL->tCurrentConfig.templates[ uIndex ]),
289 os_memoryCopy (pPowerMgrKL->hOs, &(pPowerMgrKL->tCurrentConfig.templates[ uIndex ]),
324 os_memoryCopy (pPowerMgrKL->hOs, (void*)pParam->content.pPowerMgrKeepAliveConfig,
361 os_memoryCopy (pPowerMgrKL->hOs, &(pPowerMgrKL->tempBuffer),
363 os_memoryCopy (pPowerMgrKL->hOs, &(pPowerMgrKL->tempBuffer[ pPowerMgrKL->wlanHeaderLength ]),
/system/wlan/ti/sta_dk_4_0_4_32/common/src/core/rsn/
H A DadmCtrl.c138 admCtrl_t* admCtrl_create(TI_HANDLE hOs) argument
143 pHandle = (admCtrl_t*)os_memoryAlloc(hOs, sizeof(admCtrl_t));
149 os_memoryZero(hOs, pHandle, sizeof(admCtrl_t));
151 pHandle->preAuthTimerWpa2 = os_timerCreate(hOs, admCtrlWpa2_preAuthTimerExpire, pHandle);
156 os_memoryFree(pHandle->hOs, pHandle, sizeof(admCtrl_t));
159 pHandle->hOs = hOs;
190 os_timerStop(pAdmCtrl->hOs, pAdmCtrl->preAuthTimerWpa2);
191 utils_nullTimerDestroy(pAdmCtrl->hOs, pAdmCtrl->preAuthTimerWpa2);
192 os_memoryFree(pAdmCtrl->hOs, pAdmCtr
216 admCtrl_config(TI_HANDLE hAdmCtrl, TI_HANDLE hMlme, TI_HANDLE hRx, TI_HANDLE hReport, TI_HANDLE hOs, struct _rsn_t *pRsn, TI_HANDLE hExcMngr, TI_HANDLE hPowerMgr, TI_HANDLE hEvHandler, rsnInitParams_t *pInitParam) argument
[all...]
/system/wlan/ti/sta_dk_4_0_4_32/common/src/core/inc/
H A DmlmeApi.h147 TI_HANDLE mlme_create(TI_HANDLE hOs);
164 TI_HANDLE hOs,
224 TI_HANDLE hOs,
239 TI_HANDLE auth_create(TI_HANDLE hOs);
247 TI_HANDLE hOs,
/system/wlan/ti/sta_dk_4_0_4_32/common/src/core/data_ctrl/Tx/
H A Dtx.c270 * INPUT: hOs - handle to Os Abstraction Layer
277 TI_HANDLE hOs)
303 hTxData = os_memoryAlloc(hOs, (sizeof(txData_t)));
309 os_memoryZero(hOs, hTxData, (sizeof(txData_t)));
312 hTxData->hBufferPool = bufferPool_create( hOs,
317 utils_nullMemoryFree(hOs, hTxData, sizeof(txData_t));
322 pTimer = os_timerCreate(hOs, txData_startTxSchedulerFromTimer, hTxData);
326 utils_nullMemoryFree(hOs, hTxData, sizeof(txData_t));
331 pVadTimer = os_timerCreate(hOs, txData_vadTimeout, hTxData);
335 utils_nullTimerDestroy (hOs, pTime
276 txData_create(txDataInitParams_t *txDataInitParams, TI_HANDLE hOs) argument
485 txData_config(TI_HANDLE hTxData, TI_HANDLE hCtrlData, TI_HANDLE hTnetwDrv, TI_HANDLE hWhalCtrl, TI_HANDLE hOs, TI_HANDLE hReport, TI_HANDLE hMemMngr, TI_HANDLE hSiteMgr, TI_HANDLE hEvHandler, TI_HANDLE hQosMngr, TI_HANDLE hPowerMgr) argument
[all...]
/system/wlan/ti/sta_dk_4_0_4_32/common/src/TNETW_Driver/FW_Transfer/Cmd_MBox/
H A DCmdMBox.c188 TI_HANDLE CmdMBox_Create(TI_HANDLE hOs) argument
192 pObj = os_memoryAlloc (hOs, sizeof(CmdMBox_T));
200 os_memoryZero(hOs, pObj, sizeof(CmdMBox_T));
201 pObj->hOs = hOs;
204 pObj->hTimer = os_timerCreate(hOs, CmdMBox_TimeOut, pObj);
252 utils_nullTimerDestroy(pCmdMBox->hOs, pCmdMBox->hTimer);
255 os_memoryFree(pCmdMBox->hOs, pCmdMBox, sizeof(CmdMBox_T));
298 os_timerStop (pCmdMBox->hOs, pCmdMBox->hTimer);
438 os_memoryCopy(pCmdMBox->hOs, (voi
[all...]
/system/wlan/ti/sta_dk_4_0_4_32/common/src/TNETW_Driver/TNETWIF/BusTxn/
H A DwhalHwAccess.c159 TI_HANDLE hOs; member in struct:_HwAccess_T_new
317 * INPUTS: hOs - handle to the OS module
324 TI_HANDLE whal_hwAccess_Create(TI_HANDLE hOs) argument
331 pHwAccess = os_memoryAlloc(hOs, sizeof(HwAccess_T_new));
335 os_memoryZero(hOs, pHwAccess, sizeof(HwAccess_T_new));
337 pHwAccess->hOs = hOs;
339 pHwAccess->hProtect = os_protectCreate(pHwAccess->hOs);
350 os_memoryZero(hOs, &configParams, sizeof(SDIO_ConfigParams));
364 pHwAccess->hDriver = WSPI_Open (pHwAccess->hOs);
[all...]
/system/wlan/ti/sta_dk_4_0_4_32/common/src/core/mlme/
H A DmlmeSm.c115 TI_HANDLE mlme_create(TI_HANDLE hOs) argument
121 pHandle = (mlme_t*)os_memoryAlloc(hOs, sizeof(mlme_t));
128 os_memoryZero(hOs, pHandle, sizeof(mlme_t));
130 pHandle->hOs = hOs;
133 status = fsm_Create(hOs, &pHandle->pMlmeSm, MLME_SM_NUM_STATES, MLME_SM_NUM_EVENTS);
136 os_memoryFree(hOs, pHandle, sizeof(mlme_t));
169 status = fsm_Unload(pHandle->hOs, pHandle->pMlmeSm);
175 os_memoryFree(pHandle->hOs, hMlme, sizeof(mlme_t));
220 TI_HANDLE hOs,
207 mlme_config(TI_HANDLE hMlme, TI_HANDLE hAuth, TI_HANDLE hAssoc, TI_HANDLE hSiteMgr, TI_HANDLE hCtrlData, TI_HANDLE hConn, TI_HANDLE hTxData, TI_HANDLE hHalCtrl, TI_HANDLE hMemMgr, TI_HANDLE hMeasurementMgr, TI_HANDLE hSwitchChannel, TI_HANDLE hRegulatoryDomain, TI_HANDLE hReport, TI_HANDLE hOs, TI_HANDLE hCurrBss, TI_HANDLE hAPConn, TI_HANDLE hScanCncn, TI_HANDLE hQosMngr, TI_HANDLE hConfigMgr) argument
[all...]

Completed in 445 milliseconds

1234567891011>>