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

1 2 34 5 6 7 8 9

  /hardware/ti/wlan/wl1271/stad/src/AirLink_Managment/
SoftGeminiApi.h 58 TI_STATUS SoftGemini_setParam(TI_HANDLE hSoftGemini, paramInfo_t *pParam);
59 TI_STATUS SoftGemini_getParam(TI_HANDLE hSoftGemini, paramInfo_t *pParam);
  /system/wlan/ti/wilink_6_1/Test/
connDebug.c 88 void *pParam)
100 WLAN_OS_REPORT(("Connection Print Test, param = %d , curr state %d\n\n", *((TI_UINT32 *)pParam), pConn->state));
fwdriverdebug.c 94 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)
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)
294 if ( pParam == NULL
    [all...]
measurementDbg.h 67 void measurementDebugFunction(TI_HANDLE hMeasurementMgr, TI_HANDLE hSwitchChannel, TI_HANDLE hRegulatoryDomain, TI_UINT32 funcType, void *pParam);
scrDbg.h 99 * \param pParam - parameters for the debug function.\n
101 void scrDebugFunction( TI_HANDLE hScanMngr, TI_UINT32 funcType, void *pParam );
  /system/wlan/ti/wilink_6_1/stad/src/AirLink_Managment/
SoftGeminiApi.h 58 TI_STATUS SoftGemini_setParam(TI_HANDLE hSoftGemini, paramInfo_t *pParam);
59 TI_STATUS SoftGemini_getParam(TI_HANDLE hSoftGemini, paramInfo_t *pParam);
  /hardware/ti/wlan/wl1271/stad/src/Sta_Management/
mlmeSm.c 272 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->content.authLegacyAuthType = AUTH_LEGACY_SHARED_KEY
    [all...]
siteMgr.c 592 pParam - Pointer to the parameter
601 paramInfo_t *pParam)
612 switch(pParam->paramType)
615 pConfig = pParam->content.pSiteMgrConfiguration;
641 if (pParam->content.siteMgrDesiredChannel > SITE_MGR_CHANNEL_MAX)
644 if (pSiteMgr->pDesiredParams->siteMgrDesiredChannel != pParam->content.siteMgrDesiredChannel)
645 pSiteMgr->pDesiredParams->siteMgrDesiredChannel = (TI_UINT8)pParam->content.siteMgrDesiredChannel;
649 MAC_COPY (pSiteMgr->pDesiredParams->siteMgrDesiredBSSID, pParam->content.siteMgrDesiredBSSID);
654 TRACE1(pSiteMgr->hReport, REPORT_SEVERITY_INFORMATION, "\nSet new SSID= (len=%d) \n", pParam->content.siteMgrDesiredSSID.len);
656 if (pParam->content.siteMgrDesiredSSID.len > MAX_SSID_LEN
    [all...]
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/core/mlme/
mlmeSm.c 330 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->content.authLegacyAuthType = AUTH_LEGACY_SHARED_KEY
    [all...]
  /system/wlan/ti/wilink_6_1/stad/src/Sta_Management/
mlmeSm.c 272 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->content.authLegacyAuthType = AUTH_LEGACY_SHARED_KEY
    [all...]
siteMgr.c 581 pParam - Pointer to the parameter
590 paramInfo_t *pParam)
599 switch(pParam->paramType)
602 pConfig = pParam->content.pSiteMgrConfiguration;
628 if (pParam->content.siteMgrDesiredChannel > SITE_MGR_CHANNEL_MAX)
631 if (pSiteMgr->pDesiredParams->siteMgrDesiredChannel != pParam->content.siteMgrDesiredChannel)
632 pSiteMgr->pDesiredParams->siteMgrDesiredChannel = (TI_UINT8)pParam->content.siteMgrDesiredChannel;
636 MAC_COPY (pSiteMgr->pDesiredParams->siteMgrDesiredBSSID, pParam->content.siteMgrDesiredBSSID);
641 TRACE1(pSiteMgr->hReport, REPORT_SEVERITY_INFORMATION, "\nSet new SSID= (len=%d) \n", pParam->content.siteMgrDesiredSSID.len);
643 if (pParam->content.siteMgrDesiredSSID.len > MAX_SSID_LEN
    [all...]
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/utils/
report.c 474 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->content.reportPPMode)
    [all...]
  /hardware/ti/wlan/wl1271/stad/src/Ctrl_Interface/
CmdDispatcher.c 69 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;
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);
    [all...]
  /system/wlan/ti/wilink_6_1/stad/src/Ctrl_Interface/
