notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
All times are UTC
Ukraine
non port: x11/i3status/files/patch-print_wireless_info.c
SVNWeb

Number of commits found: 2

Tue, 12 Jan 2016
[ 12:36 bapt search for other commits by this committer ] Original commit   Revision:405867
Update to 2.10
Add patches to remove support for pulseaudio
Fri, 28 Aug 2015
[ 21:07 jhb search for other commits by this committer ] Original commit   Revision:395523
Fix multiple issues with the wireless information reported by i3status for
an interface:

- 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.

Reviewed by:	bapt
Differential Revision:	https://reviews.freebsd.org/D3369

Number of commits found: 2