v0.1.0
What's Changed
- internal/nl80211: initial commit of generated code by @mdlayher in #1
- wifi: initial commit, working on Linux by @mdlayher in #2
- wifi: add stubs for other platforms by @mdlayher in #3
- wifi: close Linux genetlink Conn on error by @mdlayher in #5
- wifi: relax interface type restriction on Client.StationInfo by @mdlayher in #6
- travis: remove OSX, update staticcheck path by @mdlayher in #7
- wifi: implement InterfaceType.String by @mdlayher in #8
- wifi: use genltest for Linux client tests by @mdlayher in #9
- wifi: Fix signal strength scaling (bug #11) by @shellwege in #12
- Add support for multiple stations for Issue #13 by @neiledgar in #15
- Add minimal Connect() implementation by @stapelberg in #25
- remove accidentally added fmt import by @stapelberg in #26
- Wi-Fi WPA-PSK support by @stapelberg in #35
- implement Disconnect() method by @stapelberg in #36
- explicitly specify NL80211_ATTR_AUTH_TYPE when joining an open SSID by @stapelberg in #37
- wifi: best-effort apply netlink options by @mdlayher in #38
- fix connecting to WiFi: SSID is not 0-terminated, revert ATTR_MAC by @stapelberg in #39
- ConnectWPAPSK needs ATTR_AUTH_TYPE, too by @stapelberg in #40
- Update Go modules by @SuperQ in #46
New Contributors
- @mdlayher made their first contribution in #1
- @shellwege made their first contribution in #12
- @neiledgar made their first contribution in #15
- @stapelberg made their first contribution in #25
- @SuperQ made their first contribution in #46
Full Changelog: https://github.com/mdlayher/wifi/commits/v0.1.0