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

  /hardware/ti/wlan/wl1271/stad/src/Sta_Management/
currBss.h 119 TI_UINT32 SGcompensationPercent; /**< the percentage of increasing the TbttForBSSLoss value when SG is enabled */
163 TI_UINT32 SGcompensationPercent , TI_BOOL bUseSGParams);
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/Management/scan/scanCncn/
ScanCncn.h 191 UINT32 SGcompensationPercent; /**<
  /system/wlan/ti/wilink_6_1/stad/src/Sta_Management/
currBss.h 120 TI_UINT32 SGcompensationPercent; /**< the percentage of increasing the TbttForBSSLoss value when SG is enabled */
165 TI_UINT32 SGcompensationPercent , TI_BOOL bUseSGParams);
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/core/currBss/
currBss.c 130 UINT32 SGcompensationPercent; /*< the percentage of increasing the TbttForBSSLoss value when SG is enabled */
472 * SGcompensationPercent - percent of increasing the BSSLoss value to the FW \n
483 UINT32 SGcompensationPercent , BOOLEAN bUseSGParams)
488 pCurrBSS->SGcompensationPercent = SGcompensationPercent;
539 (100 + pCurrBSS->SGcompensationPercent)) / 100;
    [all...]

Completed in 64 milliseconds