• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

internal/nl80211/H27-May-2020-

scripts/H27-May-2020-

.travis.ymlH A D27-May-2020292

LICENSE.mdH A D27-May-20201.1 KiB

README.mdH A D27-May-2020757

client.goH A D27-May-20201.6 KiB

client_linux.goH A D27-May-202013.1 KiB

client_linux_test.goH A D27-May-202016.7 KiB

client_others.goH A D27-May-2020741

client_others_test.goH A D27-May-2020812

client_test.goH A D27-May-20202 KiB

doc.goH A D27-May-202096

wifi.goH A D27-May-20206.6 KiB

wifi_test.goH A D27-May-20202.8 KiB

README.md

1wifi [![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)
2====
3
4Package `wifi` provides access to IEEE 802.11 WiFi device actions and statistics.
5MIT Licensed.
6
7At this time, package `wifi` supports the following operating systems:
8
9- **Linux**: using netlink, generic netlink, and nl80211.
10
11If you would like to contribute support for another operating system, your
12contributions would be very welcome!  Feel free to file an issue to discuss
13your plans.
14