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

  /hardware/ti/wlan/wl1271/TWD/TWDriver/
TWDriverRate.h 53 DRV_RATE_AUTO = 0, /**< Auto */
91 DRV_RATE_MASK_AUTO = DRV_RATE_AUTO, /**< 0x000000 */
  /system/wlan/ti/wilink_6_1/TWD/TWDriver/
TWDriverRate.h 53 DRV_RATE_AUTO = 0, /**< Auto */
91 DRV_RATE_MASK_AUTO = DRV_RATE_AUTO, /**< 0x000000 */
  /system/wlan/ti/sta_dk_4_0_4_32/common/inc/
ratesTypes.h 41 DRV_RATE_AUTO = 0,
62 DRV_RATE_MASK_AUTO = DRV_RATE_AUTO, /*0x0000,*/
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/utils/
utils.c 446 case DRV_RATE_AUTO:
511 return DRV_RATE_AUTO;
566 return DRV_RATE_AUTO;
853 *pTxRate = DRV_RATE_AUTO;
901 *pTxRate = DRV_RATE_AUTO;
907 if((*pTxRate < DRV_RATE_6M) && (*pTxRate != DRV_RATE_AUTO))
933 rate_e Rate = DRV_RATE_AUTO;
975 case DRV_RATE_AUTO: Rate = 0; break;
1082 return DRV_RATE_AUTO;
    [all...]
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/core/data_ctrl/Ctrl/TrafficMonitor/
RateAdaptation.h 49 #define DEF_LOW_RATE_THRESHOLD DRV_RATE_AUTO /* TBD Below this rate generate roaming event */
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/TNETW_Driver/FW_Transfer/Rx_Xfer/
RxXfer.c 490 rate_e eRate = DRV_RATE_AUTO;
501 if ( eRate == DRV_RATE_AUTO)
  /hardware/ti/wlan/wl1271/utils/
rate.c 154 case DRV_RATE_AUTO:
1230 ERate Rate = DRV_RATE_AUTO;
    [all...]
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/core/sme/siteMgr/
siteMgr.c     [all...]
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/hal/hl_ctrl/
whalParams.c     [all...]
  /system/wlan/ti/wilink_6_1/utils/
rate.c 154 case DRV_RATE_AUTO:
    [all...]

Completed in 2824 milliseconds