/hardware/ti/wlan/wl1271/stad/src/Data_link/ |
D | GeneralUtil.c | 79 List = (List_t*)os_memoryAlloc(hOs, sizeof(List_t)); in List_create() 85 … List->ElementList =(ListElement_t*)os_memoryAlloc(hOs, (sizeof(ListElement_t)*MaxNumOfElements)); in List_create() 95 List->ElementList[index].Container = os_memoryAlloc(hOs,ContainerSize); in List_create() 305 DistributorMgr = (DistributorMgr_t*)os_memoryAlloc(hOs, sizeof(DistributorMgr_t)); in DistributorMgr_Create()
|
D | txPort.c | 104 pTxPort = os_memoryAlloc(hOs, sizeof(TTxPortObj)); in txPort_create()
|
/hardware/ti/wlan/wl1271/stad/src/Connection_Managment/ |
D | connInfra.c | 324 pParam = (paramInfo_t *)os_memoryAlloc(pConn->hOs, sizeof(paramInfo_t)); in JoinWait_to_mlmeWait() 385 pParam = (paramInfo_t *)os_memoryAlloc(pConn->hOs, sizeof(paramInfo_t)); in mlmeWait_to_WaitDisconnect() 435 pParam = (paramInfo_t *)os_memoryAlloc(pConn->hOs, sizeof(paramInfo_t)); in mlmeWait_to_rsnWait() 471 pParam = (paramInfo_t *)os_memoryAlloc(pConn->hOs, sizeof(paramInfo_t)); in rsnWait_to_disconnect() 510 pParam = (paramInfo_t *)os_memoryAlloc(pConn->hOs, sizeof(paramInfo_t)); in configHW_to_disconnect() 552 pParam = (paramInfo_t *)os_memoryAlloc(pConn->hOs, sizeof(paramInfo_t)); in connInfra_ScrWaitDisconn_to_disconnect() 592 pParam = (paramInfo_t *)os_memoryAlloc(pConn->hOs, sizeof(paramInfo_t)); in rsnWait_to_configHW() 941 pParam = (paramInfo_t *)os_memoryAlloc(pConn->hOs, sizeof(paramInfo_t)); in connect_to_ScrWait()
|
D | keyDerive.c | 83 pKeyDerive = (keyDerive_t*)os_memoryAlloc(hOs, sizeof(keyDerive_t)); in keyDerive_create()
|
D | broadcastKeySM.c | 89 pBroadcastKey = (broadcastKey_t*)os_memoryAlloc(hOs, sizeof(broadcastKey_t)); in broadcastKey_create()
|
D | unicastKeySM.c | 87 pUnicastKey = (unicastKey_t*)os_memoryAlloc(hOs, sizeof(unicastKey_t)); in unicastKey_create()
|
D | smeSm.c | 300 pParam = (paramInfo_t *)os_memoryAlloc(pSme->hOS, sizeof(paramInfo_t)); in smeSm_PreConnect() 385 pParam = (paramInfo_t *)os_memoryAlloc(pSme->hOS, sizeof(paramInfo_t)); in smeSm_Connect() 656 pParam = (paramInfo_t *)os_memoryAlloc(pSme->hOS, sizeof(paramInfo_t)); in sme_StartScan() 892 pParam = (paramInfo_t *)os_memoryAlloc(pSme->hOS, sizeof(paramInfo_t)); in sme_updateScanCycles()
|
D | externalSec.c | 141 pHandle = (struct externalSec_t*)os_memoryAlloc(hOs, sizeof(struct externalSec_t)); in externalSec_create()
|
/hardware/ti/wlan/wl1271/utils/ |
D | mem.c | 68 TMemMng *pMemMng = (TMemMng *)os_memoryAlloc (hOs, sizeof(TMemMng)); in mem_Create() 121 pMemBlock = (TMemBlock *) os_memoryAlloc (pMemMng->hOs, total); in mem_Alloc()
|
D | fsm.c | 103 *pFsm = (fsm_stateMachine_t *)os_memoryAlloc(hOs, sizeof(fsm_stateMachine_t)); in fsm_Create() 111 …(*pFsm)->stateEventMatrix = (fsm_Matrix_t)os_memoryAlloc(hOs, MaxNoOfStates * MaxNoOfEvents * size… in fsm_Create()
|
D | timer.c | 98 hTimerModule = os_memoryAlloc (hOs, sizeof(TTimerModule)); in tmr_Create() 347 pTimerInfo = os_memoryAlloc (pTimerModule->hOs, sizeof(TTimerInfo)); in tmr_CreateTimer()
|
D | GenSM.c | 64 pGenSM = os_memoryAlloc (hOS, sizeof(TGenSM)); in genSM_Create()
|
/hardware/ti/wlan/wl1271/platforms/os/linux/src/ |
D | WlanDrvWext.c | 216 my_command.in_buffer = os_memoryAlloc(drv, my_command.in_buffer_len); in wlanDrvWext_Handler() 226 my_command.out_buffer = os_memoryAlloc(drv, my_command.out_buffer_len); in wlanDrvWext_Handler() 256 my_command.in_buffer = os_memoryAlloc(drv, ie_length); in wlanDrvWext_Handler()
|
D | osmemapi.c | 95 os_memoryAlloc( in os_memoryAlloc() function 182 pAllocatedMem = os_memoryAlloc(OsContext, MemSize); in os_memoryCAlloc()
|
D | CmdInterpretWext.c | 97 pCmdInterpret = os_memoryAlloc (hOs, sizeof(cmdInterpret_t)); in cmdInterpret_Create() 156 pParam = (paramInfo_t *)os_memoryAlloc(pCmdInterpret->hOs, sizeof(paramInfo_t)); in cmdInterpret_convertAndExecute() 373 pParam2 = (paramInfo_t *)os_memoryAlloc(pCmdInterpret->hOs, sizeof(paramInfo_t)); in cmdInterpret_convertAndExecute() 657 my_list = os_memoryAlloc (pCmdInterpret->hOs, allocated_size); in cmdInterpret_convertAndExecute() 680 rate_list = os_memoryAlloc (pCmdInterpret->hOs, rates_allocated_size); in cmdInterpret_convertAndExecute() 1406 … *(void **)&pParam->content = os_memoryAlloc(pCmdInterpret->hOs, my_command->in_buffer_len); in cmdInterpret_convertAndExecute() 1588 pParam = (paramInfo_t *)os_memoryAlloc(pCmdInterpret->hOs, sizeof(paramInfo_t)); in cmdInterpret_Event() 1611 memptr = os_memoryAlloc(pCmdInterpret->hOs, TotalLength); in cmdInterpret_Event() 1657 my_current = os_memoryAlloc (pCmdInterpret->hOs,MAX_BEACON_BODY_LENGTH); in cmdInterpret_Event() 1692 … cckm_assoc.assocRespBuffer = os_memoryAlloc (pCmdInterpret->hOs, cckm_assoc.assocRespLen); in cmdInterpret_Event() [all …]
|
D | osapi.c | 192 TOsTimer *pOsTimer = os_memoryAlloc (OsContext, sizeof(TOsTimer)); in os_timerCreate() 747 myPtr = os_memoryAlloc(OsContext, sizeof(struct completion)); in os_SignalObjectCreate()
|
/hardware/ti/wlan/wl1271/TWD/FW_Transfer/ |
D | fwDebug.c | 88 TFwDebug *pFwDebug = (TFwDebug *)os_memoryAlloc(hOs,sizeof(TFwDebug)); in fwDbg_Create() 126 pFwDebug->pDMABuf = (TI_UINT8*)os_memoryAlloc(pFwDebug->hOs,DMA_SIZE_BUF); in fwDbg_Init()
|
/hardware/ti/wlan/wl1271/stad/src/Ctrl_Interface/ |
D | CmdHndlr.c | 86 TCmdHndlrObj *pCmdHndlr = (TCmdHndlrObj *) os_memoryAlloc (hOs, sizeof(TCmdHndlrObj)); in cmdHndlr_Create() 245 pNewCmd = os_memoryAlloc (pCmdHndlr->hOs, sizeof (TConfigCommand)); in cmdHndlr_InsertCommand()
|
/hardware/ti/wlan/wl1271/stad/src/AirLink_Managment/ |
D | regulatoryDomain.c | 137 pRegulatoryDomain = os_memoryAlloc(hOs,sizeof(regulatoryDomain_t)); in regulatoryDomain_create() 612 pParam2 = (paramInfo_t *)os_memoryAlloc(pRegulatoryDomain->hOs, sizeof(paramInfo_t)); in regulatoryDomain_getParam() 1172 … paramInfo_t *pParam = (paramInfo_t *)os_memoryAlloc(pRegulatoryDomain->hOs, sizeof(paramInfo_t)); in regulatoryDomain_getChannelCapability() 1290 pParam = (paramInfo_t *)os_memoryAlloc(pRegulatoryDomain->hOs, sizeof(paramInfo_t)); in regulatoryDomain_updateCurrTxPower() 1296 pTwdParam = (TTwdParamInfo *)os_memoryAlloc(pRegulatoryDomain->hOs, sizeof(TTwdParamInfo)); in regulatoryDomain_updateCurrTxPower() 1373 pParam = (paramInfo_t *)os_memoryAlloc(pRegulatoryDomain->hOs, sizeof(paramInfo_t)); in regulatoryDomain_checkCountryCodeExpiry()
|
/hardware/ti/wlan/wl1271/stad/src/Sta_Management/ |
D | currBss.c | 158 if ((pCurrBss = os_memoryAlloc(hOs, sizeof(currBSS_t))) != NULL) in currBSS_create() 555 pParam = (paramInfo_t *)os_memoryAlloc(pCurrBSS->hOs, sizeof(paramInfo_t)); in currBSS_updateBSSLoss() 689 pParam = (paramInfo_t *)os_memoryAlloc(pCurrBSS->hOs, sizeof(paramInfo_t)); in currBSS_probRespReceivedCallb() 741 pParam = (paramInfo_t *)os_memoryAlloc(pCurrBSS->hOs, sizeof(paramInfo_t)); in currBSS_beaconReceivedCallb() 845 pParam = (paramInfo_t *)os_memoryAlloc(pCurrBSS->hOs, sizeof(paramInfo_t)); in currBSS_updateConnectedState() 1176 pParam = (paramInfo_t *)os_memoryAlloc(pCurrBSS->hOs, sizeof(paramInfo_t)); in currBSS_BackgroundScanQuality()
|
D | StaCap.c | 66 hStaCap = os_memoryAlloc (hOs, sizeof(TStaCap)); in StaCap_Create()
|
/hardware/ti/wlan/wl1271/Test/ |
D | smeDebug.c | 241 blist = os_memoryAlloc(NULL, length); in sme_printBssidList()
|
/hardware/ti/wlan/wl1271/platforms/os/common/inc/ |
D | osApi.h | 195 void *os_memoryAlloc (TI_HANDLE OsContext,TI_UINT32 Size);
|
/hardware/ti/wlan/wl1271/TWD/MacServices/ |
D | MacServices.c | 60 MacServices_t *pMacServices = (MacServices_t*)os_memoryAlloc( hOS, sizeof(MacServices_t) ); in MacServices_create()
|
/hardware/ti/wlan/wl1271/TWD/Data_Service/ |
D | txCtrlBlk.c | 87 pTxCtrlBlk = os_memoryAlloc (hOs, sizeof(TTxCtrlBlkObj)); in txCtrlBlk_Create()
|