Home
last modified time | relevance | path

Searched refs:os_memoryFree (Results 1 – 25 of 95) sorted by relevance

1234

/hardware/ti/wlan/wl1271/stad/src/Data_link/
DGeneralUtil.c88 os_memoryFree(List->hOs, List, sizeof(List_t)); in List_create()
104 os_memoryFree(hOs,List->ElementList[index].Container,ContainerSize); in List_create()
105 os_memoryFree(List->hOs, List->ElementList, (sizeof(ListElement_t)*MaxNumOfElements)); in List_create()
106 os_memoryFree(List->hOs,List,(sizeof(List_t))); in List_create()
139 os_memoryFree(List->hOs,List->ElementList[index].Container,List->ContainerSize); in List_Destroy()
141os_memoryFree(List->hOs,List->ElementList,(sizeof(ListElement_t)*List->MaxNumOfElements)); in List_Destroy()
143 os_memoryFree(List->hOs, List, sizeof(List_t)); in List_Destroy()
312 os_memoryFree(hOs, DistributorMgr, sizeof(DistributorMgr_t)); in DistributorMgr_Create()
332 os_memoryFree(DistributorMgr->hOs, hDistributorMgr, sizeof(DistributorMgr_t)); in DistributorMgr_Destroy()
DtxPort.c132 os_memoryFree(pTxPort->hOs, pTxPort, sizeof(TTxPortObj)); in txPort_unLoad()
/hardware/ti/wlan/wl1271/stad/src/Connection_Managment/
DbroadcastKeySM.c101 os_memoryFree(hOs, pBroadcastKey, sizeof(broadcastKey_t)); in broadcastKey_create()
109 os_memoryFree(hOs, pBroadcastKey, sizeof(broadcastKey_t)); in broadcastKey_create()
156 os_memoryFree(pBroadcastKey->hOs, pBroadcastKey, sizeof(broadcastKey_t)); in broadcastKey_unload()
DunicastKeySM.c99 os_memoryFree(hOs, pUnicastKey, sizeof(unicastKey_t)); in unicastKey_create()
107 os_memoryFree(hOs, pUnicastKey, sizeof(unicastKey_t)); in unicastKey_create()
153 os_memoryFree(pUnicastKey->hOs, pUnicastKey, sizeof(unicastKey_t)); in unicastKey_unload()
DmainSecSm.c126 os_memoryFree(hOs, pHandle, sizeof(mainSec_t)); in mainSec_create()
134 os_memoryFree(hOs, pHandle, sizeof(mainSec_t)); in mainSec_create()
148 os_memoryFree(hOs, pHandle, sizeof(mainSec_t)); in mainSec_create()
284 os_memoryFree(pMainSec->hOs, pMainSec, sizeof(mainSec_t)); in mainSec_unload()
DconnInfra.c346 os_memoryFree(pConn->hOs, pParam, sizeof(paramInfo_t)); in JoinWait_to_mlmeWait()
369 os_memoryFree(pConn->hOs, pParam, sizeof(paramInfo_t)); in JoinWait_to_mlmeWait()
408 os_memoryFree(pConn->hOs, pParam, sizeof(paramInfo_t)); in mlmeWait_to_WaitDisconnect()
444 os_memoryFree(pConn->hOs, pParam, sizeof(paramInfo_t)); in mlmeWait_to_rsnWait()
480 os_memoryFree(pConn->hOs, pParam, sizeof(paramInfo_t)); in rsnWait_to_disconnect()
538 os_memoryFree(pConn->hOs, pParam, sizeof(paramInfo_t)); in configHW_to_disconnect()
580 os_memoryFree(pConn->hOs, pParam, sizeof(paramInfo_t)); in connInfra_ScrWaitDisconn_to_disconnect()
602 os_memoryFree(pConn->hOs, pParam, sizeof(paramInfo_t)); in rsnWait_to_configHW()
978 os_memoryFree(pConn->hOs, pParam, sizeof(paramInfo_t)); in connect_to_ScrWait()
DmainKeysSm.c105 os_memoryFree(hOs, pHandle, sizeof(mainKeys_t)); in mainKeys_create()
113 os_memoryFree(hOs, pHandle, sizeof(mainKeys_t)); in mainKeys_create()
122 os_memoryFree(hOs, pHandle, sizeof(mainKeys_t)); in mainKeys_create()
132 os_memoryFree(hOs, pHandle, sizeof(mainKeys_t)); in mainKeys_create()
355 os_memoryFree(pMainKeys->hOs, pMainKeys, sizeof(mainKeys_t)); in mainKeys_unload()
DexternalSec.c154 os_memoryFree(hOs, pHandle, sizeof(struct externalSec_t)); in externalSec_create()
192 os_memoryFree(pExternalSec->hOs, pExternalSec, sizeof(struct externalSec_t)); in externalSec_Destroy()
DkeyDerive.c117 os_memoryFree(pKeyDerive->hOs, pKeyDerive, sizeof(keyDerive_t)); in keyDerive_unload()
DkeyParser.c113 os_memoryFree(pKeyParser->hOs, pKeyParser, sizeof(keyParser_t)); in keyParser_unload()
DsmeSm.c329 os_memoryFree(pSme->hOS, pParam, sizeof(paramInfo_t)); in smeSm_PreConnect()
411 os_memoryFree(pSme->hOS, pParam, sizeof(paramInfo_t)); in smeSm_Connect()
676 os_memoryFree(pSme->hOS, pParam, sizeof(paramInfo_t)); in sme_StartScan()
951 os_memoryFree(pSme->hOS, pParam, sizeof(paramInfo_t)); in sme_updateScanCycles()
/hardware/ti/wlan/wl1271/stad/src/Ctrl_Interface/
DCmdHndlr.c136 os_memoryFree (pCmdHndlr->hOs, hCmdHndlr, sizeof(TCmdHndlrObj)); in cmdHndlr_Destroy()
268 os_memoryFree (pCmdHndlr->hOs, pNewCmd, sizeof (TConfigCommand)); in cmdHndlr_InsertCommand()
285 os_memoryFree (pCmdHndlr->hOs, pNewCmd, sizeof (TConfigCommand)); in cmdHndlr_InsertCommand()
333 os_memoryFree (pCmdHndlr->hOs, pNewCmd, sizeof (TConfigCommand)); in cmdHndlr_InsertCommand()
442 os_memoryFree (pCmdHndlr->hOs, pCmdHndlr->pCurrCmd, sizeof (TConfigCommand)); in cmdHndlr_Complete()
/hardware/ti/wlan/wl1271/utils/
Dfsm.c114 os_memoryFree(hOs, *pFsm, sizeof(fsm_stateMachine_t)); in fsm_Create()
160 os_memoryFree(hOs, pFsm->stateEventMatrix, in fsm_Unload()
165 os_memoryFree(hOs, pFsm, sizeof(fsm_stateMachine_t)); in fsm_Unload()
Dtimer.c146 os_memoryFree (pTimerModule->hOs, pTimerModule, sizeof(TTimerModule)); in tmr_Destroy()
171 os_memoryFree (pTimerModule->hOs, pTimerModule, sizeof(TTimerModule)); in tmr_Free()
360 os_memoryFree (pTimerModule->hOs, pTimerInfo, sizeof(TTimerInfo)); in tmr_CreateTimer()
407 os_memoryFree (pTimerModule->hOs, hTimerInfo, sizeof(TTimerInfo)); in tmr_DestroyTimer()
Dmem.c87 os_memoryFree (pMemMng->hOs, (void *)pMemMng, sizeof(TMemMng)); in mem_Destroy()
217os_memoryFree (pMemMng->hOs, pMemBlock, pMemBlock->signature + sizeof(TMemBlock) + sizeof(TI_UINT3… in mem_Free()
DGenSM.c89 os_memoryFree (pGenSM->hOS, hGenSM, sizeof (TGenSM)); in genSM_Unload()
/hardware/ti/wlan/wl1271/platforms/os/linux/src/
DWlanDrvWext.c269 os_memoryFree(drv, my_command.in_buffer, my_command.in_buffer_len); in wlanDrvWext_Handler()
271 os_memoryFree(drv,my_command.out_buffer,my_command.out_buffer_len); in wlanDrvWext_Handler()
288 os_memoryFree(drv, my_command.in_buffer, my_command.in_buffer_len); in wlanDrvWext_Handler()
297 os_memoryFree(drv, my_command.out_buffer, my_command.out_buffer_len); in wlanDrvWext_Handler()
DCmdInterpretWext.c127 os_memoryFree (pCmdInterpret->hOs, pCmdInterpret, sizeof(cmdInterpret_t)); in cmdInterpret_Destroy()
382 os_memoryFree(pCmdInterpret->hOs, pParam2, sizeof(paramInfo_t)); in cmdInterpret_convertAndExecute()
683 os_memoryFree (pCmdInterpret->hOs, my_list, allocated_size); in cmdInterpret_convertAndExecute()
875 os_memoryFree (pCmdInterpret->hOs, my_list, allocated_size); in cmdInterpret_convertAndExecute()
876 os_memoryFree (pCmdInterpret->hOs, rate_list, rates_allocated_size); in cmdInterpret_convertAndExecute()
1471os_memoryFree(pCmdInterpret->hOs, *(void **)&pParam->content, my_command->in_buffer_len); in cmdInterpret_convertAndExecute()
1487 os_memoryFree(pCmdInterpret->hOs, pParam, sizeof(paramInfo_t)); in cmdInterpret_convertAndExecute()
1646 os_memoryFree(pCmdInterpret->hOs, memptr, TotalLength); in cmdInterpret_Event()
1679 os_memoryFree(pCmdInterpret->hOs,my_current,MAX_BEACON_BODY_LENGTH); in cmdInterpret_Event()
1701 os_memoryFree(pCmdInterpret->hOs,cckm_assoc.assocRespBuffer,cckm_assoc.assocRespLen); in cmdInterpret_Event()
[all …]
Dosapi.c219 os_memoryFree (OsContext, TimerHandle, sizeof(TOsTimer)); in os_timerDestroy()
806 os_memoryFree(OsContext, signalObject, sizeof(struct completion)); in os_SignalObjectFree()
/hardware/ti/wlan/wl1271/stad/src/AirLink_Managment/
DregulatoryDomain.c621 os_memoryFree(pRegulatoryDomain->hOs, pParam2, sizeof(paramInfo_t)); in regulatoryDomain_getParam()
681 os_memoryFree(pRegulatoryDomain->hOs, pRegulatoryDomain, sizeof(regulatoryDomain_t)); in regulatoryDomain_destroy()
1194 os_memoryFree(pRegulatoryDomain->hOs, pParam, sizeof(paramInfo_t)); in regulatoryDomain_getChannelCapability()
1299 os_memoryFree(pRegulatoryDomain->hOs, pParam, sizeof(paramInfo_t)); in regulatoryDomain_updateCurrTxPower()
1311 os_memoryFree(pRegulatoryDomain->hOs, pParam, sizeof(paramInfo_t)); in regulatoryDomain_updateCurrTxPower()
1312 os_memoryFree(pRegulatoryDomain->hOs, pTwdParam, sizeof(TTwdParamInfo)); in regulatoryDomain_updateCurrTxPower()
1325 os_memoryFree(pRegulatoryDomain->hOs, pParam, sizeof(paramInfo_t)); in regulatoryDomain_updateCurrTxPower()
1346 os_memoryFree(pRegulatoryDomain->hOs, pTwdParam, sizeof(TTwdParamInfo)); in regulatoryDomain_updateCurrTxPower()
1396 os_memoryFree(pRegulatoryDomain->hOs, pParam, sizeof(paramInfo_t)); in regulatoryDomain_checkCountryCodeExpiry()
/hardware/ti/wlan/wl1271/TWD/FW_Transfer/
DfwDebug.c149 os_memoryFree(pFwDebug->hOs,pFwDebug->pDMABuf,DMA_SIZE_BUF); in fwDbg_Destroy()
151 os_memoryFree(pFwDebug->hOs,pFwDebug,sizeof(pFwDebug)); in fwDbg_Destroy()
/hardware/ti/wlan/wl1271/stad/src/Sta_Management/
DauthSm.c127 os_memoryFree(hOs, pHandle, sizeof(auth_t)); in auth_create()
172 os_memoryFree(pHandle->hOs, pHandle, sizeof(auth_t)); in auth_unload()
DcurrBss.c198 os_memoryFree(pCurrBSS->hOs, pCurrBSS, sizeof(currBSS_t)); in currBSS_unload()
566 os_memoryFree(pCurrBSS->hOs, pParam, sizeof(paramInfo_t)); in currBSS_updateBSSLoss()
703 os_memoryFree(pCurrBSS->hOs, pParam, sizeof(paramInfo_t)); in currBSS_probRespReceivedCallb()
808 os_memoryFree(pCurrBSS->hOs, pParam, sizeof(paramInfo_t)); in currBSS_beaconReceivedCallb()
938 os_memoryFree(pCurrBSS->hOs, pParam, sizeof(paramInfo_t)); in currBSS_updateConnectedState()
1184 os_memoryFree(pCurrBSS->hOs, pParam, sizeof(paramInfo_t)); in currBSS_BackgroundScanQuality()
DsystemConfig.c433 os_memoryFree(pSiteMgr->hOs, curRsnData, MAX_RSN_DATA_SIZE); in systemConfig()
693 os_memoryFree(pSiteMgr->hOs, curRsnData, MAX_RSN_DATA_SIZE); in systemConfig()
694 os_memoryFree(pSiteMgr->hOs, pParam, sizeof(paramInfo_t)); in systemConfig()
/hardware/ti/wlan/wl1271/Test/
DsmeDebug.c253 os_memoryFree(NULL, blist, length); in sme_printBssidList()

1234