CmdDispatcher.c 69 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;
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);
    [all...]
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/Management/scan/scanCncn/
ScanCncnAppApi.c 57 * \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/
rsn.c 648 * I/O - pParam - Parameter \n
656 TI_STATUS rsn_getParam(TI_HANDLE hRsn, paramInfo_t *pParam)
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->content.rsnAuthState))
    [all...]
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/core/inc/
mlmeApi.h 172 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);
  /hardware/ti/wlan/wl1271/Test/
fwdriverdebug.c 94 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)
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)
294 if ( pParam == NULL
    [all...]
measurementDbg.h 67 void measurementDebugFunction(TI_HANDLE hMeasurementMgr, TI_HANDLE hSwitchChannel, TI_HANDLE hRegulatoryDomain, TI_UINT32 funcType, void *pParam);
scrDbg.h 99 * \param pParam - parameters for the debug function.\n
101 void scrDebugFunction( TI_HANDLE hScanMngr, TI_UINT32 funcType, void *pParam );
  /hardware/ti/wlan/wl1271/stad/src/Connection_Managment/
smeSm.c 245 paramInfo_t *pParam;
300 pParam = (paramInfo_t *)os_memoryAlloc(pSme->hOS, sizeof(paramInfo_t));
301 if (!pParam)
306 pParam->paramType = SITE_MGR_DESIRED_CHANNEL_PARAM;
307 siteMgr_getParam(pSme->hSiteMgr, pParam);
308 uDesiredChannel = pParam->content.siteMgrDesiredChannel;
312 pParam->content.channelCapabilityReq.band = RADIO_BAND_5_0_GHZ;
316 pParam->content.channelCapabilityReq.band = RADIO_BAND_2_4_GHZ;
323 pParam->paramType = REGULATORY_DOMAIN_GET_SCAN_CAPABILITIES;
324 pParam->content.channelCapabilityReq.scanOption = ACTIVE_SCANNING
    [all...]
sme.c 338 * \param pParam - pointer to the param to set
342 TI_STATUS sme_SetParam (TI_HANDLE hSme, paramInfo_t *pParam)
346 TRACE1(pSme->hReport, REPORT_SEVERITY_INFORMATION , "sme_SetParam: param type is 0x%x\n", pParam->paramType);
348 switch (pParam->paramType)
352 if (pSme->bRadioOn != pParam->content.smeRadioOn)
355 pSme->bRadioOn = pParam->content.smeRadioOn;
372 if (pParam->content.smeDesiredSSID.len > MAX_SSID_LEN)
378 if ((pSme->tSsid.len != pParam->content.smeDesiredSSID.len) ||
380 (TI_UINT8 *)&(pParam->content.smeDesiredSSID.str[ 0 ]), pSme->tSsid.len)))
383 os_memoryCopy (pSme->hOS, &(pSme->tSsid.str[ 0 ]), &(pParam->content.smeDesiredSSID.str[ 0 ]), pParam->content.smeDesiredSSID.len)
    [all...]
  /system/wlan/ti/wilink_6_1/stad/src/Connection_Managment/
rsn.c 651 * I/O - pParam - Parameter \n
662 paramInfo_t *pParam = (paramInfo_t *)param;
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->content.rsnAuthState))
    [all...]
sme.c 307 * \param pParam - pointer to the param to set
311 TI_STATUS sme_SetParam (TI_HANDLE hSme, paramInfo_t *pParam)
315 TRACE1(pSme->hReport, REPORT_SEVERITY_INFORMATION , "sme_SetParam: param type is 0x%x\n", pParam->paramType);
317 switch (pParam->paramType)
321 if (pSme->bRadioOn != pParam->content.smeRadioOn)
324 pSme->bRadioOn = pParam->content.smeRadioOn;
341 if ((pSme->tSsid.len != pParam->content.smeDesiredSSID.len) ||
343 &(pParam->content.smeDesiredSSID.str[ 0 ]), pSme->tSsid.len)))
346 os_memoryCopy (pSme->hOS, &(pSme->tSsid.str[ 0 ]), &(pParam->content.smeDesiredSSID.str[ 0 ]), pParam->content.smeDesiredSSID.len)
    [all...]
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/core/sme/smeSm/
smeSmApi.c 635 pParam - Pointer to the parameter
643 paramInfo_t *pParam)
647 switch(pParam->paramType)
650 if (pSmeSm->scanEnabled != pParam->content.smeSMScanEnabled)
652 if ((pParam->content.smeSMScanEnabled == SCAN_ENABLED) &&
659 if ((pParam->content.smeSMScanEnabled == SKIP_NEXT_SCAN) &&
666 pSmeSm->scanEnabled, pParam->content.smeSMScanEnabled));
669 pSmeSm->scanEnabled = pParam->content.smeSMScanEnabled;
675 ("Set param, Params is not supported, %d\n\n", pParam->paramType));
690 pParam - Pointer to the parameter
    [all...]

Completed in 801 milliseconds

1 2 34 5 6 7 8 9