]> git.sur5r.net Git - i3/i3status/commitdiff
Fix various issues with wireless information under FreeBSD: 59/head
authorJohn Baldwin <jhb@FreeBSD.org>
Tue, 15 Sep 2015 20:39:01 +0000 (13:39 -0700)
committerJohn Baldwin <jhb@FreeBSD.org>
Tue, 15 Sep 2015 20:39:01 +0000 (13:39 -0700)
- Instead of hoping that the currently associated AP will show up as
  the first AP in the list of scan results, fetch the BSSID of the
  currently associated AP and use that to fetch station info for the
  AP.  This provides more frequently updated signal strength
  information than scan results and reliably provides information when
  multiple APs are in range.
- Do not treat the RSSI value as a raw signal value in dBm.  Instead, use
  the same formula as ifconfig(8) to compute a signal value.
- Do not report the beacon interval value as a signal quality level.


No differences found