HomeSort by relevance Sort by last modified time
    Searched refs:SGcompensationPercent (Results 1 - 14 of 14) 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);
ScanCncn.h 222 TI_UINT32 SGcompensationPercent);
currBss.c 505 * SGcompensationPercent - percent of increasing the BSSLoss value to the FW \n
516 TI_UINT32 SGcompensationPercent , TI_BOOL bUseSGParams)
521 pCurrBSS->SGcompensationPercent = SGcompensationPercent;
599 (100 + pCurrBSS->SGcompensationPercent)) / 100;
    [all...]
ScanCncn.c     [all...]
  /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);
ScanCncn.h 220 TI_UINT32 SGcompensationPercent);
currBss.c 503 * SGcompensationPercent - percent of increasing the BSSLoss value to the FW \n
514 TI_UINT32 SGcompensationPercent , TI_BOOL bUseSGParams)
519 pCurrBSS->SGcompensationPercent = SGcompensationPercent;
569 (100 + pCurrBSS->SGcompensationPercent)) / 100;
    [all...]
ScanCncn.c     [all...]
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/Management/scan/scanCncn/
ScanCncn.h 191 UINT32 SGcompensationPercent; /**<
ScanCncn.c     [all...]
ScanCncnDrvSM.c 372 (100 + pScanConcentrator->SGcompensationPercent)) / 100;
375 (100 + pScanConcentrator->SGcompensationPercent)) / 100;
    [all...]
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/core/currBss/
currBss.h 105 UINT32 SGcompensationPercent , BOOLEAN bUseSGParams);
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...]
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/Management/scan/inc/
ScanCncnApi.h 357 * \param SGcompensationPercent - increasing dwell time in that percentage
361 UINT32 SGcompensationPercent);

Completed in 369 milliseconds