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

1 2 3 45 6 7 8 9

  /hardware/ti/wlan/wl1271/Test/
MibDbg.c 155 static void mibDbgModifyCtsToSelf(TI_HANDLE hTWD, void* pParam)
160 if (pParam == NULL)
169 mib.aData.CTSToSelfEnable = *(TI_UINT32*)pParam;
207 static void mibDbgSetMaxRxLifetime(TI_HANDLE hTWD, void* pParam)
212 if (pParam == NULL)
220 mib.aData.MaxReceiveLifeTime = *(TI_UINT32*)pParam;
247 void MibDebugFunction(TI_HANDLE hTWD ,TI_UINT32 funcType, void* pParam)
269 mibDbgModifyCtsToSelf(hTWD, pParam);
275 mibDbgSetMaxRxLifetime(hTWD, pParam);
ScanMngrDbg.c 57 * \param pParam - parameters for the debug function.\n
61 void scanMngrDebugFunction( TI_HANDLE hScanMngr, TI_UINT32 funcType, void *pParam, TI_HANDLE hSiteMgr, TI_HANDLE hCtrlData )
78 scanMngr_startImmediateScan( hScanMngr, (1 == *((TI_INT32*)pParam) ? TI_TRUE : TI_FALSE) );
  /system/wlan/ti/wilink_6_1/Test/
MibDbg.c 155 static void mibDbgModifyCtsToSelf(TI_HANDLE hTWD, void* pParam)
160 if (pParam == NULL)
169 mib.aData.CTSToSelfEnable = *(TI_UINT32*)pParam;
207 static void mibDbgSetMaxRxLifetime(TI_HANDLE hTWD, void* pParam)
212 if (pParam == NULL)
220 mib.aData.MaxReceiveLifeTime = *(TI_UINT32*)pParam;
247 void MibDebugFunction(TI_HANDLE hTWD ,TI_UINT32 funcType, void* pParam)
269 mibDbgModifyCtsToSelf(hTWD, pParam);
275 mibDbgSetMaxRxLifetime(hTWD, pParam);
ScanMngrDbg.c 57 * \param pParam - parameters for the debug function.\n
61 void scanMngrDebugFunction( TI_HANDLE hScanMngr, TI_UINT32 funcType, void *pParam, TI_HANDLE hSiteMgr, TI_HANDLE hCtrlData )
78 scanMngr_startImmediateScan( hScanMngr, (1 == *((TI_INT32*)pParam) ? TI_TRUE : TI_FALSE) );
  /hardware/ti/wlan/wl1271/stad/src/AirLink_Managment/
measurementMgrApi.h 71 TI_STATUS measurementMgr_setParam(TI_HANDLE hMeasurementMgr, paramInfo_t * pParam);
73 TI_STATUS measurementMgr_getParam(TI_HANDLE hMeasurementMgr, paramInfo_t * pParam);
requestHandler.h 95 paramInfo_t *pParam);
98 paramInfo_t *pParam);
  /hardware/ti/wlan/wl1271/stad/src/Connection_Managment/
