Home
last modified time | relevance | path

Searched refs:paramInfo_t (Results 1 – 25 of 71) sorted by relevance

123

/hardware/ti/wlan/wl1271/stad/src/Connection_Managment/
DconnInfra.c321 paramInfo_t *pParam; in JoinWait_to_mlmeWait()
324 pParam = (paramInfo_t *)os_memoryAlloc(pConn->hOs, sizeof(paramInfo_t)); in JoinWait_to_mlmeWait()
346 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()
378 paramInfo_t *pParam; in mlmeWait_to_WaitDisconnect()
385 pParam = (paramInfo_t *)os_memoryAlloc(pConn->hOs, sizeof(paramInfo_t)); in mlmeWait_to_WaitDisconnect()
408 os_memoryFree(pConn->hOs, pParam, sizeof(paramInfo_t)); in mlmeWait_to_WaitDisconnect()
432 paramInfo_t *pParam; in mlmeWait_to_rsnWait()
435 pParam = (paramInfo_t *)os_memoryAlloc(pConn->hOs, sizeof(paramInfo_t)); in mlmeWait_to_rsnWait()
444 os_memoryFree(pConn->hOs, pParam, sizeof(paramInfo_t)); in mlmeWait_to_rsnWait()
[all …]
DsmeSm.c245 paramInfo_t *pParam; in smeSm_PreConnect()
300 pParam = (paramInfo_t *)os_memoryAlloc(pSme->hOS, sizeof(paramInfo_t)); in smeSm_PreConnect()
329 os_memoryFree(pSme->hOS, pParam, sizeof(paramInfo_t)); in smeSm_PreConnect()
375 paramInfo_t *pParam; in smeSm_Connect()
385 pParam = (paramInfo_t *)os_memoryAlloc(pSme->hOS, sizeof(paramInfo_t)); in smeSm_Connect()
411 os_memoryFree(pSme->hOS, pParam, sizeof(paramInfo_t)); in smeSm_Connect()
648 paramInfo_t *pParam; in sme_StartScan()
656 pParam = (paramInfo_t *)os_memoryAlloc(pSme->hOS, sizeof(paramInfo_t)); in sme_StartScan()
676 os_memoryFree(pSme->hOS, pParam, sizeof(paramInfo_t)); in sme_StartScan()
846 paramInfo_t *pParam; in sme_updateScanCycles()
[all …]
DsmeApi.h63 TI_STATUS sme_SetParam (TI_HANDLE hSme, paramInfo_t *pParam);
64 TI_STATUS sme_GetParam (TI_HANDLE hSme, paramInfo_t *pParam);
DconnIbss.c230 paramInfo_t param; in selfWait_to_rsnWait()
260 paramInfo_t param; in rsnWait_to_connected()
288 paramInfo_t param; in selfw_merge_rsnw()
401 paramInfo_t param; in selfWait_to_waitToDisconnCmplt()
440 paramInfo_t param; in rsnWait_to_waitToDisconnCmplt()
547 paramInfo_t param; in idle_to_rsnWait()
DconnApi.h89 TI_STATUS conn_setParam (TI_HANDLE hConn, paramInfo_t *pParam);
91 TI_STATUS conn_getParam (TI_HANDLE hConn, paramInfo_t *pParam);
/hardware/ti/wlan/wl1271/stad/src/Ctrl_Interface/
DCmdDispatcher.c69 typedef TI_STATUS (*TParamFunc) (TI_HANDLE handle, paramInfo_t *pParam);
122 static TI_STATUS cmdDispatch_SetTwdParam (TI_HANDLE hCmdDispatch, paramInfo_t *pParam);
123 static TI_STATUS cmdDispatch_GetTwdParam (TI_HANDLE hCmdDispatch, paramInfo_t *pParam);
126 static TI_STATUS cmdDispatch_DebugFuncSet (TI_HANDLE hCmdDispatch, paramInfo_t *pParam);
127 static TI_STATUS cmdDispatch_DebugFuncGet (TI_HANDLE hCmdDispatch, paramInfo_t *pParam); /*yael - t…
378 paramInfo_t *pParam = (paramInfo_t *)param; in cmdDispatch_SetParam()
420 paramInfo_t *pParam = (paramInfo_t *) param; in cmdDispatch_GetParam()
459 static TI_STATUS cmdDispatch_SetTwdParam (TI_HANDLE hCmdDispatch, paramInfo_t *pParam) in cmdDispatch_SetTwdParam()
468 static TI_STATUS cmdDispatch_GetTwdParam (TI_HANDLE hCmdDispatch, paramInfo_t *pParam) in cmdDispatch_GetTwdParam()
495 static TI_STATUS cmdDispatch_DebugFuncSet (TI_HANDLE hCmdDispatch, paramInfo_t *pParam) in cmdDispatch_DebugFuncSet()
[all …]
/hardware/ti/wlan/wl1271/stad/src/Sta_Management/
DmlmeApi.h264 paramInfo_t *pParam);
267 paramInfo_t *pParam);
306 TI_STATUS assoc_setParam(TI_HANDLE hCtrlData, paramInfo_t *pParam);
308 TI_STATUS assoc_getParam(TI_HANDLE hCtrlData, paramInfo_t *pParam);
320 TI_STATUS auth_setParam(TI_HANDLE hCtrlData, paramInfo_t *pParam);
322 TI_STATUS auth_getParam(TI_HANDLE hCtrlData, paramInfo_t *pParam);
DcurrBss.c553 paramInfo_t *pParam; in currBSS_updateBSSLoss()
555 pParam = (paramInfo_t *)os_memoryAlloc(pCurrBSS->hOs, sizeof(paramInfo_t)); in currBSS_updateBSSLoss()
566 os_memoryFree(pCurrBSS->hOs, pParam, sizeof(paramInfo_t)); in currBSS_updateBSSLoss()
687 paramInfo_t *pParam; in currBSS_probRespReceivedCallb()
689 pParam = (paramInfo_t *)os_memoryAlloc(pCurrBSS->hOs, sizeof(paramInfo_t)); in currBSS_probRespReceivedCallb()
703 os_memoryFree(pCurrBSS->hOs, pParam, sizeof(paramInfo_t)); in currBSS_probRespReceivedCallb()
737 paramInfo_t *pParam; in currBSS_beaconReceivedCallb()
741 pParam = (paramInfo_t *)os_memoryAlloc(pCurrBSS->hOs, sizeof(paramInfo_t)); in currBSS_beaconReceivedCallb()
808 os_memoryFree(pCurrBSS->hOs, pParam, sizeof(paramInfo_t)); in currBSS_beaconReceivedCallb()
843 paramInfo_t *pParam; in currBSS_updateConnectedState()
[all …]
DPowerMgrKeepAlive.h49 TI_STATUS powerMgrKL_setParam (TI_HANDLE hPowerMgrKL, paramInfo_t *pParam);
50 TI_STATUS powerMgrKL_getParam (TI_HANDLE hPowerMgrKL, paramInfo_t *pParam);
DcurrBssApi.h69 TI_STATUS currBSS_setParam(TI_HANDLE hCurrBSS, paramInfo_t *pParam);
70 TI_STATUS currBSS_getParam(TI_HANDLE hCurrBSS, paramInfo_t *pParam);
DhealthMonitor.h72 TI_STATUS healthMonitor_SetParam (TI_HANDLE hHealthMonitor, paramInfo_t *pParam);
73 TI_STATUS healthMonitor_GetParam (TI_HANDLE hHealthMonitor, paramInfo_t *pParam);
DPowerMgr_API.h196 paramInfo_t *theParamP);
198 paramInfo_t *theParamP);
DtrafficAdmControl.h122 TI_STATUS trafficAdmCtrl_setParam(TI_HANDLE hTrafficAdmCtrl, paramInfo_t *pParam);
124 TI_STATUS trafficAdmCtrl_getParam(TI_HANDLE hTrafficAdmCtrl, paramInfo_t *pParam);
DqosMngr_API.h102 TI_STATUS qosMngr_setParams(TI_HANDLE hQosMngr,paramInfo_t *pParamInfo);
105 TI_STATUS qosMngr_getParams(TI_HANDLE hQosMngr,paramInfo_t *pParamInfo);
DassocSM.c608 TI_STATUS assoc_getParam(TI_HANDLE hAssoc, paramInfo_t *pParam) in assoc_getParam()
646 paramInfo_t *lParam; in assoc_getParam()
650 lParam = (paramInfo_t *)os_memoryAlloc(pHandle->hOs, sizeof(paramInfo_t)); in assoc_getParam()
660 os_memoryFree(pHandle->hOs, lParam, sizeof(paramInfo_t)); in assoc_getParam()
742 TI_STATUS assoc_setParam(TI_HANDLE hAssoc, paramInfo_t *pParam) in assoc_setParam()
1065 paramInfo_t param; in assoc_smCapBuild()
1203 paramInfo_t param; in assoc_smSSIDBuild()
1251 paramInfo_t param; in assoc_smRatesBuild()
1330 paramInfo_t param; in assoc_powerCapabilityBuild()
1361 paramInfo_t param; in assoc_smRequestBuild()
/hardware/ti/wlan/wl1271/stad/src/AirLink_Managment/
DregulatoryDomain.c245 paramInfo_t *pParam) in regulatoryDomain_setParam()
437 paramInfo_t *pParam) in regulatoryDomain_getParam()
608 paramInfo_t *pParam2; in regulatoryDomain_getParam()
612 pParam2 = (paramInfo_t *)os_memoryAlloc(pRegulatoryDomain->hOs, sizeof(paramInfo_t)); in regulatoryDomain_getParam()
621 os_memoryFree(pRegulatoryDomain->hOs, pParam2, sizeof(paramInfo_t)); in regulatoryDomain_getParam()
1172paramInfo_t *pParam = (paramInfo_t *)os_memoryAlloc(pRegulatoryDomain->hOs, sizeof(paramInfo_t)); in regulatoryDomain_getChannelCapability()
1194 os_memoryFree(pRegulatoryDomain->hOs, pParam, sizeof(paramInfo_t)); in regulatoryDomain_getChannelCapability()
1285 paramInfo_t *pParam; in regulatoryDomain_updateCurrTxPower()
1290 pParam = (paramInfo_t *)os_memoryAlloc(pRegulatoryDomain->hOs, sizeof(paramInfo_t)); in regulatoryDomain_updateCurrTxPower()
1299 os_memoryFree(pRegulatoryDomain->hOs, pParam, sizeof(paramInfo_t)); in regulatoryDomain_updateCurrTxPower()
[all …]
DregulatoryDomainApi.h75 TI_STATUS regulatoryDomain_setParam(TI_HANDLE hRegulatoryDomain, paramInfo_t *pParam);
91 TI_STATUS regulatoryDomain_getParam(TI_HANDLE hRegulatoryDomain, paramInfo_t *pParam);
DSoftGeminiApi.h58 TI_STATUS SoftGemini_setParam(TI_HANDLE hSoftGemini, paramInfo_t *pParam);
59 TI_STATUS SoftGemini_getParam(TI_HANDLE hSoftGemini, paramInfo_t *pParam);
DmeasurementMgrApi.h71 TI_STATUS measurementMgr_setParam(TI_HANDLE hMeasurementMgr, paramInfo_t * pParam);
73 TI_STATUS measurementMgr_getParam(TI_HANDLE hMeasurementMgr, paramInfo_t * pParam);
DrequestHandler.h95 paramInfo_t *pParam);
98 paramInfo_t *pParam);
/hardware/ti/wlan/wl1271/stad/src/Data_link/
DDataCtrl_Api.h105 TI_STATUS rxData_getParam(TI_HANDLE hRxData, paramInfo_t *pParamInfo);
107 TI_STATUS rxData_setParam(TI_HANDLE hRxData, paramInfo_t *pParamInfo);
170 TI_STATUS ctrlData_getParam(TI_HANDLE hCtrlData, paramInfo_t *pParamInfo);
172 TI_STATUS ctrlData_setParam(TI_HANDLE hCtrlData, paramInfo_t *pParamInfo);
/hardware/ti/wlan/wl1271/Test/
DrsnDbg.c71 paramInfo_t param, *pRsnParam; in rsnDebugFunction()
119 pRsnParam = (paramInfo_t *)&infoBuf; in rsnDebugFunction()
/hardware/ti/wlan/wl1271/platforms/os/linux/src/
DCmdInterpretWext.c149 paramInfo_t *pParam; in cmdInterpret_convertAndExecute()
156 pParam = (paramInfo_t *)os_memoryAlloc(pCmdInterpret->hOs, sizeof(paramInfo_t)); in cmdInterpret_convertAndExecute()
339 paramInfo_t *pParam2; in cmdInterpret_convertAndExecute()
373 pParam2 = (paramInfo_t *)os_memoryAlloc(pCmdInterpret->hOs, sizeof(paramInfo_t)); in cmdInterpret_convertAndExecute()
381 os_memoryFree(pCmdInterpret->hOs, pParam2, sizeof(paramInfo_t)); in cmdInterpret_convertAndExecute()
1486 os_memoryFree(pCmdInterpret->hOs, pParam, sizeof(paramInfo_t)); in cmdInterpret_convertAndExecute()
1586 paramInfo_t *pParam; in cmdInterpret_Event()
1588 pParam = (paramInfo_t *)os_memoryAlloc(pCmdInterpret->hOs, sizeof(paramInfo_t)); in cmdInterpret_Event()
1712 os_memoryFree(pCmdInterpret->hOs, pParam, sizeof(paramInfo_t)); in cmdInterpret_Event()
1849 paramInfo_t *pParam; in cmdInterpret_setSecurityParams()
[all …]
/hardware/ti/wlan/wl1271/stad/src/Application/
DscanMngrApi.h295 TI_STATUS scanMngr_getParam( TI_HANDLE hScanMngr, paramInfo_t *pParam );
308 TI_STATUS scanMngr_setParam( TI_HANDLE hScanMngr, paramInfo_t *pParam );
DroamingMngrApi.h233 TI_STATUS roamingMngr_getParam(TI_HANDLE hRoamingMngr, paramInfo_t *pParam);
245 TI_STATUS roamingMngr_setParam(TI_HANDLE hRoamingMngr, paramInfo_t *pParam);

123