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

1 23 4 5 6 7 8 9

  /hardware/ti/wlan/wl1271/Test/
roamingMgrDebug.h 65 void *pParam);
rsnDbg.c 69 void rsnDebugFunction(TI_HANDLE hRsn, TI_UINT32 funcType, void *pParam)
83 value = *(TI_UINT32*)pParam;
93 value = *(TI_UINT32*)pParam;
103 value = *(TI_UINT32*)pParam;
scanCncnDbg.c 55 * \param pParam - parameters for the debug function.\n
57 void scanConcentratorDebugFunction( TI_HANDLE hScanCncn, TI_HANDLE hTWD, TI_UINT32 funcType, void *pParam )
scrDbg.c 116 * \param pParam - parameters for the debug function.\n
118 void scrDebugFunction( TI_HANDLE hScr, TI_UINT32 funcType, void *pParam )
127 requestAsClient( hScr, *((EScrClientId*)pParam), SCR_RESOURCE_SERVING_CHANNEL );
131 releaseAsClient( hScr, *((EScrClientId*)pParam), SCR_RESOURCE_SERVING_CHANNEL );
135 requestAsClient( hScr, *((EScrClientId*)pParam), SCR_RESOURCE_PERIODIC_SCAN );
139 releaseAsClient( hScr, *((EScrClientId*)pParam), SCR_RESOURCE_PERIODIC_SCAN );
143 changeGroup( hScr, *((EScrGroupId*)pParam) );
151 changeMode(hScr, *((EScrModeId*)pParam));
connDebug.c 88 void *pParam)
100 WLAN_OS_REPORT(("Connection Print Test, param = %d , curr state %d\n\n", *((TI_UINT32 *)pParam), pConn->state));
  /system/wlan/ti/wilink_6_1/Test/
HealthMonitorDbg.h 101 * \param pParam - parameters for the debug function.\n
103 void healthMonitorDebugFunction (TStadHandlesList *pStadHandles, TI_UINT32 funcType, void *pParam);
ScanMngrDbg.h 100 * \param pParam - parameters for the debug function.\n
104 void scanMngrDebugFunction( TI_HANDLE hScanMngr, TI_UINT32 funcType, void *pParam, TI_HANDLE hSiteMgr, TI_HANDLE hCtrlData );
TwIfDebug.c 61 * \param pParam - parameters for the debug function
64 void twifDebugFunction (TI_HANDLE hTWD, TI_UINT32 uFuncType, void *pParam)
connDebug.h 47 void *pParam);
roamingMgrDebug.h 65 void *pParam);
rsnDbg.c 69 void rsnDebugFunction(TI_HANDLE hRsn, TI_UINT32 funcType, void *pParam)
83 value = *(TI_UINT32*)pParam;
93 value = *(TI_UINT32*)pParam;
103 value = *(TI_UINT32*)pParam;
scanCncnDbg.c 55 * \param pParam - parameters for the debug function.\n
57 void scanConcentratorDebugFunction( TI_HANDLE hScanCncn, TI_HANDLE hTWD, TI_UINT32 funcType, void *pParam )
scrDbg.c 116 * \param pParam - parameters for the debug function.\n
118 void scrDebugFunction( TI_HANDLE hScr, TI_UINT32 funcType, void *pParam )
127 requestAsClient( hScr, *((EScrClientId*)pParam), SCR_RESOURCE_SERVING_CHANNEL );
131 releaseAsClient( hScr, *((EScrClientId*)pParam), SCR_RESOURCE_SERVING_CHANNEL );
135 requestAsClient( hScr, *((EScrClientId*)pParam), SCR_RESOURCE_PERIODIC_SCAN );
139 releaseAsClient( hScr, *((EScrClientId*)pParam), SCR_RESOURCE_PERIODIC_SCAN );
143 changeGroup( hScr, *((EScrGroupId*)pParam) );
151 changeMode(hScr, *((EScrModeId*)pParam));
  /system/wlan/ti/wilink_6_1/stad/src/Connection_Managment/
connInfra.c 321 paramInfo_t *pParam;
324 pParam = (paramInfo_t *)os_memoryAlloc(pConn->hOs, sizeof(paramInfo_t));
325 if (!pParam)
331 pParam->paramType = SITE_MGR_CURRENT_CHANNEL_PARAM;
332 siteMgr_getParam(pConn->hSiteMgr, pParam);
334 pParam->paramType = REGULATORY_DOMAIN_TX_POWER_AFTER_SELECTION_PARAM;
335 pParam->content.channel = pParam->content.siteMgrCurrentChannel;
336 regulatoryDomain_setParam(pConn->hRegulatoryDomain, pParam);
338 pParam->paramType = RX_DATA_PORT_STATUS_PARAM
    [all...]
  /hardware/ti/wlan/wl1271/stad/src/Sta_Management/
