HomeSort by relevance Sort by last modified time
    Searched refs:pParam (Results 176 - 200 of 216) sorted by null

1 2 3 4 5 6 78 9

  /system/wlan/ti/sta_dk_4_0_4_32/common/src/core/sme/Inc/
siteMgrApi.h 92 paramInfo_t *pParam);
95 paramInfo_t *pParam);
  /system/wlan/ti/wilink_6_1/stad/src/AirLink_Managment/
SoftGemini.c 326 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->paramType
    [all...]
  /system/wlan/ti/wilink_6_1/stad/src/Connection_Managment/
rsnApi.h 238 TI_STATUS rsn_setParam(TI_HANDLE hCtrlData, void *pParam);
241 TI_STATUS rsn_getParam(TI_HANDLE hCtrlData, void *pParam);
apConn.c 609 TI_STATUS apConn_getRoamThresholds(TI_HANDLE hAPConnection, roamingMngrThresholdsConfig_t *pParam)
613 pParam->lowRssiThreshold = pAPConnection->rssiThreshold;
614 pParam->lowSnrThreshold = pAPConnection->snrThreshold;
615 pParam->txRateThreshold = pAPConnection->lowRateThreshold;
616 pParam->dataRetryThreshold = pAPConnection->txFailureThreshold;
619 &pParam->numExpectedTbttForBSSLoss,
620 &pParam->lowQualityForBackgroungScanCondition,
621 &pParam->normalQualityForBackgroungScanCondition);
626 TI_STATUS apConn_setRoamThresholds(TI_HANDLE hAPConnection, roamingMngrThresholdsConfig_t *pParam)
634 if (pParam->lowRssiThreshold == (TI_INT8)AP_CONNECT_TRIGGER_IGNORED)
    [all...]
  /system/wlan/ti/wilink_6_1/stad/src/Sta_Management/
siteMgrApi.h 109 paramInfo_t *pParam);
113 paramInfo_t *pParam);
mlmeParser.c 104 paramInfo_t *pParam;
134 pParam = (paramInfo_t *)os_memoryAlloc(pHandle->hOs, sizeof(paramInfo_t));
135 if (!pParam) {
143 pParam->paramType = CTRL_DATA_CURRENT_BSSID_PARAM;
144 ctrlData_getParam(pHandle->hCtrlData, pParam);
149 if (MAC_EQUAL (pParam->content.ctrlDataCurrentBSSID, recvBssid))
155 if (MAC_EQUAL (pParam->content.ctrlDataCurrentBSSID, recvSa))
179 pParam->paramType = CTRL_DATA_MAC_ADDRESS;
180 ctrlData_getParam(pHandle->hCtrlData, pParam);
183 if (MAC_EQUAL( (pParam->content.ctrlDataDeviceMacAddress), (pMgmtFrame->hdr.DA) )
    [all...]
  /hardware/ti/wlan/wl1271/Test/
HealthMonitorDbg.c 70 * \param pParam - parameters for the debug function.\n
72 void healthMonitorDebugFunction (TStadHandlesList *pStadHandles, TI_UINT32 funcType, void *pParam)
TxDbg.c 60 void rxTxDebugFunction(TI_HANDLE hRxTxHandle, TI_UINT32 funcType, void *pParam)
qosMngrDbg.c 52 void qosMngrDebugFunction(TI_HANDLE hQosMngr, TI_UINT32 funcType, void *pParam)
siteMgrDebug.c 82 void *pParam)
124 value = *((TI_UINT32 *)pParam);
138 value = *((TI_UINT32 *)pParam);
186 value = *((TI_UINT32 *)pParam);
216 value = *((TI_UINT32 *)pParam);
300 printSiteTable(pSiteMgr, (char*)pParam);
305 param.content.siteMgrDesiredChannel = *(TI_UINT8*)pParam;
    [all...]
measurementDbg.c 83 void measurementDebugFunction(TI_HANDLE hMeasurementMgr, TI_HANDLE hSwitchChannel, TI_HANDLE hRegulatoryDomain, TI_UINT32 funcType, void *pParam)
95 TI_UINT8 SwitchChannelParam = *(TI_UINT8*)pParam;
362 trafficThreshold = *(TI_UINT16*)pParam;
smeDebug.c 82 * \param pParam - parameters for the debug function
85 void smeDebugFunction (TI_HANDLE hSme, TI_UINT32 funcType, void *pParam)
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/BusAccess/Export_Inc/
whalBus_Api.h 187 void whalBus_PrintInfo(TI_HANDLE hWhalBus, UINT32 funcType, void *pParam);
  /system/wlan/ti/wilink_6_1/Test/
HealthMonitorDbg.c 70 * \param pParam - parameters for the debug function.\n
72 void healthMonitorDebugFunction (TStadHandlesList *pStadHandles, TI_UINT32 funcType, void *pParam)
TxDbg.c 60 void rxTxDebugFunction(TI_HANDLE hRxTxHandle, TI_UINT32 funcType, void *pParam)
qosMngrDbg.c 52 void qosMngrDebugFunction(TI_HANDLE hQosMngr, TI_UINT32 funcType, void *pParam)
siteMgrDebug.c 82 void *pParam)
124 value = *((TI_UINT32 *)pParam);
138 value = *((TI_UINT32 *)pParam);
186 value = *((TI_UINT32 *)pParam);
208 value = *((TI_UINT32 *)pParam);
292 printSiteTable(pSiteMgr, (char*)pParam);
297 param.content.siteMgrDesiredChannel = *(TI_UINT8*)pParam;
    [all...]
