Searched refs:bssType (Results 1 - 25 of 38) sorted by relevance

12

/system/wlan/ti/sta_dk_4_0_4_32/common/src/core/rsn/inc/
H A DadmCtrlNone.h77 TI_STATUS admCtrlNone_evalSite(admCtrl_t *pAdmCtrl, rsnData_t *pRsnData, bssType_e bssType, UINT32 *pEvaluation);
H A DadmCtrlWep.h77 TI_STATUS admCtrlWep_evalSite(admCtrl_t *pAdmCtrl, rsnData_t *pRsnData, bssType_e bssType, UINT32 *pEvaluation);
H A DadmCtrlWpa.h137 TI_STATUS admCtrlWpa_evalSite(admCtrl_t *pAdmCtrl, rsnData_t *pRsnData, bssType_e bssType, UINT32 *pEvaluation);
H A DadmCtrlWpa2.h186 TI_STATUS admCtrlWpa2_evalSite(admCtrl_t *pAdmCtrl, rsnData_t *pRsnData, bssType_e bssType, UINT32 *pEvaluation);
H A DadmCtrl.h85 typedef TI_STATUS (*admCtrl_evalSite_t)(admCtrl_t *pAdmCtrl, rsnData_t *pRsnData, bssType_e bssType, UINT32 *pEvaluation);
/system/wlan/ti/sta_dk_4_0_4_32/common/src/core/data_ctrl/Ctrl/TrafficMonitor/
H A DRateAdaptation.h143 bssType_e bssType);
147 bssType_e bssType);
155 bssType_e bssType);
/system/wlan/ti/sta_dk_4_0_4_32/common/src/core/rsn/
H A DadmCtrlWep.c89 TI_STATUS admCtrlWep_evalSite(admCtrl_t *pAdmCtrl, rsnData_t *pRsnData, bssType_e bssType, UINT32 *pEvaluation);
318 TI_STATUS admCtrlWep_evalSite(admCtrl_t *pAdmCtrl, rsnData_t *pRsnData, bssType_e bssType, UINT32 *pEvaluation) argument
330 if (admCtrlExc_evalSite(pAdmCtrl, pRsnData, bssType, pEvaluation, &pAdmCtrl->excSupport) != OK)
H A DadmCtrlNone.c308 TI_STATUS admCtrlNone_evalSite(admCtrl_t *pAdmCtrl, rsnData_t *pRsnData, bssType_e bssType, UINT32 *pEvaluation) argument
/system/wlan/ti/sta_dk_4_0_4_32/common/src/core/data_ctrl/Ctrl/
H A DRateAdaptation.c56 bssType_e bssType);
69 bssType_e bssType);
380 bssType_e bssType)
429 modulation,bssType);
434 enable4x, bssType);
444 modulation,bssType);
575 bssType_e bssType)
587 (bssType == BSS_INFRASTRUCTURE) )
594 (bssType == BSS_INFRASTRUCTURE) )
637 bssType_e bssType)
374 rateAdaptation_buildRateMapTable(rateAdaptation_t *pRateAdaptation, ctrlData_rateAdapt_t *currTable, UINT32 supportedBitMap, UINT32 clientBitMap, modulationType_e modulation, BOOL enable4x, bssType_e bssType) argument
572 setModulationForRate(rateAdaptation_t *pRateAdaptation, rate_e rate, modulationType_e modulation, bssType_e bssType) argument
634 set4xEnableForRate(rateAdaptation_t* pRateAdaptation, rate_e rate, BOOL enable4x, bssType_e bssType) argument
732 rateAdaptation_updateModulation(rateAdaptation_t* pRateAdaptation, modulationType_e modulation, bssType_e bssType) argument
751 rateAdaptation_update4xEnable(rateAdaptation_t* pRateAdaptation, BOOL enable4x, bssType_e bssType) argument
[all...]
/system/wlan/ti/wilink_6_1/stad/src/Connection_Managment/
H A DsmeSelect.c144 if (TI_FALSE == sme_SelectBssTypeMatch (pCurrentSite->bssType, pSme->eBssType))
399 tRsnSiteParams.bssType = pCurrentSite->bssType;
H A DrsnApi.h213 ScanBssType_e bssType; member in struct:__anon1700
H A DsmeSm.c387 if (BSS_INFRASTRUCTURE == pSme->pCandidate->bssType)
394 if (BSS_INDEPENDENT == pSme->pCandidate->bssType)
434 if (BSS_INFRASTRUCTURE == pSme->pCandidate->bssType)
463 if (BSS_INFRASTRUCTURE == pSme->pCandidate->bssType)
/system/wlan/ti/wilink_6_1/stad/src/Sta_Management/
H A DscanResultTable.h75 ScanBssType_e bssType; member in struct:__anon1808
H A DscanResultTable.c79 #define UPDATE_BSS_TYPE(pSite, pFrame) pSite->bssType = (((pFrame)->parsedIEs->content.iePacket.capabilities >> CAP_ESS_SHIFT) & CAP_ESS_MASK) ? BSS_INFRASTRUCTURE : BSS_INDEPENDENT
516 if (pSite->bssType == BSS_INFRASTRUCTURE)
525 if (pSite->bssType == BSS_INDEPENDENT)
539 if (pSite->bssType == BSS_INDEPENDENT)
867 if (pSiteEntry->bssType == BSS_INDEPENDENT)
H A DsiteMgr.c149 #define UPDATE_BSS_TYPE(pSite, pFrameInfo) pSite->bssType = ((pFrameInfo->content.iePacket.capabilities >> CAP_ESS_SHIFT) & CAP_ESS_MASK) ? BSS_INFRASTRUCTURE : BSS_INDEPENDENT
880 else if (pPrimarySite->bssType != BSS_INFRASTRUCTURE)
1121 pParam->content.siteMgrCurrentBSSType = pPrimarySite->bssType;
1456 joinParams.bssType = pPrimarySite->bssType;
1492 if (pPrimarySite->bssType == BSS_INDEPENDENT)
1699 if ((pSite->bssType == BSS_INFRASTRUCTURE) &&
1711 (pSite->bssType == BSS_INFRASTRUCTURE))
1721 if((pSiteMgr->siteMgrOperationalMode == DOT11_G_MODE) && (pSite->bssType == BSS_INFRASTRUCTURE))
1731 (pSite->bssType
[all...]
H A DsystemConfig.c525 pParam->content.ctrlDataCurrentBssType = pPrimarySite->bssType;
553 if(BSS_INDEPENDENT == pPrimarySite->bssType)
/system/wlan/ti/sta_dk_4_0_4_32/common/src/core/inc/
H A DrsnApi.h176 TI_STATUS rsn_evalSite(TI_HANDLE hRsn, rsnData_t *pRsnData, bssType_e bssType, macAddress_t bssid, UINT32 *pMetric);
/system/wlan/ti/sta_dk_4_0_4_32/common/src/core/sme/siteMgr/
H A DsiteHash.h96 bssType_e bssType; member in struct:siteEntry_t
H A DsiteMgr.c135 #define UPDATE_BSS_TYPE(pSite, pFrameInfo) pSite->bssType = ((pFrameInfo->content.iePacket.capabilities >> CAP_ESS_SHIFT) & CAP_ESS_MASK) ? BSS_INFRASTRUCTURE : BSS_INDEPENDENT
946 else if(pPrimarySite->bssType != BSS_INFRASTRUCTURE)
1266 pParam->content.siteMgrCurrentBSSType = pPrimarySite->bssType;
1661 joinParams.bssType = pPrimarySite->bssType;
1707 if (pPrimarySite->bssType == BSS_INDEPENDENT)
1791 joinParams.bssType = BSS_INFRASTRUCTURE;
1838 joinParams.bssType = BSS_INFRASTRUCTURE;
1982 if ((pSite->bssType == BSS_INFRASTRUCTURE) &&
1994 (pSite->bssType
[all...]
H A Dselect.c350 WLAN_REPORT_INFORMATION(pSiteMgr->hReport, SITE_MGR_MODULE_LOG, ("SITE MATCH FAILURE, bss Type, siteMgrDesiredBSSType=%d, bssType=%d\n",pSiteMgr->pDesiredParams->siteMgrDesiredBSSType, pSiteEntry->bssType));
386 if (rsn_evalSite(pSiteMgr->hRsn, &rsnData, pSiteEntry->bssType, pSiteEntry->bssid, &metric) != OK)
511 if (pLastMatchSite->bssType == BSS_INDEPENDENT)
722 if (pSiteMgr->pDesiredParams->siteMgrDesiredBSSType == pSite->bssType)
1282 gSystemCfgParam.content.ctrlDataCurrentBssType = pPrimarySite->bssType;
/system/wlan/ti/wilink_6_1/Test/
H A DsiteMgrDebug.c334 if (pSiteEntry->bssType == BSS_INFRASTRUCTURE)
336 else if (pSiteEntry->bssType == BSS_INDEPENDENT)
338 else if (pSiteEntry->bssType == BSS_ANY)
588 if (pCurrentSiteTable->siteTable[i].bssType == BSS_INFRASTRUCTURE)
590 else if (pCurrentSiteTable->siteTable[i].bssType == BSS_INDEPENDENT)
592 else if (pCurrentSiteTable->siteTable[i].bssType == BSS_ANY)
/system/wlan/ti/wilink_6_1/TWD/FirmwareApi/
H A Dpublic_commands.h641 BSS_e bssType; /* bits 0-2: This bitwise field specifies the type */ member in struct:__anon1083
1471 ScanBssType_e bssType; /* BSS type to filter (0 - Infra, 1 - IBSS, 2 - Any) */ member in struct:__anon1110
/system/wlan/ti/wilink_6_1/TWD/Ctrl/
H A DCmdBldCmd.c392 TRACE4(pCmdBld->hReport, REPORT_SEVERITY_INFORMATION , "Terminate on report: %d, result tag: %d, BSS type: %d, number of probe requests: %d\n", pCommand->terminateOnReport, pCommand->resultsTag, pCommand->bssType, pCommand->numProbe);
530 tFWPeriodicScanParams.bssType = (ScanBssType_e)pPeriodicScanParams->eBssType;
740 TRACE14(pCmdBld->hReport, REPORT_SEVERITY_INFORMATION , "TWD_JoinBss : bssType = %d, beaconInterval = %d, dtimInterval = %d, channel = %d, BSSID = %x-%x-%x-%x-%x-%x, ssidLength = %d, basicRateSet = 0x%x, RadioBand = %d, Ctrl = 0x%x", pJoinBssParams->bssType, pJoinBssParams->beaconInterval, pJoinBssParams->dtimInterval, pJoinBssParams->channel, pJoinBssParams->pBSSID[0], pJoinBssParams->pBSSID[1], pJoinBssParams->pBSSID[2], pJoinBssParams->pBSSID[3], pJoinBssParams->pBSSID[4], pJoinBssParams->pBSSID[5], pJoinBssParams->ssidLength, pJoinBssParams->basicRateSet, pJoinBssParams->radioBand, pBssInfoParams->Ctrl);
745 DB_BSS(hCmdBld).ReqBssType = pJoinBssParams->bssType;
766 return cmdBld_CmdStartJoin (hCmdBld, pJoinBssParams->bssType, fCb, hCb);
H A DCmdBldCmdIE.c155 pCmd->bssType = BssType;
157 pCmd->bssType |= DB_WLAN(hCmdBld).RadioBand << 4;
/system/wlan/ti/sta_dk_4_0_4_32/common/src/hal/hw_ctrl/
H A DwhalHwMboxCmd.c153 pCmd->bssType = BssType;
156 pCmd->bssType |= whal_ParamsGetRadioBand (pHwMboxCmd->pWhalParams) << 4;

Completed in 144 milliseconds

12