Searched refs:pParam (Results 76 - 100 of 123) sorted by relevance

12345

/system/wlan/ti/wilink_6_1/stad/src/Application/
H A DscanMngrApi.h287 * \param pParam - Pointer to get Parameter
295 TI_STATUS scanMngr_getParam( TI_HANDLE hScanMngr, paramInfo_t *pParam );
300 * \param pParam - Pointer to set Parameter
308 TI_STATUS scanMngr_setParam( TI_HANDLE hScanMngr, paramInfo_t *pParam );
H A DroamingMngrApi.h225 * \param pParam - Output Parameters
232 TI_STATUS roamingMngr_getParam(TI_HANDLE hRoamingMngr, paramInfo_t *pParam);
237 * \param pParam - Input Parameters
244 TI_STATUS roamingMngr_setParam(TI_HANDLE hRoamingMngr, paramInfo_t *pParam);
H A DroamingMngr.c811 TI_STATUS roamingMngr_setParam(TI_HANDLE hRoamingMngr, paramInfo_t *pParam) argument
816 if (pParam == NULL)
818 TRACE0(pRoamingMngr->hReport, REPORT_SEVERITY_ERROR , "roamingMngr_setParam(): pParam is NULL!\n");
822 TRACE1(pRoamingMngr->hReport, REPORT_SEVERITY_INFORMATION , "roamingMngr_setParam %X \n", pParam->paramType);
824 switch (pParam->paramType)
831 pRoamingMngrConfigParams = &pParam->content.roamingConfigBuffer;
873 TRACE1(pRoamingMngr->hReport, REPORT_SEVERITY_INFORMATION, "roamingMngr_setParam TRIGGER_EVENT= %d \n", pParam->content.roamingTriggerType);
874 apConn_reportRoamingEvent(pRoamingMngr->hAPConnection, (apConn_roamingTrigger_e)pParam->content.roamingTriggerType, NULL);
879 TRACE1(pRoamingMngr->hReport, REPORT_SEVERITY_INFORMATION, "roamingMngr_setParam CONN_STATUS= %d \n", pParam->content.roamingConnStatus);
880 roamingMngr_connStatusCb(pRoamingMngr, &pParam
893 roamingMngr_getParam(TI_HANDLE hRoamingMngr, paramInfo_t *pParam) argument
[all...]
/system/wlan/ti/wilink_6_1/stad/src/Connection_Managment/
H A DapConnApi.h264 * \param pParam - Pointer to input Roaming event thresholds to configure
273 TI_STATUS apConn_setRoamThresholds(TI_HANDLE hAPConnection, roamingMngrThresholdsConfig_t *pParam);
278 * \param pParam - Pointer to output Roaming event thresholds configuration to get
287 TI_STATUS apConn_getRoamThresholds(TI_HANDLE hAPConnection, roamingMngrThresholdsConfig_t *pParam);
H A DsmeSelect.c85 paramInfo_t *pParam; local
89 pParam = (paramInfo_t *)os_memoryAlloc(pSme->hOS, sizeof(paramInfo_t));
90 if (!pParam)
96 pParam->paramType = SITE_MGR_GET_PRIMARY_SITE;
97 siteMgr_getParam(pSme->hSiteMgr, pParam);
98 pCurrentSite = pParam->content.pPrimarySite;
99 os_memoryFree(pSme->hOS, pParam, sizeof(paramInfo_t));
H A DadmCtrlWpa2.c647 paramInfo_t *pParam; local
661 pParam = (paramInfo_t *)os_memoryAlloc(pAdmCtrl->hOs, sizeof(paramInfo_t));
662 if (!pParam)
669 pParam->paramType = MLME_LEGACY_TYPE_PARAM;
670 pParam->content.mlmeLegacyAuthType = AUTH_LEGACY_OPEN_SYSTEM;
671 status = mlme_setParam(pAdmCtrl->hMlme, pParam);
743 pParam->paramType = XCC_CCKM_EXISTS;
744 pParam->content.XCCCckmExists = (wpa2Data.KeyMngSuite[0]==WPA2_IE_KEY_MNG_CCKM) ? TI_TRUE : TI_FALSE;
745 XCCMngr_setParam(pAdmCtrl->hXCCMngr, pParam);
760 pParam
1674 paramInfo_t *pParam; local
[all...]
H A DadmCtrlWpa.c706 paramInfo_t *pParam; local
721 pParam = (paramInfo_t *)os_memoryAlloc(pAdmCtrl->hOs, sizeof(paramInfo_t));
722 if (!pParam)
729 pParam->paramType = MLME_LEGACY_TYPE_PARAM;
730 pParam->content.mlmeLegacyAuthType = AUTH_LEGACY_OPEN_SYSTEM;
731 status = mlme_setParam(pAdmCtrl->hMlme, pParam);
847 pParam->paramType = XCC_CCKM_EXISTS;
848 pParam->content.XCCCckmExists = (wpaData.KeyMngSuite[0]==WPA_IE_KEY_MNG_CCKM) ? TI_TRUE : TI_FALSE;
849 XCCMngr_setParam(pAdmCtrl->hXCCMngr, pParam);
863 pParam
[all...]
/system/wlan/ti/wilink_6_1/stad/src/Sta_Management/
H A DtrafficAdmControl.h122 TI_STATUS trafficAdmCtrl_setParam(TI_HANDLE hTrafficAdmCtrl, paramInfo_t *pParam);
124 TI_STATUS trafficAdmCtrl_getParam(TI_HANDLE hTrafficAdmCtrl, paramInfo_t *pParam);
H A DmlmeApi.h259 paramInfo_t *pParam);
262 paramInfo_t *pParam);
301 TI_STATUS assoc_setParam(TI_HANDLE hCtrlData, paramInfo_t *pParam);
303 TI_STATUS assoc_getParam(TI_HANDLE hCtrlData, paramInfo_t *pParam);
315 TI_STATUS auth_setParam(TI_HANDLE hCtrlData, paramInfo_t *pParam);
317 TI_STATUS auth_getParam(TI_HANDLE hCtrlData, paramInfo_t *pParam);
H A DhealthMonitor.c436 pParam - Pointer to the parameter
442 TI_STATUS healthMonitor_SetParam (TI_HANDLE hHealthMonitor, paramInfo_t *pParam) argument
447 TRACE1(pHealthMonitor->hReport, REPORT_SEVERITY_INFORMATION, "healthMonitor_SetParam() - %d\n", pParam->paramType);
449 switch(pParam->paramType)
461 TRACE1(pHealthMonitor->hReport, REPORT_SEVERITY_ERROR, "healthMonitor_SetParam(): Params is not supported, %d\n", pParam->paramType);
474 pParam - Pointer to the parameter
480 TI_STATUS healthMonitor_GetParam (TI_HANDLE hHealthMonitor, paramInfo_t *pParam) argument
H A DScanCncn.h222 TI_STATUS scanCncnApp_SetParam (TI_HANDLE hScanCncn, paramInfo_t *pParam);
223 TI_STATUS scanCncnApp_GetParam (TI_HANDLE hScanCncn, paramInfo_t *pParam);
/system/wlan/ti/sta_dk_4_0_4_32/common/src/Management/AirLink/Measurement/
H A DrequestHandler.c161 pParam - Pointer to the parameter
169 paramInfo_t *pParam)
173 switch(pParam->paramType)
181 ("%s: Set param, Params is not supported, %d\n\n", __FUNCTION__, pParam->paramType));
197 pParam - Pointer to the parameter
205 paramInfo_t *pParam)
210 switch(pParam->paramType)
219 ("%s: Get param, Params is not supported, %d\n\n", __FUNCTION__, pParam->paramType));
168 requestHandler_setParam(TI_HANDLE hRequestHandler, paramInfo_t *pParam) argument
204 requestHandler_getParam(TI_HANDLE hRequestHandler, paramInfo_t *pParam) argument
H A DmeasurementMgr.c323 * @param pParam The parameter to set.
327 TI_STATUS measurementMgr_setParam(TI_HANDLE hMeasurementMgr, paramInfo_t * pParam) argument
331 switch (pParam->paramType)
336 ("%s: MEASUREMENT_ENABLE_DISABLE_PARAM <- %d\n", __FUNCTION__, pParam->content.measurementEnableDisableStatus));
338 if (pParam->content.measurementEnableDisableStatus)
352 if ((pParam->content.measurementTrafficThreshold >= MEASUREMENT_TRAFFIC_THRSHLD_MIN) &&
353 (pParam->content.measurementTrafficThreshold <= MEASUREMENT_TRAFFIC_THRSHLD_MAX))
356 ("%s: MEASUREMENT_TRAFFIC_THRESHOLD_PARAM <- %d\n", __FUNCTION__, pParam->content.measurementTrafficThreshold));
358 pMeasurementMgr->trafficIntensityThreshold = pParam->content.measurementTrafficThreshold;
363 ("%s: Invalid value for MEASUREMENT_TRAFFIC_THRESHOLD_PARAM (%d)\n", __FUNCTION__, pParam
406 measurementMgr_getParam(TI_HANDLE hMeasurementMgr, paramInfo_t * pParam) argument
[all...]
/system/wlan/ti/wilink_6_1/stad/src/AirLink_Managment/
H A DrequestHandler.c159 pParam - Pointer to the parameter
167 paramInfo_t *pParam)
171 switch(pParam->paramType)
178 TRACE1(pRequestHandler->hReport, REPORT_SEVERITY_ERROR, ": Set param, Params is not supported, %d\n\n", pParam->paramType);
194 pParam - Pointer to the parameter
202 paramInfo_t *pParam)
207 switch(pParam->paramType)
215 TRACE1(pRequestHandler->hReport, REPORT_SEVERITY_ERROR, ": Get param, Params is not supported, %d\n\n", pParam->paramType);
166 requestHandler_setParam(TI_HANDLE hRequestHandler, paramInfo_t *pParam) argument
201 requestHandler_getParam(TI_HANDLE hRequestHandler, paramInfo_t *pParam) argument
H A DmeasurementMgrSM.c827 paramInfo_t *pParam; local
836 pParam = (paramInfo_t *)os_memoryAlloc(pMeasurementMgr->hOs, sizeof(paramInfo_t));
837 if (!pParam)
846 pParam->paramType = REGULATORY_DOMAIN_GET_SCAN_CAPABILITIES;
847 pParam->content.channelCapabilityReq.channelNum = pMeasurementMgr->measuredChannelID;
848 pParam->content.channelCapabilityReq.scanOption = ACTIVE_SCANNING;
853 pParam->content.channelCapabilityReq.band = RADIO_BAND_2_4_GHZ;
858 pParam->content.channelCapabilityReq.band = RADIO_BAND_5_0_GHZ;
861 regulatoryDomain_getParam(pMeasurementMgr->hRegulatoryDomain, pParam);
863 request.txPowerDbm = pParam
[all...]
H A DmeasurementMgr.c255 * @param pParam The parameter to set.
259 TI_STATUS measurementMgr_setParam(TI_HANDLE hMeasurementMgr, paramInfo_t * pParam) argument
263 switch (pParam->paramType)
267 TRACE1(pMeasurementMgr->hReport, REPORT_SEVERITY_INFORMATION, ": MEASUREMENT_ENABLE_DISABLE_PARAM <- %d\n", pParam->content.measurementEnableDisableStatus);
269 if (pParam->content.measurementEnableDisableStatus)
283 if ((pParam->content.measurementTrafficThreshold >= MEASUREMENT_TRAFFIC_THRSHLD_MIN) &&
284 (pParam->content.measurementTrafficThreshold <= MEASUREMENT_TRAFFIC_THRSHLD_MAX))
286 TRACE1(pMeasurementMgr->hReport, REPORT_SEVERITY_INFORMATION, ": MEASUREMENT_TRAFFIC_THRESHOLD_PARAM <- %d\n", pParam->content.measurementTrafficThreshold);
288 pMeasurementMgr->trafficIntensityThreshold = pParam->content.measurementTrafficThreshold;
292 TRACE1(pMeasurementMgr->hReport, REPORT_SEVERITY_ERROR, ": Invalid value for MEASUREMENT_TRAFFIC_THRESHOLD_PARAM (%d)\n", pParam
333 measurementMgr_getParam(TI_HANDLE hMeasurementMgr, paramInfo_t * pParam) argument
[all...]
H A DSoftGemini.c326 pParam - Pointer to the parameter
334 paramInfo_t *pParam)
339 TRACE1(pSoftGemini->hReport, REPORT_SEVERITY_INFORMATION, " SoftGemini_setParam() (0x%x)\n", pParam->paramType);
341 switch(pParam->paramType)
346 return_value = SoftGemini_setEnableParam(hSoftGemini,pParam->content.SoftGeminiEnable, TI_FALSE);
352 SoftGemini_setConfigParam(hSoftGemini,pParam->content.SoftGeminiParamArray);
368 TRACE1(pSoftGemini->hReport, REPORT_SEVERITY_ERROR, " SoftGemini_setParam(), Params is not supported, %d\n\n", pParam->paramType);
385 OUTPUT: pParam - Pointer to the parameter
391 paramInfo_t *pParam)
393 switch (pParam
333 SoftGemini_setParam(TI_HANDLE hSoftGemini, paramInfo_t *pParam) argument
390 SoftGemini_getParam(TI_HANDLE hSoftGemini, paramInfo_t *pParam) argument
[all...]
/system/wlan/ti/wilink_6_1/utils/
H A Dreport.c389 TI_STATUS report_SetParam (TI_HANDLE hReport, TReportParamInfo *pParam) argument
391 if( (NULL == hReport) || (NULL == pParam))
396 switch (pParam->paramType)
399 report_SetReportModule(hReport, pParam->content.aFileEnable[0]);
403 report_ClearReportModule(hReport, pParam->content.aFileEnable[0]);
407 report_SetReportFilesTable(hReport, (TI_UINT8 *)pParam->content.aFileEnable);
411 report_SetReportSeverityTable(hReport, (TI_UINT8 *)pParam->content.aSeverityTable);
415 os_setDebugMode((TI_BOOL)pParam->content.uReportPPMode);
427 TRACE1(hReport, REPORT_SEVERITY_ERROR, "Set param, Params is not supported, %d\n", pParam->paramType);
437 TI_STATUS report_GetParam (TI_HANDLE hReport, TReportParamInfo *pParam) argument
[all...]
/system/wlan/ti/sta_dk_4_0_4_32/common/src/core/inc/
H A DrsnApi.h170 TI_STATUS rsn_setParam(TI_HANDLE hCtrlData, paramInfo_t *pParam);
172 TI_STATUS rsn_getParam(TI_HANDLE hCtrlData, paramInfo_t *pParam);
174 TI_STATUS rsn_getParamPartial(TI_HANDLE hRsn, paramInfoPartial_t *pParam);
/system/wlan/ti/sta_dk_4_0_4_32/common/inc/
H A DsrcApi.h79 paramInfo_t *pParam);
82 paramInfo_t *pParam);
/system/wlan/ti/wilink_6_1/Test/
H A DTWD_Debug.c623 TI_STATUS TWD_Debug (TI_HANDLE hTWD, TI_UINT32 funcType, void *pParam) argument
627 TFwDebugParams* pMemDebug = (TFwDebugParams*)pParam;
636 WLAN_OS_REPORT(("TWD_Debug: Error - pParam is NULL\n"));
649 if (pParam == NULL)
654 GenericAddr = *(TI_UINT32 *)pParam;
764 if (pParam == NULL)
769 cmdQueue_PrintHistory (pTWD->hCmdQueue, *(int *)pParam);
778 if (pParam == NULL)
783 if ( eventMbox_MaskEvent (pTWD->hEventMbox, *(int *)pParam, NULL, NULL) == TI_NOK )
792 if (pParam
[all...]
/system/wlan/ti/sta_dk_4_0_4_32/pform/linux/src/
H A Dioctl_utils.c144 void *pParam);
/system/wlan/ti/sta_dk_4_0_4_32/common/src/Application/Roaming/
H A DroamingMngr.c610 * I/O - pParam - Parameter \n
618 TI_STATUS roamingMngr_setParam(TI_HANDLE hRoamingMngr, paramInfo_t *pParam) argument
625 if ((hRoamingMngr == NULL) || (pParam == NULL))
631 pParam->paramType));
634 switch (pParam->paramType)
641 if (pParam->content.applicationConfigBuffer.bufferSize < sizeof(roamingMngrConfigParams_t))
645 pParam->content.applicationConfigBuffer.bufferSize));
649 pRoamingMngrConfigParams = (roamingMngrConfigParams_t*)pParam->content.applicationConfigBuffer.buffer;
707 pParam->content.roamingTriggerType));
709 if ((apConn_roamingTrigger_e)pParam
759 roamingMngr_getParam(TI_HANDLE hRoamingMngr, paramInfo_t *pParam) argument
[all...]
/system/wlan/ti/sta_dk_4_0_4_32/common/src/Management/apConn/
H A DapConn.c666 * O - pParam - pointer to buffer to store the thresholds\n
674 TI_STATUS apConn_getRoamThresholds(TI_HANDLE hAPConnection, roamingMngrThresholdsConfig_t *pParam) argument
678 pParam->lowRssiThreshold = pAPConnection->rssiThreshold;
679 pParam->lowSnrThreshold = pAPConnection->snrThreshold;
680 pParam->txRateThreshold = pAPConnection->lowRateThreshold;
681 pParam->dataRetryThreshold = pAPConnection->txFailureThreshold;
684 &pParam->numExpectedTbttForBSSLoss,
685 &pParam->lowQualityForBackgroungScanCondition,
686 &pParam->normalQualityForBackgroungScanCondition,
687 &pParam
712 apConn_setRoamThresholds(TI_HANDLE hAPConnection, roamingMngrThresholdsConfig_t *pParam) argument
[all...]
/system/wlan/ti/sta_dk_4_0_4_32/common/src/core/sme/Inc/
H A DsiteMgrApi.h92 paramInfo_t *pParam);
95 paramInfo_t *pParam);

Completed in 315 milliseconds

12345