wifi icon indicating copy to clipboard operation
wifi copied to clipboard

Add methods to retrieve physical device information (Updated)

Open Supernovatux opened this issue 1 year ago • 2 comments

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.get instead of c.execute wherever appropriate in getPHYs()

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!

Supernovatux avatar Jan 04 '25 17:01 Supernovatux

Looks like there are some errors.

SuperQ avatar Jan 27 '25 11:01 SuperQ

Any interest in finishing this?

SuperQ avatar Oct 30 '25 09:10 SuperQ