Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Additonal parameters support (MCS, SS, TX/RX rate, Noise, GI) #105

Open
lealog opened this issue Apr 9, 2020 · 3 comments
Open

Additonal parameters support (MCS, SS, TX/RX rate, Noise, GI) #105

lealog opened this issue Apr 9, 2020 · 3 comments

Comments

@lealog
Copy link

lealog commented Apr 9, 2020

Can you please check if is possible to support the following Wi-Fi iformation?

  • MCS
  • NOISE
  • GUARD INTERVAL
  • TX RATE
  • RX RATE
  • Number o Antennas (Spatial Streams)

Thanks.

@br101
Copy link
Owner

br101 commented Apr 15, 2020

  • MCS is converted into PHY rate (Mbps)
  • NOISE is possible to get via uwifi ifctrl_iwget_survey() but not per packet
  • GI - not sure
  • TX/RX rate is converted to PHY rate (Mbps)
  • Antennas/Spatial streams are parsed and shown when possible

@lealog
Copy link
Author

lealog commented Apr 15, 2020

GI is the Guard Interval.
Regarding the Antennas/Spatial streams, do you know in which situations is not possible to get this value?

@br101
Copy link
Owner

br101 commented Apr 16, 2020

I know what Guard Interval is - I'm just not sure if/how we can get it
For the antennas, this information is in Beacons/Probe responses, but not all APs send it correctly... it is shown in horst master main window column "TxR"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants