Home
last modified time | relevance | path

Searched refs:DRV_MODULATION_OFDM (Results 1 – 4 of 4) sorted by relevance

/hardware/ti/wlan/wl1271/utils/
Drate.h143 DRV_MODULATION_OFDM = 4 enumerator
/hardware/ti/wlan/wl1271/Test/
DsiteMgrDebug.c487 else if (pSiteEntry->probeModulation == DRV_MODULATION_OFDM) in printPrimarySite()
498 else if (pSiteEntry->beaconModulation == DRV_MODULATION_OFDM) in printPrimarySite()
958 else if (pSiteMgr->pDesiredParams->siteMgrDesiredModulationType == DRV_MODULATION_OFDM) in printDesiredParams()
/hardware/ti/wlan/wl1271/stad/src/Sta_Management/
DsystemConfig.c520 pSiteMgr->chosenModulation = DRV_MODULATION_OFDM; in systemConfig()
DsiteMgr.c766 (pParam->content.siteMgrDesiredModulationType > DRV_MODULATION_OFDM)) in siteMgr_setParam()
2769 …entDataModulation != DRV_MODULATION_PBCC && pSiteMgr->currentDataModulation != DRV_MODULATION_OFDM) in updateRates()
3330 pSiteMgr->pDesiredParams->siteMgrDesiredModulationType = DRV_MODULATION_OFDM; in setSupportedRateSet()
3387 pSiteMgr->currentDataModulation != DRV_MODULATION_OFDM) in pbccAlgorithm()
3569 (eMaxRate < DRV_RATE_22M) ? DRV_MODULATION_CCK : DRV_MODULATION_OFDM; in siteMgr_updateRates()