Registry / networking / mdlayher-wifi

mdlayher-wifi

JSON →
library0.7.2gogounverified

Package wifi provides access to IEEE 802.11 WiFi device operations on Linux using nl80211.

go get github.com/mdlayher/wifi
INSTALL
IMPORT
SIG · MDLAYHER-WIFI
M
mdlayher-wifi
networkinggov0.7.2
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

wifi
github.com/mdlayher/wifi

List WiFi interfaces on Linux

package main import ( "fmt" "github.com/mdlayher/wifi" ) func main() { c, _ := wifi.New() defer c.Close() ifaces, _ := c.Interfaces() fmt.Println(ifaces) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.7.2latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources
mdlayher-wifi — go get mdlayher-wifi · libregistry