connApi.h 89 TI_STATUS conn_setParam (TI_HANDLE hConn, paramInfo_t *pParam);
91 TI_STATUS conn_getParam (TI_HANDLE hConn, paramInfo_t *pParam);
conn.c 252 pParam - Pointer to the parameter
260 paramInfo_t *pParam)
264 switch(pParam->paramType)
267 pConn->currentConnType = pParam->content.connType;
268 switch (pParam->content.connType)
278 TRACE1(pConn->hReport, REPORT_SEVERITY_ERROR, "Set connection type, type is not valid, %d\n\n", pParam->content.connType);
283 if ((pParam->content.connSelfTimeout < CONN_SELF_TIMEOUT_MIN) || (pParam->content.connSelfTimeout > CONN_SELF_TIMEOUT_MAX))
285 pConn->timeout = pParam->content.connSelfTimeout;
289 TRACE1(pConn->hReport, REPORT_SEVERITY_ERROR, "Set param, Params is not supported, %d\n\n", pParam->paramType)
    [all...]
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/Application/inc/
scanMngrApi.h 275 * \param pParam - the param to get.\n
278 TI_STATUS scanMngr_getParam( TI_HANDLE hScanMngr, paramInfo_t *pParam );
287 * \param pParam - the param to set.\n
290 TI_STATUS scanMngr_setParam( TI_HANDLE hScanMngr, paramInfo_t *pParam );
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/Management/AirLink/inc/
measurementMgrApi.h 84 TI_STATUS measurementMgr_setParam(TI_HANDLE hMeasurementMgr, paramInfo_t * pParam);
86 TI_STATUS measurementMgr_getParam(TI_HANDLE hMeasurementMgr, paramInfo_t * pParam);
requestHandler.h 95 paramInfo_t *pParam);
98 paramInfo_t *pParam);
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/Management/SoftGemini/inc/
SoftGeminiApi.h 128 pParam - Pointer to the parameter
136 paramInfo_t *pParam);
148 OUTPUT: pParam - Pointer to the parameter
154 paramInfo_t *pParam);
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/core/sme/Inc/
connApi.h 106 paramInfo_t *pParam);
109 paramInfo_t *pParam);
smeSmApi.h 163 paramInfo_t *pParam);
171 paramInfo_t *pParam);
  /system/wlan/ti/wilink_6_1/stad/src/AirLink_Managment/
measurementMgrApi.h 71 TI_STATUS measurementMgr_setParam(TI_HANDLE hMeasurementMgr, paramInfo_t * pParam);
73 TI_STATUS measurementMgr_getParam(TI_HANDLE hMeasurementMgr, paramInfo_t * pParam);
requestHandler.h 95 paramInfo_t *pParam);
98 paramInfo_t *pParam);
  /system/wlan/ti/wilink_6_1/stad/src/Connection_Managment/
connApi.h 89 TI_STATUS conn_setParam (TI_HANDLE hConn, paramInfo_t *pParam);
91 TI_STATUS conn_getParam (TI_HANDLE hConn, paramInfo_t *pParam);
conn.c 252 pParam - Pointer to the parameter
260 paramInfo_t *pParam)
264 switch(pParam->paramType)
267 pConn->currentConnType = pParam->content.connType;
268 switch (pParam->content.connType)
278 TRACE1(pConn->hReport, REPORT_SEVERITY_ERROR, "Set connection type, type is not valid, %d\n\n", pParam->content.connType);
283 if ((pParam->content.connSelfTimeout < CONN_SELF_TIMEOUT_MIN) || (pParam->content.connSelfTimeout > CONN_SELF_TIMEOUT_MAX))
285 pConn->timeout = pParam->content.connSelfTimeout;
289 TRACE1(pConn->hReport, REPORT_SEVERITY_ERROR, "Set param, Params is not supported, %d\n\n", pParam->paramType)
    [all...]
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/core/sme/siteMgr/
siteMgr.c 652 pParam - Pointer to the parameter
661 paramInfo_t *pParam)
669 switch(pParam->paramType)
672 pConfig = pParam->content.pSiteMgrConfiguration;
699 if (pParam->content.siteMgrDesiredChannel > SITE_MGR_CHANNEL_MAX)
702 if (pSiteMgr->pDesiredParams->siteMgrDesiredChannel != pParam->content.siteMgrDesiredChannel)
703 pSiteMgr->pDesiredParams->siteMgrDesiredChannel = (UINT8)pParam->content.siteMgrDesiredChannel;
707 os_memoryCopy(pSiteMgr->hOs, (void *)pSiteMgr->pDesiredParams->siteMgrDesiredBSSID.addr, (void *)pParam->content.siteMgrDesiredBSSID.addr, sizeof(macAddress_t));
    [all...]
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/core/sme/conn/
conn.c 284 pParam - Pointer to the parameter
292 paramInfo_t *pParam)
296 switch(pParam->paramType)
299 pConn->currentConnType = pParam->content.connType;
300 switch (pParam->content.connType)
310 WLAN_REPORT_ERROR(pConn->hReport, CONN_MODULE_LOG, ("Set connection type, type is not valid, %d\n\n", pParam->content.connType));
315 if ((pParam->content.connSelfTimeout < CONN_SELF_TIMEOUT_MIN) || (pParam->content.connSelfTimeout > CONN_SELF_TIMEOUT_MAX))
317 pConn->timeout = pParam->content.connSelfTimeout;
321 WLAN_REPORT_ERROR(pConn->hReport, CONN_MODULE_LOG, ("Set param, Params is not supported, %d\n\n", pParam->paramType))
    [all...]
  /system/wlan/ti/wilink_6_1/stad/src/Sta_Management/
