Searched refs:content (Results 1 - 25 of 74) sorted by relevance

123

/hardware/ti/wpan/tools/FM/service/src/java/com/ti/server/
H A DBootReceiver.java20 import android.content.BroadcastReceiver;
21 import android.content.Context;
22 import android.content.Intent;
H A DFmService.java21 import android.content.Intent;
27 import android.content.Context;
/hardware/ti/wlan/wl1271/stad/src/Sta_Management/
H A DsiteMgr.c114 #define UPDATE_BEACON_INTERVAL(pSite, pFrameInfo) pSite->beaconInterval = pFrameInfo->content.iePacket.beaconInerval
116 #define UPDATE_CAPABILITIES(pSite, pFrameInfo) pSite->capabilities = pFrameInfo->content.iePacket.capabilities
118 #define UPDATE_PRIVACY(pSite, pFrameInfo) pSite->privacy = ((pFrameInfo->content.iePacket.capabilities >> CAP_PRIVACY_SHIFT) & CAP_PRIVACY_MASK) ? TI_TRUE : TI_FALSE
120 #define UPDATE_AGILITY(pSite, pFrameInfo) pSite->agility = ((pFrameInfo->content.iePacket.capabilities >> CAP_AGILE_SHIFT) & CAP_AGILE_MASK) ? TI_TRUE : TI_FALSE
122 #define UPDATE_SLOT_TIME(pSite, pFrameInfo) pSite->newSlotTime = ((pFrameInfo->content.iePacket.capabilities >> CAP_SLOT_TIME_SHIFT) & CAP_SLOT_TIME_MASK) ? PHY_SLOT_TIME_SHORT : PHY_SLOT_TIME_LONG
123 #define UPDATE_PROTECTION(pSite, pFrameInfo) pSite->useProtection = (pFrameInfo->content.iePacket.useProtection)
128 #define UPDATE_SSID(pSite, pFrameInfo) if (pFrameInfo->content.iePacket.pSsid != NULL) { \
129 pSite->ssid.len = pFrameInfo->content.iePacket.pSsid->hdr[1]; \
139 (void *)pFrameInfo->content.iePacket.pSsid->serviceSetId, \
142 #define UPDATE_CHANNEL(pSite, pFrameInfo, rxChannel) if (pFrameInfo->content
[all...]
H A DScanCncnOsSm.c190 if ((DOT11_G_MODE != tParam.content.siteMgrDot11Mode) && (DOT11_DUAL_MODE != tParam.content.siteMgrDot11Mode))
204 bRegulatoryDomainEnabled = tParam.content.regulatoryDomainEnabled;
208 tParam.content.eRadioBand = RADIO_BAND_2_4_GHZ;
212 if (((TI_TRUE == bRegulatoryDomainEnabled) && (TI_FALSE == tParam.content.bIsCountryFound)) || SCAN_TYPE_TRIGGERED_PASSIVE == pScanCncn->tOsScanParams.scanType)
289 if ((DOT11_A_MODE != tParam.content.siteMgrDot11Mode) && (DOT11_DUAL_MODE != tParam.content.siteMgrDot11Mode))
303 bRegulatoryDomainEnabled = tParam.content.regulatoryDomainEnabled;
307 tParam.content.eRadioBand = RADIO_BAND_5_0_GHZ;
311 if (((TI_TRUE == bRegulatoryDomainEnabled) && (TI_FALSE == tParam.content
[all...]
H A DassocSM.c478 rspStatus = pFrame->content.assocRsp.status;
493 tTwdParam.content.halCtrlAid = pFrame->content.assocRsp.aid;
498 pRsnIe = pFrame->content.assocRsp.pRsnIe;
499 while (length < pFrame->content.assocRsp.rsnIeLen && (pFrame->content.assocRsp.rsnIeLen < 255))
508 if (pFrame->content.assocRsp.rsnIeLen != 0)
511 rsnData.ieLen = pFrame->content.assocRsp.rsnIeLen;
512 rsnData.privacy = ((pFrame->content.assocRsp.capabilities >> CAP_PRIVACY_SHIFT) & CAP_PRIVACY_MASK) ? TI_TRUE : TI_FALSE;
518 pFrame->content
[all...]
H A DscanResultTable.c56 #define UPDATE_BEACON_INTERVAL(pSite, pFrame) pSite->beaconInterval = (pFrame)->parsedIEs->content.iePacket.beaconInerval
57 #define UPDATE_CAPABILITIES(pSite, pFrame) pSite->capabilities = (pFrame)->parsedIEs->content.iePacket.capabilities
58 #define UPDATE_PRIVACY(pSite, pFrame) pSite->privacy = (((pFrame)->parsedIEs->content.iePacket.capabilities >> CAP_PRIVACY_SHIFT) & CAP_PRIVACY_MASK) ? TI_TRUE : TI_FALSE
59 #define UPDATE_AGILITY(pSite, pFrame) pSite->agility = (((pFrame)->parsedIEs->content.iePacket.capabilities >> CAP_AGILE_SHIFT) & CAP_AGILE_MASK) ? TI_TRUE : TI_FALSE
60 #define UPDATE_SLOT_TIME(pSite, pFrame) pSite->newSlotTime = (((pFrame)->parsedIEs->content.iePacket.capabilities >> CAP_SLOT_TIME_SHIFT) & CAP_SLOT_TIME_MASK) ? PHY_SLOT_TIME_SHORT : PHY_SLOT_TIME_LONG
61 #define UPDATE_PROTECTION(pSite, pFrame) pSite->useProtection = ((pFrame)->parsedIEs->content.iePacket.useProtection)
62 #define UPDATE_CHANNEL(pSite, pFrame, rxChannel) if ((pFrame)->parsedIEs->content.iePacket.pDSParamsSet == NULL) \
65 pSite->channel = (pFrame)->parsedIEs->content.iePacket.pDSParamsSet->currChannel;
66 #define UPDATE_DTIM_PERIOD(pSite, pFrame) if ((pFrame)->parsedIEs->content.iePacket.pTIM != NULL) \
67 pSite->dtimPeriod = (pFrame)->parsedIEs->content
[all...]
H A DScanCncnApp.c90 scanCncn_Start1ShotScan (hScanCncn, SCAN_SCC_APP_ONE_SHOT, pParam->content.pScanParams))
123 scanCncn_StartPeriodicScan (hScanCncn, SCAN_SCC_APP_PERIODIC, pParam->content.pPeriodicScanParams))
174 if(0 != pParam->content.pScanParams->desiredSsid.len)
176 pScanCncn->tOsScanParams.desiredSsid.len = pParam->content.pScanParams->desiredSsid.len;
177 os_memoryCopy(pScanCncn->hOS, pScanCncn->tOsScanParams.desiredSsid.str, pParam->content.pScanParams->desiredSsid.str, pParam->content.pScanParams->desiredSsid.len);
185 pScanCncn->tOsScanParams.scanType = pParam->content.pScanParams->scanType;
193 scanResultTable_SetSraThreshold(pScanCncn->hScanResultTable, pParam->content.uSraThreshold);
197 pScanCncn->tInitParams.nRssiThreshold = pParam->content.nRssiThreshold;
231 pParam->content
[all...]
H A DsystemConfig.c267 os_memoryZero(pSiteMgr->hOs, (void *)frame.content.iePacket.timestamp, TIME_STAMP_LEN);
270 frame.content.iePacket.beaconInerval = pSiteMgr->pDesiredParams->siteMgrDesiredBeaconInterval;
273 frame.content.iePacket.capabilities = 0;
274 frame.content.iePacket.capabilities |= (TI_TRUE << CAP_IBSS_SHIFT); /* Bss type must be independent */
277 frame.content.iePacket.capabilities |= (TI_TRUE << CAP_PREAMBLE_SHIFT);
283 frame.content.iePacket.capabilities |= (TI_FALSE << CAP_PRIVACY_SHIFT);
287 frame.content.iePacket.capabilities |= (TI_TRUE << CAP_PRIVACY_SHIFT);
291 frame.content.iePacket.capabilities |= (TI_TRUE << CAP_PBCC_SHIFT);
296 frame.content.iePacket.capabilities |= (TI_TRUE << CAP_SLOT_TIME_SHIFT);
348 frame.content
[all...]
H A DmlmeParser.c121 /* zero frame content */
150 if (MAC_EQUAL (pParam->content.ctrlDataCurrentBSSID, recvBssid))
156 if (MAC_EQUAL (pParam->content.ctrlDataCurrentBSSID, recvSa))
184 if (MAC_EQUAL( (pParam->content.ctrlDataDeviceMacAddress), (pMgmtFrame->hdr.DA) ))
217 pHandle->tempFrameInfo.frame.content.assocRsp.barkerPreambleMode = PREAMBLE_UNSPECIFIED;
220 COPY_WLAN_WORD(&pHandle->tempFrameInfo.frame.content.assocRsp.capabilities , pData);
223 COPY_WLAN_WORD(&pHandle->tempFrameInfo.frame.content.assocRsp.status , pData);
226 COPY_WLAN_WORD(&pHandle->tempFrameInfo.frame.content.assocRsp.aid , pData);
227 pHandle->tempFrameInfo.frame.content.assocRsp.aid &= ASSOC_RESP_AID_MASK;
233 pHandle->tempFrameInfo.frame.content
[all...]
H A DauthSm.c364 if (pFrame->content.auth.status != STATUS_SUCCESSFUL)
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;
466 pHandle->authType = pParam->content.authLegacyAuthType;
485 if ((pParam->content.authResponseTimeout >= AUTH_RESPONSE_TIMEOUT_MIN) &&
486 (pParam->content.authResponseTimeout <= AUTH_RESPONSE_TIMEOUT_MAX))
488 pHandle->timeout = pParam->content.authResponseTimeout;
H A DmlmeSm.c280 switch (pParam->content.mlmeLegacyAuthType)
285 pMlmeSm->legacyAuthType = pParam->content.mlmeLegacyAuthType;
303 pParam->content.authLegacyAuthType = AUTH_LEGACY_SHARED_KEY;
307 TRACE1(pMlmeSm->hReport, REPORT_SEVERITY_ERROR, "Set param, Params is not supported, 0x%x\n\n", pParam->content.mlmeLegacyAuthType);
313 pMlmeSm->reAssoc = pParam->content.mlmeReAssoc;
332 pParam->content.mlmeLegacyAuthType = pMlmeSm->legacyAuthType;
336 pParam->content.mlmeLegacyAuthType = pMlmeSm->legacyAuthType;
337 assoc_smCapBuild(pMlmeSm->hAssoc, &(pParam->content.siteMgrSiteCapability));
341 pParam->content.siteMgrTiWlanCounters.BeaconsRecv = pMlmeSm->BeaconsCounterPS;
345 TRACE1(pMlmeSm->hReport, REPORT_SEVERITY_ERROR, "Get param, Params is not supported, %d\n\n", pParam->content
[all...]
/hardware/ti/wlan/wl1271/stad/src/Connection_Managment/
H A Drsn.c418 tTwdParam.content.configureCmdCBParams.pCb = &pRsn->defaultKeyId;
419 tTwdParam.content.configureCmdCBParams.fCb = NULL;
420 tTwdParam.content.configureCmdCBParams.hCb = NULL;
484 tTwdParam.content.rsnEncryptionStatus = (ECipherSuite)TWD_CIPHER_NONE;
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
[all...]
H A DadmCtrlNone.c149 tTwdParam.content.rsnXCCSwEncFlag = TI_FALSE;
153 tTwdParam.content.rsnXCCMicFieldFlag = TI_FALSE;
225 tTwdParam.content.rsnEncryptionStatus = (ECipherSuite)TWD_CIPHER_WEP;
241 param.content.mlmeLegacyAuthType = AUTH_LEGACY_OPEN_SYSTEM;
245 param.content.mlmeLegacyAuthType = AUTH_LEGACY_SHARED_KEY;
249 param.content.mlmeLegacyAuthType = AUTH_LEGACY_AUTO_SWITCH;
263 param.content.rxDataEapolDestination = OS_ABS_LAYER;
274 tTwdParam.content.rsnEncryptionStatus = (ECipherSuite)TWD_CIPHER_NONE;
H A DadmCtrlWep.c229 tTwdParam.content.rsnEncryptionStatus = (ECipherSuite)TWD_CIPHER_WEP;
242 param.content.mlmeLegacyAuthType = AUTH_LEGACY_RESERVED1;
250 param.content.mlmeLegacyAuthType = AUTH_LEGACY_OPEN_SYSTEM;
254 param.content.mlmeLegacyAuthType = AUTH_LEGACY_SHARED_KEY;
258 param.content.mlmeLegacyAuthType = AUTH_LEGACY_AUTO_SWITCH;
274 param.content.rxDataEapolDestination = OS_ABS_LAYER;
283 tTwdParam.content.rsnEncryptionStatus = (ECipherSuite)TWD_CIPHER_WEP;
H A Dsme.c352 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);
384 pSme->tSsid.len = pParam->content.smeDesiredSSID.len;
395 if (pParam->content.smeDesiredSSID.len > MAX_SSID_LEN)
403 if ((pSme->tSsid.len != pParam->content
[all...]
/hardware/ti/wlan/wl1271/platforms/os/linux/src/
H A DCmdInterpretWext.c205 pParam->content.siteMgrDesiredChannel = freq;
227 wrqu->freq.m = pParam->content.siteMgrCurrentChannel;
243 pParam->content.smeDesiredBSSType = BSS_ANY;
246 pParam->content.smeDesiredBSSType = BSS_INDEPENDENT;
249 pParam->content.smeDesiredBSSType = BSS_INFRASTRUCTURE;
275 switch (pParam->content.smeDesiredBSSType)
304 pParam->content.roamingConfigBuffer.roamingMngrThresholdsConfig.lowRssiThreshold = wrqu->param.value;
325 wrqu->param.value = pParam->content.roamingConfigBuffer.roamingMngrThresholdsConfig.lowRssiThreshold;
381 smeDesiredBssType = pParam2->content.smeDesiredBSSType;
385 range->num_bitrates = pParam->content
[all...]
/hardware/ti/wlan/wl1271/stad/src/AirLink_Managment/
H A DregulatoryDomain.c257 if (NULL == pParam->content.pCountry)
268 setSupportedChannelsAccording2CountryIe(pRegulatoryDomain, pParam->content.pCountry, bBand_2_4);
279 TI_UINT8 uNewPowerConstraint = DBM2DBMDIV10(pParam->content.powerConstraint);
297 TI_UINT8 uNewTPC = DBM2DBMDIV10(pParam->content.ExternTxPowerPreferred);
313 regulatoryDomain_setChannelValidity(pRegulatoryDomain, pParam->content.channelValidity.channelNum,
314 pParam->content.channelValidity.channelValidity);
319 if(pRegulatoryDomain->uUserMaxTxPower != pParam->content.desiredTxPower)
321 pRegulatoryDomain->uUserMaxTxPower = pParam->content.desiredTxPower;
353 regulatoryDomain_updateChannelsTs(pRegulatoryDomain, pParam->content.channel);
358 TRACE1(pRegulatoryDomain->hReport, REPORT_SEVERITY_INFORMATION, "regulatoryDomain_setParam: temporary fix = %d, \n", pParam->content
[all...]
/hardware/ti/wlan/wl1271/TWD/TWDriver/
H A DTWDriverCtrl.c67 if (pParamInfo->content.halCtrlRtsThreshold > TWD_RTS_THRESHOLD_MAX)
69 TRACE1(pTWD->hReport, REPORT_SEVERITY_ERROR, "TWD########TWD_RTS_THRESHOLD_PARAM: Value out of permitted range 0x%x\n", pParamInfo->content.halCtrlRtsThreshold);
73 if (cmdBld_CfgRtsThreshold (pTWD->hCmdBld, pParamInfo->content.halCtrlRtsThreshold, NULL, NULL) == TI_OK)
75 TRACE1(pTWD->hReport, REPORT_SEVERITY_INFORMATION, "TWD########TWD_RTS_THRESHOLD_PARAM 0x%x\n", pParamInfo->content.halCtrlRtsThreshold);
76 pWlanParams->RtsThreshold = pParamInfo->content.halCtrlRtsThreshold;
81 return cmdBld_CfgCtsProtection (pTWD->hCmdBld, pParamInfo->content.halCtrlCtsToSelf, NULL, NULL);
84 if (cmdBld_CfgServicePeriodTimeout (pTWD->hCmdBld, &pParamInfo->content.halCtrlRxTimeOut, NULL, NULL) == TI_OK)
86 pWlanParams->rxTimeOut.psPoll = pParamInfo->content.halCtrlRxTimeOut.psPoll;
87 pWlanParams->rxTimeOut.UPSD = pParamInfo->content.halCtrlRxTimeOut.UPSD;
92 if (pParamInfo->content
[all...]
/hardware/ti/wlan/wl1271/Test/
H A DrsnDbg.c86 param.content.rsnDesiredAuthType = (EAuthSuite)value;
96 param.content.rsnEncryptionStatus = (ECipherSuite)value;
111 param.content.pRsnAuthEncrCapability = &rsnAuthEncrCap;
H A DctrlDbg.c89 paramInfo.content.ctrlDataProtectionEnabled = ((*(TI_UINT8*)pParam > 0) ? 1 : 0);
H A DsiteMgrDebug.c117 param.content.pSiteMgrPrimarySiteDesc = &primarySiteDesc;
125 param.content.rsnEncryptionStatus = (ECipherSuite)value;
133 WLAN_OS_REPORT(("\nGetting RSN_DESIRED_CIPHER_SUITE_PARAM: %d\n", param.content.rsnEncryptionStatus));
139 param.content.rsnDesiredAuthType = (EAuthSuite)value;
154 if (param.content.rsnDesiredAuthType == RSN_AUTH_OPEN)
156 else if (param.content.rsnDesiredAuthType == RSN_AUTH_SHARED_KEY)
158 else if (param.content.rsnDesiredAuthType == RSN_AUTH_AUTO_SWITCH)
161 WLAN_OS_REPORT(("\nGetting RSN_DESIRED_AUTH_TYPE_PARAM: Invalid: %d\n", param.content.rsnDesiredAuthType));
168 if (param.content.smeSmConnectionStatus == eDot11Idle)
170 else if (param.content
[all...]
H A DScanMngrDbg.c157 radioBand = param.content.siteMgrRadioBand;
164 scanMngr_startContScan( hScanMngr, &(param.content.ctrlDataCurrentBSSID), radioBand );
H A DroamingMgrDebug.c94 param.content.roamingTriggerType = ROAMING_TRIGGER_LOW_QUALITY;
100 param.content.roamingTriggerType = ROAMING_TRIGGER_BSS_LOSS;
106 param.content.roamingTriggerType = ROAMING_TRIGGER_SWITCH_CHANNEL;
112 param.content.roamingTriggerType = ROAMING_TRIGGER_AP_DISCONNECT;
118 param.content.roamingConnStatus = CONN_STATUS_CONNECTED;
124 param.content.roamingConnStatus = CONN_STATUS_NOT_CONNECTED;
130 param.content.roamingConnStatus = CONN_STATUS_HANDOVER_SUCCESS;
136 param.content.roamingConnStatus = CONN_STATUS_HANDOVER_FAILURE;
241 param.content.pScanPolicy = &scanPolicy;
290 param.content
[all...]
/hardware/ti/wlan/wl1271/stad/src/Data_link/
H A DCtrl.c303 MAC_COPY (pParamInfo->content.ctrlDataCurrentBSSID,
308 pParamInfo->content.ctrlDataCurrentBssType = pCtrlData->ctrlDataCurrentBssType;
312 pParamInfo->content.ctrlDataCurrentPreambleType = pCtrlData->ctrlDataCurrentPreambleType;
318 MAC_COPY (pParamInfo->content.ctrlDataDeviceMacAddress, pFwInfo->macAddress);
323 pParamInfo->content.ctrlDataProtectionEnabled = pCtrlData->ctrlDataProtectionEnabled;
327 pParamInfo->content.ctrlDataIbssProtecionType = pCtrlData->ctrlDataIbssProtectionType;
331 pParamInfo->content.ctrlDataRtsCtsStatus = pCtrlData->ctrlDataRtsCtsStatus;
335 txDataClsfr_GetClsfrType (pCtrlData->hTxDataQ, &pParamInfo->content.ctrlDataClsfrType);
339 pParamInfo->content.ctrlDataTrafficIntensityThresholds.uHighThreshold = pCtrlData->ctrlDataTrafficIntensityThresholds.uHighThreshold;
340 pParamInfo->content
[all...]
/hardware/ti/wpan/tools/FM/FmRxApp/src/com/ti/fmrxapp/
H A DFmPresetList.java23 import android.content.DialogInterface;
24 import android.content.DialogInterface.OnClickListener;
38 import android.content.Intent;
39 import android.content.IntentFilter;

Completed in 7826 milliseconds

123