HomeSort by relevance Sort by last modified time
    Searched refs:bitMap (Results 1 - 4 of 4) sorted by null

  /system/wlan/ti/sta_dk_4_0_4_32/common/src/utils/
utils.c 700 OUTPUT: bitMap - bit map of rates.
705 void networkStringToBitMapSuppRates(UINT32 *bitMap, UINT8 *string, UINT32 len)
709 *bitMap = 0;
717 *bitMap |= DRV_RATE_MASK_1_BARKER;
721 *bitMap |= DRV_RATE_MASK_2_BARKER;
725 *bitMap |= DRV_RATE_MASK_5_5_CCK;
729 *bitMap |= DRV_RATE_MASK_11_CCK;
733 *bitMap |= DRV_RATE_MASK_22_PBCC;
737 *bitMap |= DRV_RATE_MASK_6_OFDM;
741 *bitMap |= DRV_RATE_MASK_9_OFDM
    [all...]
utils.h 198 void networkStringToBitMapSuppRates(UINT32 *bitMap, UINT8 *string, UINT32 len);
199 void networkStringToBitMapBasicRates(UINT32 *bitMap, UINT8 *string, UINT32 len);
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/core/sme/siteMgr/
siteMgr.c 201 static void validateDesiredTxRate(rate_e desiredTxRate,modulationType_e desiredModulation,UINT32 suppRates,UINT32 *bitMap,BOOL *txDesiredRateSupported);
    [all...]
  /external/sonivox/jet_tools/JetCreator/
JetCreator.py     [all...]

Completed in 108 milliseconds