wifi
wifi copied to clipboard
Add methods to retrieve physical device information (Updated)
Based on #17 by @dhduvall. It was very hard to rebase the 7 year old PR. So I created a new one here. Borrows most of the code from the old one.
Additions and changes
- Added parsing of VHTCapabilities
- Handles VHT MCS and HT MCS.
- Uses
"golang.org/x/sys/unix"instead of"github.com/mdlayher/wifi/internal/nl80211" - Uses
c.getinstead ofc.executewherever appropriate ingetPHYs()
As this PR includes the first lines of Go code I've written (and copied thanks to dhduvall). This will probably need some review :) Suggestions for improvements are welcome!
Looks like there are some errors.
Any interest in finishing this?