node_exporter/vendor/github.com/mdlayher/wifi
Ben Kochie becca1275c
Convert to Go modules (#1178)
* 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>
2018-11-30 14:01:20 +01:00
..
internal/nl80211 Vendor github.com/mdlayher/wifi and dependencies 2017-01-10 11:29:00 -05:00
.travis.yml Convert to Go modules (#1178) 2018-11-30 14:01:20 +01:00
LICENSE.md Vendor github.com/mdlayher/wifi and dependencies 2017-01-10 11:29:00 -05:00
README.md Vendor github.com/mdlayher/wifi and dependencies 2017-01-10 11:29:00 -05:00
client.go Update wifi stats to support multiple stations (#977) (#980) 2018-07-16 16:02:25 +02:00
client_linux.go Update wifi stats to support multiple stations (#977) (#980) 2018-07-16 16:02:25 +02:00
client_others.go Update wifi stats to support multiple stations (#977) (#980) 2018-07-16 16:02:25 +02:00
doc.go Vendor github.com/mdlayher/wifi and dependencies 2017-01-10 11:29:00 -05:00
wifi.go Update wifi stats to support multiple stations (#977) (#980) 2018-07-16 16:02:25 +02:00

README.md

wifi Build Status GoDoc Go Report Card

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.