Searched refs:pParam (Results 26 - 50 of 123) sorted by relevance

12345

/system/wlan/ti/wilink_6_1/Test/
H A DHealthMonitorDbg.h101 * \param pParam - parameters for the debug function.\n
103 void healthMonitorDebugFunction (TStadHandlesList *pStadHandles, TI_UINT32 funcType, void *pParam);
H A DScanMngrDbg.h100 * \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 );
H A DTwIfDebug.c61 * \param pParam - parameters for the debug function
64 void twifDebugFunction (TI_HANDLE hTWD, TI_UINT32 uFuncType, void *pParam) argument
H A DconnDebug.h47 void *pParam);
H A DroamingMgrDebug.h65 void *pParam);
H A DrsnDbg.c69 void rsnDebugFunction(TI_HANDLE hRsn, TI_UINT32 funcType, void *pParam) argument
83 value = *(TI_UINT32*)pParam;
93 value = *(TI_UINT32*)pParam;
103 value = *(TI_UINT32*)pParam;
H A DscanCncnDbg.c55 * \param pParam - parameters for the debug function.\n
57 void scanConcentratorDebugFunction( TI_HANDLE hScanCncn, TI_HANDLE hTWD, TI_UINT32 funcType, void *pParam )
H A DscrDbg.c116 * \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));
H A DconnDebug.c88 void *pParam)
100 WLAN_OS_REPORT(("Connection Print Test, param = %d , curr state %d\n\n", *((TI_UINT32 *)pParam), pConn->state));
86 connDebugFunction(TI_HANDLE hConn, TI_UINT32 funcType, void *pParam) argument
H A Dfwdriverdebug.c94 void *pParam)
106 FW_debugSendGeneralTestCmd(hTWD, pParam);
113 FW_DebugSendPacket(hDrvMain, hOs, hTxMgmtQ, pParam);
117 FW_DebugSendPacket(hDrvMain, hOs, hTxMgmtQ, pParam);
130 FW_DebugGeneral (hTWD, pParam);
152 void FW_debugSendGeneralTestCmd(TI_HANDLE hTWD, void *pParam) argument
157 Len = *(unsigned char *)pParam;
159 os_memoryCopy(pTWD->hOs, Cfg.buf,(unsigned long*)pParam + sizeof(TI_UINT8),Len * 4 );
290 void FW_DebugSendPacket(TI_HANDLE hDrvMain ,TI_HANDLE hOs, TI_HANDLE hTxMgmtQ, void *pParam) argument
294 if ( pParam
87 FWDebugFunction(TI_HANDLE hDrvMain, TI_HANDLE hOs, TI_HANDLE hTWD, TI_HANDLE hMlme, TI_HANDLE hTxMgmtQ, TI_HANDLE hTxCtrl, unsigned long funcType, void *pParam) argument
349 FW_DebugGeneral(TI_HANDLE hTWD, void *pParam) argument
[all...]
/system/wlan/ti/wilink_6_1/stad/src/Connection_Managment/
H A DconnInfra.c321 paramInfo_t *pParam; local
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
376 paramInfo_t *pParam; local
428 paramInfo_t *pParam; local
458 paramInfo_t *pParam; local
495 paramInfo_t *pParam; local
533 paramInfo_t *pParam; local
574 paramInfo_t *pParam; local
[all...]
H A Drsn.c651 * I/O - pParam - Parameter \n
662 paramInfo_t *pParam = (paramInfo_t *)param; local
665 if ( (NULL == pRsn) || (NULL == pParam) )
670 switch (pParam->paramType)
673 pParam->content.rsnPrivacyOptionImplemented = TI_TRUE;
677 pParam->content.pRsnKey = &pRsn->keys[pParam->content.pRsnKey->keyIndex];
678 if (pParam->content.pRsnKey->keyIndex == pRsn->defaultKeyId)
680 pParam->content.pRsnKey->keyIndex |= 0x80000000;
686 status = pRsn->pMainSecSm->getAuthState (pRsn->pMainSecSm, (TIWLN_SECURITY_STATE*)&(pParam
782 paramInfo_t *pParam = (paramInfo_t*)param; local
[all...]
/system/wlan/ti/wilink_6_1/stad/src/Sta_Management/
H A DcurrBss.c657 paramInfo_t *pParam; local
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; local
709 pParam = (paramInfo_t *)os_memoryAlloc(pCurrBSS->hOs, sizeof(paramInfo_t));
710 if (!pParam)
764 paramInfo_t *pParam; local
1077 paramInfo_t *pParam; local
1375 currBSS_setParam(TI_HANDLE hCurrBSS, paramInfo_t *pParam) argument
1440 currBSS_getParam(TI_HANDLE hCurrBSS, paramInfo_t *pParam) argument
[all...]
H A DauthSm.c392 * I/O - pParam - Parameter \n
400 TI_STATUS auth_getParam(TI_HANDLE hAuth, paramInfo_t *pParam) argument
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) argument
[all...]
H A DPowerMgrKeepAlive.c233 * \param pParam - A pointer to the paramter being set
237 TI_STATUS powerMgrKL_setParam (TI_HANDLE hPowerMgrKL, paramInfo_t *pParam) argument
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) argument
[all...]
H A DsystemConfig.c399 paramInfo_t *pParam; local
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
[all...]
H A DmlmeSm.c272 paramInfo_t *pParam)
276 switch(pParam->paramType)
280 switch (pParam->content.mlmeLegacyAuthType)
285 pMlmeSm->legacyAuthType = pParam->content.mlmeLegacyAuthType;
287 pParam->paramType = AUTH_LEGACY_TYPE_PARAM;
288 return auth_setParam(pMlmeSm->hAuth, pParam);
294 pParam->paramType = AUTH_LEGACY_TYPE_PARAM;
295 return auth_setParam(pMlmeSm->hAuth, pParam);
302 pParam->paramType = AUTH_LEGACY_TYPE_PARAM;
303 pParam
271 mlme_setParam(TI_HANDLE hMlmeSm, paramInfo_t *pParam) argument
324 mlme_getParam(TI_HANDLE hMlmeSm, paramInfo_t *pParam) argument
[all...]
/system/wlan/ti/sta_dk_4_0_4_32/common/src/core/mlme/Auth/
H A DauthSm.c403 * I/O - pParam - Parameter \n
411 TI_STATUS auth_getParam(TI_HANDLE hAuth, paramInfo_t *pParam) argument
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) argument
[all...]
/system/wlan/ti/wilink_6_1/stad/src/AirLink_Managment/
H A DSoftGeminiApi.h58 TI_STATUS SoftGemini_setParam(TI_HANDLE hSoftGemini, paramInfo_t *pParam);
59 TI_STATUS SoftGemini_getParam(TI_HANDLE hSoftGemini, paramInfo_t *pParam);
/system/wlan/ti/sta_dk_4_0_4_32/common/src/core/mlme/
H A DmlmeSm.c330 paramInfo_t *pParam)
334 switch(pParam->paramType)
338 switch (pParam->content.mlmeLegacyAuthType)
343 pMlmeSm->legacyAuthType = pParam->content.mlmeLegacyAuthType;
345 pParam->paramType = AUTH_LEGACY_TYPE_PARAM;
346 return auth_setParam(pMlmeSm->hAuth, pParam);
352 pParam->paramType = AUTH_LEGACY_TYPE_PARAM;
353 return auth_setParam(pMlmeSm->hAuth, pParam);
360 pParam->paramType = AUTH_LEGACY_TYPE_PARAM;
361 pParam
329 mlme_setParam(TI_HANDLE hMlmeSm, paramInfo_t *pParam) argument
382 mlme_getParam(TI_HANDLE hMlmeSm, paramInfo_t *pParam) argument
[all...]
/system/wlan/ti/sta_dk_4_0_4_32/common/src/utils/
H A Dreport.c474 pParam - Pointer to the parameter
482 whalParamInfo_t *pParam)
484 switch((externalParam_e)pParam->paramType)
487 report_setReportModule(hReport, pParam->content.ModuleTable[0]);
491 report_clearReportModule(hReport, pParam->content.ModuleTable[0]);
495 report_setReportModuleTable(hReport, (tiUINT8 *)pParam->content.ModuleTable);
499 report_setReportSeverity(hReport, pParam->content.SeverityTable[0]);
503 report_clearReportSeverity(hReport, pParam->content.SeverityTable[0]);
507 report_setReportSeverityTable(hReport, (tiUINT8 *)pParam->content.SeverityTable);
511 os_setDebugMode((BOOL)pParam
481 report_setParam(TI_HANDLE hReport, whalParamInfo_t *pParam) argument
536 report_getParam(TI_HANDLE hReport, whalParamInfo_t *pParam) argument
[all...]
/system/wlan/ti/wilink_6_1/stad/src/Ctrl_Interface/
H A 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 - this function is not in use*/
378 paramInfo_t *pParam = (paramInfo_t *)param; local
381 moduleNumber = GET_PARAM_MODULE_NUMBER(pParam->paramType);
392 WLAN_OS_REPORT(("cmdDispatch_SetParam(): NULL pointers!!!, return, ParamType=0x%x\n", pParam->paramType));
396 TRACE2(pCmdDispatch->hReport, REPORT_SEVERITY_INFORMATION , "cmdDispatch_SetParam(): ParamType=0x%x, ModuleNumber=0x%x\n", pParam->paramType, moduleNumber);
398 return pCmdDispatch->paramAccessTable[moduleNumber - 1].set(pCmdDispatch->paramAccessTable[moduleNumber - 1].handle, pParam);
420 paramInfo_t *pParam = (paramInfo_t *) param; local
459 cmdDispatch_SetTwdParam(TI_HANDLE hCmdDispatch, paramInfo_t *pParam) argument
468 cmdDispatch_GetTwdParam(TI_HANDLE hCmdDispatch, paramInfo_t *pParam) argument
495 cmdDispatch_DebugFuncSet(TI_HANDLE hCmdDispatch, paramInfo_t *pParam) argument
521 cmdDispatch_DebugFuncGet(TI_HANDLE hCmdDispatch, paramInfo_t *pParam) argument
[all...]
/system/wlan/ti/sta_dk_4_0_4_32/common/src/Management/scan/scanCncn/
H A DScanCncnAppApi.c57 * \param pParam - the param to set.\n
60 TI_STATUS scanConcentrator_setParam( TI_HANDLE hScanCncn, paramInfo_t *pParam )
66 switch ( pParam->paramType )
69 pScanParam = pParam->content.pScanParams;
121 ("Set param, Params is not supported:%d\n\n", pParam->paramType) );
135 * \param pParam - the param to get.\n
138 TI_STATUS scanConcentrator_getParam( TI_HANDLE hScanCncn, paramInfo_t *pParam )
/system/wlan/ti/sta_dk_4_0_4_32/common/src/core/rsn/
H A Drsn.c648 * I/O - pParam - Parameter \n
656 TI_STATUS rsn_getParam(TI_HANDLE hRsn, paramInfo_t *pParam) argument
663 if ((pRsn == NULL) || (pParam == NULL))
668 switch (pParam->paramType)
671 pParam->content.rsnPrivacyOptionImplemented = TRUE;
675 pParam->content.pRsnKey = &pRsn->keys[pParam->content.pRsnKey->keyIndex];
676 if (pParam->content.pRsnKey->keyIndex == pRsn->defaultKeyId)
678 pParam->content.pRsnKey->keyIndex |= 0x80000000;
684 status = pRsn->pMainSecSm->getAuthState (pRsn->pMainSecSm, (TIWLN_SECURITY_STATE*)&(pParam
787 rsn_getParamPartial(TI_HANDLE hRsn, paramInfoPartial_t *pParam) argument
842 rsn_setParam(TI_HANDLE hRsn, paramInfo_t *pParam) argument
[all...]
/system/wlan/ti/sta_dk_4_0_4_32/common/src/core/inc/
H A DmlmeApi.h172 paramInfo_t *pParam);
175 paramInfo_t *pParam);
231 TI_STATUS assoc_setParam(TI_HANDLE hCtrlData, paramInfo_t *pParam);
233 TI_STATUS assoc_getParam(TI_HANDLE hCtrlData, paramInfo_t *pParam);
235 TI_STATUS assoc_getParamPartial(TI_HANDLE hAssoc, paramInfoPartial_t *pParam);
251 TI_STATUS auth_setParam(TI_HANDLE hCtrlData, paramInfo_t *pParam);
253 TI_STATUS auth_getParam(TI_HANDLE hCtrlData, paramInfo_t *pParam);

Completed in 5811 milliseconds

12345