ScanCncn.c 342 paramInfo_t *pParam;
346 pParam = (paramInfo_t *)os_memoryAlloc(pScanCncn->hOS, sizeof(paramInfo_t));
347 if (!pParam) {
364 pParam->paramType = SME_DESIRED_SSID_ACT_PARAM;
365 sme_GetParam (pScanCncn->hSme, pParam);
368 &(pParam->content.smeDesiredSSID),
372 os_memoryFree(pScanCncn->hOS, pParam, sizeof(paramInfo_t));
    [all...]
assocSM.c 599 * I/O - pParam - Parameter \n
607 TI_STATUS assoc_getParam(TI_HANDLE hAssoc, paramInfo_t *pParam)
611 if ((pHandle == NULL) || (pParam == NULL))
617 switch (pParam->paramType)
620 pParam->content.assocResponseTimeout = pHandle->timeout;
624 pParam->content.siteMgrTiWlanCounters.AssocRejects = pHandle->assocRejectCount;
625 pParam->content.siteMgrTiWlanCounters.AssocTimeouts = pHandle->assocTimeoutCount;
629 pParam->content.assocReqBuffer.buffer = pHandle->assocReqBuffer;
630 pParam->content.assocReqBuffer.bufferSize = pHandle->assocReqLen;
631 pParam->content.assocReqBuffer.reAssoc = pHandle->reAssoc
    [all...]
  /libcore/support/src/test/java/org/apache/harmony/security/tests/support/
TestKeyStoreSpi.java 169 ProtectionParameter pParam = param.getProtectionParameter();
170 if (pParam == null) {
174 if (pParam instanceof PasswordProtection) {
175 char[] password = ((PasswordProtection) pParam).getPassword();
247 ProtectionParameter pParam = param.getProtectionParameter();
248 if (pParam instanceof PasswordProtection) {
249 char[] password = ((PasswordProtection) pParam).getPassword();
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/core/mlme/Assoc/
assocSM.c 655 * I/O - pParam - Parameter \n
663 TI_STATUS assoc_getParam(TI_HANDLE hAssoc, paramInfo_t *pParam)
669 if ((pHandle == NULL) || (pParam == NULL))
675 switch (pParam->paramType)
678 pParam->content.assocResponseTimeout = pHandle->timeout;
682 pParam->content.siteMgrTiWlanCounters.AssocRejects = pHandle->assocRejectCount;
683 pParam->content.siteMgrTiWlanCounters.AssocTimeouts = pHandle->assocTimeoutCount;
687 pParam->content.applicationConfigBuffer.buffer = pHandle->assocRespBuffer;
688 pParam->content.applicationConfigBuffer.bufferSize = pHandle->assocRespLen;
712 os_memoryZero(pHandle->hOs ,&pParam->content, sizeof(OS_802_11_ASSOCIATION_INFORMATION))
    [all...]
  /hardware/ti/wlan/wl1271/stad/src/Sta_Management/
assocSM.c 600 * I/O - pParam - Parameter \n
608 TI_STATUS assoc_getParam(TI_HANDLE hAssoc, paramInfo_t *pParam)
612 if ((pHandle == NULL) || (pParam == NULL))
618 switch (pParam->paramType)
621 pParam->content.assocResponseTimeout = pHandle->timeout;
625 pParam->content.siteMgrTiWlanCounters.AssocRejects = pHandle->assocRejectCount;
626 pParam->content.siteMgrTiWlanCounters.AssocTimeouts = pHandle->assocTimeoutCount;
630 pParam->content.assocReqBuffer.buffer = pHandle->assocReqBuffer;
631 pParam->content.assocReqBuffer.bufferSize = pHandle->assocReqLen;
632 pParam->content.assocReqBuffer.reAssoc = pHandle->reAssoc
    [all...]

Completed in 1271 milliseconds

1 2 3 45 6 7 8 9