Home
last modified time | relevance | path

Searched defs:bitMap (Results 1 – 2 of 2) sorted by relevance

/system/wlan/ti/sta_dk_4_0_4_32/common/src/utils/
Dutils.c705 void networkStringToBitMapSuppRates(UINT32 *bitMap, UINT8 *string, UINT32 len) in networkStringToBitMapSuppRates()
786 void networkStringToBitMapBasicRates(UINT32 *bitMap, UINT8 *string, UINT32 len) in networkStringToBitMapBasicRates()
/system/wlan/ti/sta_dk_4_0_4_32/common/src/core/sme/siteMgr/
DsiteMgr.c4037 UINT32 bitMap = 0; in pbccAlgorithm() local
4115 UINT32 suppRates, UINT32 *bitMap, BOOL *txDesiredRateSupported) in validateDesiredTxRate()