mbox series

[iw,v6,0/2] iw: scan: add EHT beacon info support

Message ID 20250319183918.1215853-1-dylan.eskew@candelatech.com
Headers show
Series iw: scan: add EHT beacon info support | expand

Message

Dylan Eskew March 19, 2025, 6:39 p.m. UTC
With the recently upstreamed changes regarding carrying an
ie context around in the scan parsing, a more sensible 
implementation of EHT capabilities parsing in beacons is
made possible. With this, the changes have been broken up
into two patches for better isolation.

v6:
   - Fix 2.4Ghz MCS/NSS parsing
   - Show bitfield for MCS/NSS fields
v5:
   - Split out changes between two patches
   - Utilize new ie context in scan parsing logic
   - Clean up old EHT capa printing logic
v4:
   - Change s-o-b to use full name
v3:
   - Clean up changes and drop HE logic Johannes commented on
v2:
   - Fix mangled subject

Dylan Eskew (2):
  iw: util: update and clean up eht capa printing
  iw: scan: add eht capability parsing

 ieee80211.h |   1 +
 iw.h        |   4 +-
 link.c      |   5 ++-
 scan.c      |  34 +++++++++++---
 util.c      | 124 ++++++++++++++++++++++++++++++++++++++++------------
 5 files changed, 131 insertions(+), 37 deletions(-)