Searched defs:hOs (Results 1 - 25 of 269) sorted by relevance

1234567891011

/system/wlan/ti/sta_dk_4_0_4_32/common/src/TNETW_Driver/Data_Srv/Tx_Ctrl_Blk/
H A DtxCtrlBlk.h56 TI_HANDLE hOs; member in struct:__anon568
H A DtxCtrlBlk.c63 * INPUTS: hOs
69 TI_HANDLE txCtrlBlk_Create(TI_HANDLE hOs) argument
73 pTxCtrlBlk = os_memoryAlloc(hOs, sizeof(txCtrlBlkObj_t));
77 os_memoryZero(hOs, pTxCtrlBlk, sizeof(txCtrlBlkObj_t));
79 pTxCtrlBlk->hOs = hOs;
103 os_memoryFree(pTxCtrlBlk->hOs, pTxCtrlBlk, sizeof(txCtrlBlkObj_t));
/system/wlan/ti/sta_dk_4_0_4_32/common/src/core/data_ctrl/Ctrl/4X/
H A DConcatenator.h55 TI_HANDLE hOs; member in struct:__anon650
63 concatenator_t* concat_create(TI_HANDLE hOs);
66 TI_HANDLE hOs,
H A DDeConcatenator.h52 TI_HANDLE hOs; member in struct:__anon651
58 deConcatenator_t* deConcat_create(TI_HANDLE hOs);
61 TI_HANDLE hOs,
H A DackEmulUtil.h52 TI_HANDLE hOs; member in struct:__anon661
62 ackEmul_t* ackEmul_create(TI_HANDLE hOs);
66 TI_HANDLE hOs,
/system/wlan/ti/sta_dk_4_0_4_32/common/src/core/data_ctrl/Ctrl/TrafficMonitor/
H A DClsfr.h53 TI_HANDLE hOs; member in struct:__anon670
59 classifier_t* Classifier_create(TI_HANDLE hOs);
61 TI_STATUS Classifier_config(classifier_t* pClsfr, TI_HANDLE hOs, TI_HANDLE hReport, clsfr_Params_t *ClsfrInitParams);
/system/wlan/ti/sta_dk_4_0_4_32/common/src/hal/hw_ctrl/
H A DwhalHwMboxCmd.h56 TI_HANDLE hOs; member in struct:_HwMboxCmd_T
61 extern HwMboxCmd_T *whal_hwMboxCmd_Create(TI_HANDLE hOs, WhalParams_T *pWhalParams);
/system/wlan/ti/sta_dk_4_0_4_32/common/src/Management/AirLink/inc/
H A DrequestHandler.h83 TI_HANDLE hOs; member in struct:__anon524
88 TI_HANDLE requestHandler_create(TI_HANDLE hOs);
92 TI_HANDLE hOs);
/system/wlan/ti/sta_dk_4_0_4_32/common/src/core/rsn/
H A DkeyDerive.c79 keyDerive_t* keyDerive_create(TI_HANDLE hOs) argument
84 pKeyDerive = (keyDerive_t*)os_memoryAlloc(hOs, sizeof(keyDerive_t));
90 os_memoryZero(hOs, pKeyDerive, sizeof(keyDerive_t));
92 pKeyDerive->hOs = hOs;
118 os_memoryFree(pKeyDerive->hOs, pKeyDerive, sizeof(keyDerive_t));
145 TI_HANDLE hOs)
151 pKeyDerive->hOs = hOs;
141 keyDerive_config(struct _keyDerive_t *pKeyDerive, cipherSuite_e cipher, struct _mainKeys_t *pMainKeys, TI_HANDLE hReport, TI_HANDLE hOs) argument
H A DbroadcastKeySM.c84 broadcastKey_t* broadcastKey_create(TI_HANDLE hOs) argument
90 pBroadcastKey = (broadcastKey_t*)os_memoryAlloc(hOs, sizeof(broadcastKey_t));
96 os_memoryZero(hOs, pBroadcastKey, sizeof(broadcastKey_t));
99 status = fsm_Create(hOs, &pBroadcastKey->pBcastKeySm, BCAST_KEY_MAX_NUM_STATES, BCAST_KEY_MAX_NUM_EVENTS);
102 os_memoryFree(hOs, pBroadcastKey, sizeof(broadcastKey_t));
106 pBroadcastKey->pKeyDerive = keyDerive_create(hOs);
109 fsm_Unload(hOs, pBroadcastKey->pBcastKeySm);
110 os_memoryFree(hOs, pBroadcastKey, sizeof(broadcastKey_t));
114 pBroadcastKey->hOs = hOs;
177 broadcastKey_config(struct _broadcastKey_t *pBroadcastKey, rsn_paeConfig_t *pPaeConfig, struct _mainKeys_t *pParent, TI_HANDLE hReport, TI_HANDLE hOs) argument
[all...]
H A DkeyParser.c77 keyParser_t* keyParser_create(TI_HANDLE hOs) argument
82 pKeyParser = (keyParser_t*)os_memoryCAlloc(hOs, 1, sizeof(keyParser_t));
88 pKeyParser->hOs = hOs;
114 os_memoryFree(pKeyParser->hOs, pKeyParser, sizeof(keyParser_t));
143 TI_HANDLE hOs,
153 pKeyParser->hOs = hOs;
137 keyParser_config(struct _keyParser_t *pKeyParser, rsn_paeConfig_t *pPaeConfig, struct _unicastKey_t *pUcastKey, struct _broadcastKey_t *pBcastKey, struct _mainKeys_t *pParent, TI_HANDLE hReport, TI_HANDLE hOs, TI_HANDLE hCtrlData) argument
H A DunicastKeySM.c82 unicastKey_t* unicastKey_create(TI_HANDLE hOs) argument
88 pUnicastKey = (unicastKey_t*)os_memoryAlloc(hOs, sizeof(unicastKey_t));
94 os_memoryZero(hOs, pUnicastKey, sizeof(unicastKey_t));
97 status = fsm_Create(hOs, &pUnicastKey->pUcastKeySm, UCAST_KEY_MAX_NUM_STATES, UCAST_KEY_MAX_NUM_EVENTS);
100 os_memoryFree(hOs, pUnicastKey, sizeof(unicastKey_t));
104 pUnicastKey->pKeyDerive = keyDerive_create(hOs);
107 fsm_Unload(hOs, pUnicastKey->pUcastKeySm);
108 os_memoryFree(hOs, pUnicastKey, sizeof(unicastKey_t));
112 pUnicastKey->hOs = hOs;
175 unicastKey_config(struct _unicastKey_t *pUnicastKey, rsn_paeConfig_t *pPaeConfig, struct _mainKeys_t *pParent, TI_HANDLE hReport, TI_HANDLE hOs) argument
[all...]
/system/wlan/ti/sta_dk_4_0_4_32/common/src/hal/inc/
H A DwhalWep.h53 TI_HANDLE hOs; member in struct:_WHAL_WEP
59 TI_HANDLE whalWep_Create (TI_HANDLE hOs, TI_HANDLE hWhalCtrl);
H A DwhalWpa.h57 TI_HANDLE hOs; member in struct:_WHAL_WPA
65 TI_HANDLE whalWpa_Create (TI_HANDLE hOs, TI_HANDLE hWhalCtrl);
/system/wlan/ti/sta_dk_4_0_4_32/common/src/utils/
H A Dstack.h55 TI_HANDLE hOs; member in struct:_Stack_t
68 unsigned stackInit (Stack_t *pStack, TI_HANDLE hOs, unsigned uElemSize, unsigned uDep, void *pBuf, void (*fCpy) (TI_HANDLE, void*, void*, unsigned));
/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/Connection_Managment/
H A DkeyDerive.c78 keyDerive_t* keyDerive_create(TI_HANDLE hOs) argument
83 pKeyDerive = (keyDerive_t*)os_memoryAlloc(hOs, sizeof(keyDerive_t));
89 os_memoryZero(hOs, pKeyDerive, sizeof(keyDerive_t));
91 pKeyDerive->hOs = hOs;
117 os_memoryFree(pKeyDerive->hOs, pKeyDerive, sizeof(keyDerive_t));
144 TI_HANDLE hOs)
150 pKeyDerive->hOs = hOs;
140 keyDerive_config(struct _keyDerive_t *pKeyDerive, ECipherSuite cipher, struct _mainKeys_t *pMainKeys, TI_HANDLE hReport, TI_HANDLE hOs) argument
H A DbroadcastKeySM.c83 broadcastKey_t* broadcastKey_create(TI_HANDLE hOs) argument
89 pBroadcastKey = (broadcastKey_t*)os_memoryAlloc(hOs, sizeof(broadcastKey_t));
95 os_memoryZero(hOs, pBroadcastKey, sizeof(broadcastKey_t));
98 status = fsm_Create(hOs, &pBroadcastKey->pBcastKeySm, BCAST_KEY_MAX_NUM_STATES, BCAST_KEY_MAX_NUM_EVENTS);
101 os_memoryFree(hOs, pBroadcastKey, sizeof(broadcastKey_t));
105 pBroadcastKey->pKeyDerive = keyDerive_create(hOs);
108 fsm_Unload(hOs, pBroadcastKey->pBcastKeySm);
109 os_memoryFree(hOs, pBroadcastKey, sizeof(broadcastKey_t));
113 pBroadcastKey->hOs = hOs;
179 broadcastKey_config(struct _broadcastKey_t *pBroadcastKey, TRsnPaeConfig *pPaeConfig, struct _mainKeys_t *pParent, TI_HANDLE hReport, TI_HANDLE hOs) argument
[all...]
/system/wlan/ti/wilink_6_1/utils/
H A Dstack.h54 TI_HANDLE hOs; member in struct:_Stack_t
67 unsigned stackInit (Stack_t *pStack, TI_HANDLE hOs, unsigned uElemSize, unsigned uDep, void *pBuf, void (*fCpy) (TI_HANDLE, void*, void*, unsigned));
/system/wlan/ti/sta_dk_4_0_4_32/common/src/BusAccess/Shm_Common/
H A DwhalHwEeprom.h50 TI_HANDLE hOs; member in struct:_HwEeprom_T
54 extern HwEeprom_T *whal_hwEeprom_Create(TI_HANDLE hOs);
/system/wlan/ti/sta_dk_4_0_4_32/common/src/TNETW_Driver/MacServices/src/PowerAuthorization/
H A DPowerAuthorization_internal.h75 TI_HANDLE hOs; member in struct:_powerAutho_t
/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:__anon641
104 TI_HANDLE CORE_AdaptTx_Create(TI_HANDLE hOs);
/system/wlan/ti/sta_dk_4_0_4_32/common/src/core/EvHandler/
H A DEvHandler.h53 TI_HANDLE hOs; member in struct:_EV_HANDLER_STRUCT_T
61 TI_HANDLE EvHandlerInit (TI_HANDLE hOs);
/system/wlan/ti/sta_dk_4_0_4_32/common/src/core/rsn/inc/
H A DkeyDerive.h77 TI_HANDLE hOs; member in struct:_keyDerive_t
89 keyDerive_t* keyDerive_create(TI_HANDLE hOs);
97 TI_HANDLE hOs);
/system/wlan/ti/sta_dk_4_0_4_32/common/src/hal/security/
H A DwhalWep.c52 TI_HANDLE whalWep_Create (TI_HANDLE hOs, TI_HANDLE hWhalCtrl) argument
56 pWhalWep = (WHAL_WEP *)os_memoryAlloc (hOs, sizeof(WHAL_WEP));
60 os_memoryZero (hOs, (void *)pWhalWep, sizeof(WHAL_WEP));
63 pWhalWep->hOs = hOs;
183 os_memoryFree (pWhalWep->hOs, pWhalWep, sizeof(WHAL_WEP));

Completed in 243 milliseconds

1234567891011