Several others have made halting mentions of doing this: Subject: iw scan dump for /AX attributes? https://lore.kernel.org/linux-wireless/8afa882e-64de-7c8b-49f4-ac318f395102@xxxxxxxxxxxxxxx/t/#u Subject: Adding 802.11ax decode to 'iw scan dump' Checking for interest and looking for feedback. https://lore.kernel.org/linux-wireless/MWHPR12MB1533B5C250E9B35367EAF628D9330@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx/ But none of those have materialized in acceptable form. So here goes my bad attempt! I only attempted HE capabilities for now, since that's partially supported already. Regards, Brian Brian Norris (4): iw: scan: add extension tag parsing iw: util: factor out HE capability parser iw: scan: parse HE capabilities iw: scan: fixup HE caps whitespace iw.h | 1 + scan.c | 40 ++++++++++++ util.c | 187 ++++++++++++++++++++++++++++++++++++--------------------- 3 files changed, 159 insertions(+), 69 deletions(-) -- 2.29.2.299.gdc1121823c-goog