Skip to content

Commit

Permalink
Update FAQ.md
Browse files Browse the repository at this point in the history
  • Loading branch information
morrownr authored Jan 11, 2025
1 parent 6579697 commit 6e4e780
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions home/FAQ.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,11 @@ Now dmesg should print this:
[20845.159101] mt7921u 1-9.3:1.3: HW/SW Version: 0x8a108a10, Build Time: 20241106151007a
[20845.420854] mt7921u 1-9.3:1.3: WM Firmware Version: ____010000, Build Time: 20241106151045
[20847.020857] mt7921u 1-9.3:1.3 wlp22s0f0u9u3i3: renamed from wlan0
test monitor mode and packet injection:
```

test monitor mode and packet injection:

$ sudo hcxdumptool --rcascan=active --tot=1 -c 1a

...
Expand All @@ -55,13 +57,15 @@ $ sudo hcxdumptool --rcascan=active --tot=1 -c 1a
0 Packet(s) dropped by kernel
57 PROBERESPONSE(s) captured

Monitor mode (device entered promiscuous mode) and packet injection (57 PROBERESPONSE(s) captured) is working!

exit on sigterm

$ sudo dmesg

```
[21146.046337] mt7921u 1-9.3:1.3 wlp22s0f0u9u3i3: entered promiscuous mode
[21153.630136] mt7921u 1-9.3:1.3 wlp22s0f0u9u3i3: left promiscuous mode
```

Monitor mode (device entered promiscuous mode) and packet injection (57 PROBERESPONSE(s) captured) is working!

0 comments on commit 6e4e780

Please sign in to comment.