becca1275c
* Convert to Go modules * Update promu config. * Convert to Go modules. * Update vendoring. * Update Makefile.common. * Update circleci config. * Use Prometheus release tar for promtool. * Fixup unpack * Use temp dir for unpacking tools. * Use BSD compatible tar command. * OpenBSD mkdir doesn't support `-v`. Signed-off-by: Ben Kochie <superq@gmail.com> |
||
---|---|---|
.. | ||
internal/nl80211 | ||
.travis.yml | ||
LICENSE.md | ||
README.md | ||
client.go | ||
client_linux.go | ||
client_others.go | ||
doc.go | ||
wifi.go |
README.md
wifi
Package wifi
provides access to IEEE 802.11 WiFi device actions and statistics.
MIT Licensed.
At this time, package wifi
supports the following operating systems:
- Linux: using netlink, generic netlink, and nl80211.
If you would like to contribute support for another operating system, your contributions would be very welcome! Feel free to file an issue to discuss your plans.