Searched refs:DRV_RATE_INVALID (Results 1 – 4 of 4) sorted by relevance
76 DRV_RATE_INVALID = 0xFF /**< Invalid Driver's Rate Type */ enumerator
133 return DRV_RATE_INVALID; in rate_NetToDrv()343 return DRV_RATE_INVALID; in rate_GetMaxFromDrvBitmap()1265 *eAppRate = DRV_RATE_INVALID; in rate_PolicyToDrv()
785 if (pSite->maxActiveRate == DRV_RATE_INVALID) in scanResultTable_updateRates()788 if (pSite->maxBasicRate != DRV_RATE_INVALID) in scanResultTable_updateRates()790 if (pSite->maxActiveRate != DRV_RATE_INVALID) in scanResultTable_updateRates()
2709 if (pSite->maxActiveRate == DRV_RATE_INVALID) in updateRates()2712 if (pSite->maxBasicRate != DRV_RATE_INVALID) in updateRates()2714 if (pSite->maxActiveRate != DRV_RATE_INVALID) in updateRates()3613 …if ((pCurrentSite->maxBasicRate == DRV_RATE_INVALID) || (pCurrentSite->maxActiveRate == DRV_RATE_I… in siteMgr_SelectRateMatch()