measurementDbg.c 83 void measurementDebugFunction(TI_HANDLE hMeasurementMgr, TI_HANDLE hSwitchChannel, TI_HANDLE hRegulatoryDomain, TI_UINT32 funcType, void *pParam)
95 TI_UINT8 SwitchChannelParam = *(TI_UINT8*)pParam;
362 trafficThreshold = *(TI_UINT16*)pParam;
  /hardware/ti/wlan/wl1271/stad/src/Connection_Managment/
apConn.c 618 TI_STATUS apConn_getRoamThresholds(TI_HANDLE hAPConnection, roamingMngrThresholdsConfig_t *pParam)
622 pParam->lowRssiThreshold = pAPConnection->rssiThreshold;
623 pParam->lowSnrThreshold = pAPConnection->snrThreshold;
624 pParam->txRateThreshold = pAPConnection->lowRateThreshold;
625 pParam->dataRetryThreshold = pAPConnection->txFailureThreshold;
628 &pParam->numExpectedTbttForBSSLoss,
629 &pParam->lowQualityForBackgroungScanCondition,
630 &pParam->normalQualityForBackgroungScanCondition);
635 TI_STATUS apConn_setRoamThresholds(TI_HANDLE hAPConnection, roamingMngrThresholdsConfig_t *pParam)
643 if (pParam->lowRssiThreshold == (TI_INT8)AP_CONNECT_TRIGGER_IGNORED)
    [all...]
  /hardware/ti/wlan/wl1271/stad/src/Sta_Management/
mlmeParser.c 104 paramInfo_t *pParam;
134 pParam = (paramInfo_t *)os_memoryAlloc(pHandle->hOs, sizeof(paramInfo_t));
135 if (!pParam)
144 pParam->paramType = CTRL_DATA_CURRENT_BSSID_PARAM;
145 ctrlData_getParam(pHandle->hCtrlData, pParam);
150 if (MAC_EQUAL (pParam->content.ctrlDataCurrentBSSID, recvBssid))
156 if (MAC_EQUAL (pParam->content.ctrlDataCurrentBSSID, recvSa))
180 pParam->paramType = CTRL_DATA_MAC_ADDRESS;
181 ctrlData_getParam(pHandle->hCtrlData, pParam);
184 if (MAC_EQUAL( (pParam->content.ctrlDataDeviceMacAddress), (pMgmtFrame->hdr.DA) )
    [all...]
  /frameworks/base/media/libeffects/lvm/wrapper/Bundle/
EffectBundle.cpp 127 int BassBoost_setParameter (EffectContext *pContext, void *pParam, void *pValue);
129 void *pParam,
132 int Virtualizer_setParameter (EffectContext *pContext, void *pParam, void *pValue);
134 void *pParam,
137 int Equalizer_setParameter (EffectContext *pContext, void *pParam, void *pValue);
139 void *pParam,
142 int Volume_setParameter (EffectContext *pContext, void *pParam, void *pValue);
144 void *pParam,
    [all...]
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/Management/SoftGemini/src/
SoftGemini.c 331 pParam - Pointer to the parameter
339 paramInfo_t *pParam)
344 WLAN_REPORT_INFORMATION(pSoftGemini->hReport, SOFT_GEMINI_MODULE_LOG, (" SoftGemini_setParam() (0x%x)\n", pParam->paramType));
346 switch(pParam->paramType)
351 return_value = SoftGemini_setEnableParam(hSoftGemini,pParam->content.SoftGeminiEnable, FALSE);
356 return_value = SoftGemini_setRateParam(hSoftGemini, pParam->content.SoftGeminiRate);
362 SoftGemini_setConfigParam(hSoftGemini,pParam->content.SoftGeminiParamArray);
369 WLAN_REPORT_ERROR(pSoftGemini->hReport, SOFT_GEMINI_MODULE_LOG, (" SoftGemini_setParam(), Params is not supported, %d\n\n", pParam->paramType));
386 OUTPUT: pParam - Pointer to the parameter
392 paramInfo_t *pParam)
    [all...]
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/utils/
report.h 181 TI_STATUS report_setParam (TI_HANDLE hReport, whalParamInfo_t *pParam);
182 TI_STATUS report_getParam (TI_HANDLE hReport, whalParamInfo_t *pParam);
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/core/sme/configMgr/
configMgr.c 382 pParam - Pointer to the parameter
389 TI_STATUS configMgr_setParam(TI_HANDLE hConfigMgr, paramInfo_t *pParam)
405 if (!EXTERNAL_SET_ENABLE(pParam->paramType))
408 moduleNumber = GET_PARAM_MODULE_NUMBER(pParam->paramType);
414 ("ParamType=0x%x ModuleNumber=0x%x\n\n",pParam->paramType));
416 status = pConfigManager->paramAccessTable[moduleNumber - 1].set(pConfigManager->paramAccessTable[moduleNumber - 1].handle, pParam);
435 pParam - Pointer to the parameter
442 TI_STATUS configMgr_getParam (TI_HANDLE hConfigMgr, paramInfo_t *pParam)
449 if (pParam->paramType == DRIVER_STATUS_PARAM)
452 pParam->content.driverStatus = DRIVER_STATUS_RUNNING
    [all...]
  /external/libnfc-nxp/Linux_x86/
phDal4Nfc.c 90 typedef void * (*pphDal4Nfc_thread_handler_t) (void * pParam);
842 int* pParam=NULL;
846 pParam=(int*)params;
848 switch(*pParam)
    [all...]

Completed in 313 milliseconds

1 2 3 4 5 6 78 9