currBss.c 553 paramInfo_t *pParam;
555 pParam = (paramInfo_t *)os_memoryAlloc(pCurrBSS->hOs, sizeof(paramInfo_t));
556 if (pParam)
558 pParam->paramType = SITE_MGR_DESIRED_BEACON_INTERVAL_PARAM;
559 siteMgr_getParam(pCurrBSS->hSiteMgr, pParam);
560 desiredBeaconInterval = pParam->content.siteMgrDesiredBeaconInterval;
562 pParam->paramType = CONN_SELF_TIMEOUT_PARAM;
563 conn_getParam(pCurrBSS->hConn, pParam);
564 connSelfTimeout = pParam->content.connSelfTimeout;
566 os_memoryFree(pCurrBSS->hOs, pParam, sizeof(paramInfo_t))
    [all...]
authSm.c 392 * I/O - pParam - Parameter \n
400 TI_STATUS auth_getParam(TI_HANDLE hAuth, paramInfo_t *pParam)
406 if ((pHandle == NULL) || (pParam == NULL))
411 switch (pParam->paramType)
414 pParam->content.authResponseTimeout = pHandle->timeout;
418 pParam->content.siteMgrTiWlanCounters.AuthRejects = pHandle->authRejectCount;
419 pParam->content.siteMgrTiWlanCounters.AuthTimeouts = pHandle->authTimeoutCount;
423 pParam->content.authLegacyAuthType = pHandle->authType;
444 * I/O - pParam - Parameter \n
452 TI_STATUS auth_setParam(TI_HANDLE hAuth, paramInfo_t *pParam)
    [all...]
PowerMgrKeepAlive.c 233 * \param pParam - A pointer to the paramter being set
237 TI_STATUS powerMgrKL_setParam (TI_HANDLE hPowerMgrKL, paramInfo_t *pParam)
244 TRACE1(pPowerMgrKL->hReport, REPORT_SEVERITY_INFORMATION , "Keep-alive set param called with param type %d\n", pParam->paramType);
246 switch (pParam->paramType)
251 pPowerMgrKL->tCurrentConfig.enaDisFlag = pParam->content.powerMgrKeepAliveEnaDis;
253 (TI_UINT8)pParam->content.powerMgrKeepAliveEnaDis);
259 pNewTmpl = pParam->content.pPowerMgrKeepAliveTemplate;
296 TRACE1(pPowerMgrKL->hReport, REPORT_SEVERITY_ERROR , "power manager keep-alive: set param with unknown param type %d\n", pParam->paramType);
309 * \param pParam - A pointer to the paramter being retrieved
313 TI_STATUS powerMgrKL_getParam (TI_HANDLE hPowerMgrKL, paramInfo_t *pParam)
    [all...]
