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

  /system/wlan/ti/sta_dk_4_0_4_32/common/inc/
roamingMngrTypes.h 80 INT8 lowRssiThreshold; /* low RSSI threshold */
  /hardware/ti/wlan/wl1271/stad/src/Application/
roamingMngrTypes.h 111 TI_INT8 lowRssiThreshold; /**< When the low RSSI threshold is crossed, the low RSSI roaming event is initiated in dBm;
  /system/wlan/ti/wilink_6_1/stad/src/Application/
roamingMngrTypes.h 111 TI_INT8 lowRssiThreshold; /**< When the low RSSI threshold is crossed, the low RSSI roaming event is initiated in dBm;
  /hardware/ti/wlan/wl1271/stad/src/Sta_Management/
currBss.h 110 TI_INT8 lowRssiThreshold; /**< Last configured threshold for Low-RSSI */
  /system/wlan/ti/wilink_6_1/stad/src/Sta_Management/
currBss.h 111 TI_INT8 lowRssiThreshold; /**< Last configured threshold for Low-RSSI */
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/core/currBss/
currBss.c 124 INT8 lowRssiThreshold; /**< Indicator used to increase the background scan period when quality is low */
291 pCurrBSS->lowRssiThreshold = RSSI_DEFAULT_THRESHOLD;
385 roamingTriggersParams.rssiThreshold = params->lowRssiThreshold;
406 pCurrBSS->lowRssiThreshold = params->lowQualityForBackgroungScanCondition;
449 *aLowQualityForBackgroungScanCondition = pCurrBSS->lowRssiThreshold;
    [all...]

Completed in 517 milliseconds