Hello Team,
I’m using the MM6108 in mesh mode and trying to capture over-the-air packets with the EVK EKH01. The EVK has been upgraded to firmware 2.8.5. I selected Monitor mode in the network settings and configured the same channel and bandwidth as the host. I’m running tcpdump to capture packets, but no packets are being recorded.
Please find the logs below and let me know if any additional settings are required. I also tried manually creating a monitor interface but without success.
Host channel settings:
`[root@host]# iw dev morse1 info
Interface morse1
ifindex 4
wdev 0x1
addr 1c:bc:ec:1b:32:f9
type mesh point
wiphy 0
channel 52 (5260 MHz), width: 80 MHz, center1: 5290 MHz
txpower 24.00 dBm
[root@host]# morsectrl -i morse1 channel
Full Channel Information
Operating Frequency: 910000 kHz
Operating BW: 4 MHz
Primary BW: 1 MHz
Primary Channel Index: 0`
=============================
EVK Settings:
root@mevk2:~# iw dev
phy#2
Interface mon0
ifindex 11
wdev 0x200000004
addr 0c:bf:74:00:08:c3
type monitor
channel 52 (5260 MHz), width: 80 MHz, center1: 5290 MHz
root@mevk2:~# morsectrl -i mon0 channel
Full Channel Information
Operating Frequency: 910000 kHz
Operating BW: 4 MHz
Primary BW: 1 MHz
Primary Channel Index: 0
tcpdump output:
root@mevk2:~# tcpdump -i mon0
tcpdump: verbose output suppressed, use -v[v]… for full protocol decode
listening on mon0, link-type IEEE802_11_RADIO (802.11 plus radiotap header), snapshot length 262144 bytes
^C
0 packets captured
0 packets received by filter
0 packets dropped by kernel`