mbox series

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

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

Message

Dylan Eskew Dec. 9, 2024, 11:27 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.

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        |  1 +
 scan.c      | 21 ++++++++++--
 util.c      | 99 ++++++++++++++++++++++++++++++++++++++---------------
 4 files changed, 93 insertions(+), 29 deletions(-)