Loading wifi/java/android/net/wifi/ScanResult.java +1 −2 Original line number Diff line number Diff line Loading @@ -40,8 +40,7 @@ public class ScanResult implements Parcelable { */ public String capabilities; /** * The detected signal level in dBm. At least those are the units used by * the TI driver. * The detected signal level in dBm. */ public int level; /** Loading wifi/java/android/net/wifi/WifiInfo.java +2 −3 Original line number Diff line number Diff line Loading @@ -157,9 +157,8 @@ public class WifiInfo implements Parcelable { /** * Returns the received signal strength indicator of the current 802.11 * network. * <p><strong>This is not normalized, but should be!</strong></p> * @return the RSSI, in the range ??? to ??? * network, in dBm. * @return the RSSI, in the range -110 to 10 */ public int getRssi() { return mRssi; Loading Loading
wifi/java/android/net/wifi/ScanResult.java +1 −2 Original line number Diff line number Diff line Loading @@ -40,8 +40,7 @@ public class ScanResult implements Parcelable { */ public String capabilities; /** * The detected signal level in dBm. At least those are the units used by * the TI driver. * The detected signal level in dBm. */ public int level; /** Loading
wifi/java/android/net/wifi/WifiInfo.java +2 −3 Original line number Diff line number Diff line Loading @@ -157,9 +157,8 @@ public class WifiInfo implements Parcelable { /** * Returns the received signal strength indicator of the current 802.11 * network. * <p><strong>This is not normalized, but should be!</strong></p> * @return the RSSI, in the range ??? to ??? * network, in dBm. * @return the RSSI, in the range -110 to 10 */ public int getRssi() { return mRssi; Loading