Wireless API

2013-10-13 Thread Eric Tugeon
Hi, I work on a Python GTK network manager for FreeBSD/GhostBSD, it will look similar to https://projects.gnome.org/NetworkManager/. I want to know if we have wireless API like connection percentage? ___ freebsd-wireless@freebsd.org mailing list http:

Re: Wireless API

2013-10-13 Thread Adrian Chadd
What do you mean like "connection percentage" ? Do you mean like signal strength? If so, then yes. You can then make some basic heuristic guesses mapping signal level / RSSI to a connection percentage based on some assumptions. For example, you could look at the minimum RSSI required to guarantee

Re: Wireless API

2013-10-13 Thread Eric Turgeon
Were is the documentation for that API. On Sun, Oct 13, 2013 at 8:57 PM, Adrian Chadd wrote: > What do you mean like "connection percentage" ? > > Do you mean like signal strength? If so, then yes. > > You can then make some basic heuristic guesses mapping signal level / RSSI > to a connection