node_exporter/vendor/github.com/mdlayher/wifi
Ben Kochie 4d7aa57da0
Update vendoring (#722)
* Update vendor github.com/beevik/ntp@v0.2.0

* Update vendor github.com/mdlayher/netlink/...

* Update vendor github.com/mdlayher/wifi/...

Adds vendor github.com/mdlayher/genetlink

* Update vendor github.com/prometheus/common/...

* Update vendor github.com/prometheus/procfs/...

* Update vendor golang.org/x/sys/unix

* Update vendor golang.org/x/sys/windows
2017-11-02 12:30:34 +01:00
..
internal/nl80211 Vendor github.com/mdlayher/wifi and dependencies 2017-01-10 11:29:00 -05:00
client.go Bump github.com/mdlayher/wifi to relax station info restrictions 2017-03-17 15:24:24 -04:00
client_linux.go Update vendoring (#722) 2017-11-02 12:30:34 +01:00
client_others.go Update vendored wifi, handle stations with missing info 2017-01-17 00:54:18 -05:00
doc.go Vendor github.com/mdlayher/wifi and dependencies 2017-01-10 11:29:00 -05: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
wifi.go Bump github.com/mdlayher/wifi to relax station info restrictions 2017-03-17 15:24:24 -04:00

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.