frameworks/opt/net/wifi/service/java/com/android/server/wifi/WifiConfigStore.java

 // Boost RSSI values of associated networks    public int associatedHysteresisHigh = +14;    public int associatedHysteresisLow = +8;

framework/opt/net/wifi/service/java/com/android/server/wifi/WifiAutoJoinController.java

public ScanResult attemptRoam(ScanResult a,WifiConfiguration current, int age, String currentBSSID) {...1166             // Apply hysteresis: we favor the currentBSSID by giving it a boost1167             if (currentBSSID != null && currentBSSID.equals(b.BSSID)) {1168                 // Reduce the benefit of hysteresis if RSSI <= -751169                 if (b.level <= mWifiConfigStore.bandPreferencePenaltyThreshold5) {1170                     bRssiBoost = mWifiConfigStore.associatedHysteresisLow;1171                 } else {1172                     bRssiBoost = mWifiConfigStore.associatedHysteresisHigh;1173                 }1174             }1175             if (currentBSSID != null && currentBSSID.equals(a.BSSID)) {1176                 if (a.level <= mWifiConfigStore.bandPreferencePenaltyThreshold5) {1177                     // Reduce the benefit of hysteresis if RSSI <= -751178                     aRssiBoost = mWifiConfigStore.associatedHysteresisLow;1179                 } else {1180                     aRssiBoost = mWifiConfigStore.associatedHysteresisHigh;1181                 }1182             }...}




更多相关文章

  1. 代码中设置drawableleft
  2. android 3.0 隐藏 系统标题栏
  3. Android开发中activity切换动画的实现
  4. Android(安卓)学习 笔记_05. 文件下载
  5. Android中直播视频技术探究之—摄像头Camera视频源数据采集解析
  6. 技术博客汇总
  7. android 2.3 wifi (一)
  8. AndRoid Notification的清空和修改
  9. Android中的Chronometer

随机推荐

  1. 高焕堂《android从程序员到架构师之路》
  2. Android底層系統服務開發:以MediaRecorder
  3. Android***测试学习手册(一)Android 安全入
  4. android JNIEnv实现
  5. Android(安卓)xml文件的颜色配置
  6. Android后台杀死系列之三:LowMemoryKiller
  7. Android(安卓)opencv库使用遇到的坑
  8. Android(安卓)常用RGB值及名称
  9. Android 进程间通信之LocalSocket
  10. 无法安装android sdk