systemConfig.c 405 paramInfo_t *pParam;
431 pParam = (paramInfo_t *)os_memoryAlloc(pSiteMgr->hOs, sizeof(paramInfo_t));
432 if (!pParam) {
526 pParam->paramType = CTRL_DATA_CURRENT_BSSID_PARAM; /* Current BSSID */
527 MAC_COPY (pParam->content.ctrlDataCurrentBSSID, pPrimarySite->bssid);
528 ctrlData_setParam(pSiteMgr->hCtrlData, pParam);
530 pParam->paramType = CTRL_DATA_CURRENT_BSS_TYPE_PARAM; /* Current BSS Type */
531 pParam->content.ctrlDataCurrentBssType = pPrimarySite->bssType;
532 ctrlData_setParam(pSiteMgr->hCtrlData, pParam);
534 pParam->paramType = CTRL_DATA_CURRENT_PREAMBLE_TYPE_PARAM; /* Current Preamble Type *
    [all...]
  /system/wlan/ti/wilink_6_1/stad/src/Sta_Management/
currBss.c 657 paramInfo_t *pParam;
659 pParam = (paramInfo_t *)os_memoryAlloc(pCurrBSS->hOs, sizeof(paramInfo_t));
660 if (!pParam)
663 pParam->paramType = SITE_MGR_CURRENT_BSSID_PARAM;
664 siteMgr_getParam(pCurrBSS->hSiteMgr, pParam);
666 if (pCurrBSS->isConnected && MAC_EQUAL (pParam->content.siteMgrDesiredBSSID, *bssid))
672 os_memoryFree(pCurrBSS->hOs, pParam, sizeof(paramInfo_t));
706 paramInfo_t *pParam;
709 pParam = (paramInfo_t *)os_memoryAlloc(pCurrBSS->hOs, sizeof(paramInfo_t));
710 if (!pParam)
    [all...]
authSm.c 392 * I/O - pParam - Parameter \n
400 TI_STATUS auth_getParam(TI_HANDLE hAuth, paramInfo_t *pParam)
406 if ((pHandle == NULL) || (pParam == NULL))
411 switch (pParam->paramType)
414 pParam->content.authResponseTimeout = pHandle->timeout;
418 pParam->content.siteMgrTiWlanCounters.AuthRejects = pHandle->authRejectCount;
419 pParam->content.siteMgrTiWlanCounters.AuthTimeouts = pHandle->authTimeoutCount;
423 pParam->content.authLegacyAuthType = pHandle->authType;
444 * I/O - pParam - Parameter \n
452 TI_STATUS auth_setParam(TI_HANDLE hAuth, paramInfo_t *pParam)
    [all...]
PowerMgrKeepAlive.c 233 * \param pParam - A pointer to the paramter being set
237 TI_STATUS powerMgrKL_setParam (TI_HANDLE hPowerMgrKL, paramInfo_t *pParam)
244 TRACE1(pPowerMgrKL->hReport, REPORT_SEVERITY_INFORMATION , "Keep-alive set param called with param type %d\n", pParam->paramType);
246 switch (pParam->paramType)
251 pPowerMgrKL->tCurrentConfig.enaDisFlag = pParam->content.powerMgrKeepAliveEnaDis;
253 (TI_UINT8)pParam->content.powerMgrKeepAliveEnaDis);
259 pNewTmpl = pParam->content.pPowerMgrKeepAliveTemplate;
296 TRACE1(pPowerMgrKL->hReport, REPORT_SEVERITY_ERROR , "power manager keep-alive: set param with unknown param type %d\n", pParam->paramType);
309 * \param pParam - A pointer to the paramter being retrieved
313 TI_STATUS powerMgrKL_getParam (TI_HANDLE hPowerMgrKL, paramInfo_t *pParam)
    [all...]
systemConfig.c 399 paramInfo_t *pParam;
425 pParam = (paramInfo_t *)os_memoryAlloc(pSiteMgr->hOs, sizeof(paramInfo_t));
426 if (!pParam) {
520 pParam->paramType = CTRL_DATA_CURRENT_BSSID_PARAM; /* Current BSSID */
521 MAC_COPY (pParam->content.ctrlDataCurrentBSSID, pPrimarySite->bssid);
522 ctrlData_setParam(pSiteMgr->hCtrlData, pParam);
524 pParam->paramType = CTRL_DATA_CURRENT_BSS_TYPE_PARAM; /* Current BSS Type */
525 pParam->content.ctrlDataCurrentBssType = pPrimarySite->bssType;
526 ctrlData_setParam(pSiteMgr->hCtrlData, pParam);
528 pParam->paramType = CTRL_DATA_CURRENT_PREAMBLE_TYPE_PARAM; /* Current Preamble Type *
    [all...]
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/core/mlme/Auth/
authSm.c 403 * I/O - pParam - Parameter \n
411 TI_STATUS auth_getParam(TI_HANDLE hAuth, paramInfo_t *pParam)
417 if ((pHandle == NULL) || (pParam == NULL))
422 switch (pParam->paramType)
425 pParam->content.authResponseTimeout = pHandle->timeout;
429 pParam->content.siteMgrTiWlanCounters.AuthRejects = pHandle->authRejectCount;
430 pParam->content.siteMgrTiWlanCounters.AuthTimeouts = pHandle->authTimeoutCount;
434 pParam->content.authLegacyAuthType = pHandle->authType;
455 * I/O - pParam - Parameter \n
463 TI_STATUS auth_setParam(TI_HANDLE hAuth, paramInfo_t *pParam)
    [all...]
  /hardware/qcom/media/mm-video/vidc/venc/src/
omx_video_encoder.cpp 541 OMX_PORT_PARAM_TYPE* pParam = (OMX_PORT_PARAM_TYPE*)(paramData);
548 OMX_VIDEO_PARAM_BITRATETYPE* pParam = (OMX_VIDEO_PARAM_BITRATETYPE*)paramData;
554 m_sParamBitrate.nTargetBitrate = pParam->nTargetBitrate;
555 m_sParamBitrate.eControlRate = pParam->eControlRate;
557 m_sConfigBitrate.nEncodeBitrate = pParam->nTargetBitrate;
558 m_sInPortDef.format.video.nBitrate = pParam->nTargetBitrate;
559 m_sOutPortDef.format.video.nBitrate = pParam->nTargetBitrate;
565 OMX_VIDEO_PARAM_MPEG4TYPE* pParam = (OMX_VIDEO_PARAM_MPEG4TYPE*)paramData;
572 m_sParamMPEG4.nPFrames = pParam->nPFrames;
573 m_sParamMPEG4.eProfile = pParam->eProfile
    [all...]
  /hardware/ti/wlan/wl1271/stad/src/Connection_Managment/
rsn.c 664 * I/O - pParam - Parameter \n
675 paramInfo_t *pParam = (paramInfo_t *)param;
678 if ( (NULL == pRsn) || (NULL == pParam) )
683 switch (pParam->paramType)
686 pParam->content.rsnPrivacyOptionImplemented = TI_TRUE;
690 pParam->content.pRsnKey = &pRsn->keys[pParam->content.pRsnKey->keyIndex];
691 if (pParam->content.pRsnKey->keyIndex == pRsn->defaultKeyId)
693 pParam->content.pRsnKey->keyIndex |= 0x80000000;
699 status = pRsn->pMainSecSm->getAuthState (pRsn->pMainSecSm, (TIWLN_SECURITY_STATE*)&(pParam->content.rsnAuthState))
    [all...]

Completed in 1634 milliseconds

1 23 4 5 6 7 8 9