Skip to content

Commit 6e4e780

Browse files
authored
Update FAQ.md
1 parent 6579697 commit 6e4e780

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

home/FAQ.md

+6-2
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,11 @@ Now dmesg should print this:
4343
[20845.159101] mt7921u 1-9.3:1.3: HW/SW Version: 0x8a108a10, Build Time: 20241106151007a
4444
[20845.420854] mt7921u 1-9.3:1.3: WM Firmware Version: ____010000, Build Time: 20241106151045
4545
[20847.020857] mt7921u 1-9.3:1.3 wlp22s0f0u9u3i3: renamed from wlan0
46-
test monitor mode and packet injection:
46+
4747
```
4848

49+
test monitor mode and packet injection:
50+
4951
$ sudo hcxdumptool --rcascan=active --tot=1 -c 1a
5052

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

60+
Monitor mode (device entered promiscuous mode) and packet injection (57 PROBERESPONSE(s) captured) is working!
61+
5862
exit on sigterm
5963

6064
$ sudo dmesg
6165

6266
```
6367
[21146.046337] mt7921u 1-9.3:1.3 wlp22s0f0u9u3i3: entered promiscuous mode
6468
[21153.630136] mt7921u 1-9.3:1.3 wlp22s0f0u9u3i3: left promiscuous mode
69+
6570
```
6671

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

0 commit comments

Comments
 (0)