Hello everyone,
I am working on a project, where I need to extract information about the WiFi channel that the device is connected to. I have access to both the Edimax USB WiFi dongle, as well as the Intel 8265 card compatible with the Jetson Nano and I can connect to the WiFi networks without any issues.
My issues is that standard CLI based diagnostic commands like
ifconfig
nmcli d wifi list
only offer limited information about the channel. Using something like this, gives much more details about the WiFi channel than the typical commands I listed above, for instance please refer to the image below:
Intel 5300 card CSI frame
The problem is that these linux tools are compatible with only Intel 5300 card, some select Atheros cards as well, none of which are in a compatible cards list for the Jetson Nano.
I would appreciate any insight into how I can capture this kind of channel information on the Jetson Nano with the Edimax dongle or the Intel 8265 card.
Thanks and regards,
Vinay