Vendor github.com/mdlayher/wifi and dependencies

This commit is contained in:
Matt Layher 2017-01-09 14:33:55 -05:00
commit 82a2b8fc02
No known key found for this signature in database
GPG key ID: 77BFE531397EDE94
34 changed files with 8970 additions and 0 deletions

13
vendor/github.com/mdlayher/wifi/README.md generated vendored Normal file
View file

@ -0,0 +1,13 @@
wifi [![Build Status](https://travis-ci.org/mdlayher/wifi.svg?branch=master)](https://travis-ci.org/mdlayher/wifi) [![GoDoc](https://godoc.org/github.com/mdlayher/wifi?status.svg)](https://godoc.org/github.com/mdlayher/wifi) [![Go Report Card](https://goreportcard.com/badge/github.com/mdlayher/wifi)](https://goreportcard.com/report/github.com/mdlayher/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.