I'm troubleshooting some issues with my wireless network (OpenWrt 19.x and mobile device) and I came across this: https://dot11.exposed/2017/09/20/violation-of-802-11-standard-intel-wireless-cards-send-40mhz-intolerant-bit-in-5ghz/
Most notably, this particular shot of the capture:
This is exactly what I'm looking for, but I cant figure out how to capture that information.
ssh root@myRouter tcpdump -i wlan1 -U -e -s0 -w - 'not port 22' | "C:\Program Files\Wireshark\Wireshark.exe" -k -i -
gets me only basic post-handshake info (four IEEE802.11x messages) and then it jump straight into DHCP. But I need to get full info of the capabilities both router and device send each other to see what's up.