You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
node_exporter/vendor/github.com/mdlayher/wifi
Ben Kochie 4d7aa57da0
Update vendoring (#722)
7 years ago
..
internal/nl80211 Vendor github.com/mdlayher/wifi and dependencies 8 years ago
LICENSE.md Vendor github.com/mdlayher/wifi and dependencies 8 years ago
README.md Vendor github.com/mdlayher/wifi and dependencies 8 years ago
client.go Bump github.com/mdlayher/wifi to relax station info restrictions 8 years ago
client_linux.go Update vendoring (#722) 7 years ago
client_others.go Update vendored wifi, handle stations with missing info 8 years ago
doc.go Vendor github.com/mdlayher/wifi and dependencies 8 years ago
wifi.go Bump github.com/mdlayher/wifi to relax station info restrictions 8 years ago

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.