Commit 6e4e780 1 parent 6579697 commit 6e4e780 Copy full SHA for 6e4e780
File tree 1 file changed +6
-2
lines changed
1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -43,9 +43,11 @@ Now dmesg should print this:
43
43
[20845.159101] mt7921u 1-9.3:1.3: HW/SW Version: 0x8a108a10, Build Time: 20241106151007a
44
44
[20845.420854] mt7921u 1-9.3:1.3: WM Firmware Version: ____010000, Build Time: 20241106151045
45
45
[20847.020857] mt7921u 1-9.3:1.3 wlp22s0f0u9u3i3: renamed from wlan0
46
- test monitor mode and packet injection:
46
+
47
47
```
48
48
49
+ test monitor mode and packet injection:
50
+
49
51
$ sudo hcxdumptool --rcascan=active --tot=1 -c 1a
50
52
51
53
...
@@ -55,13 +57,15 @@ $ sudo hcxdumptool --rcascan=active --tot=1 -c 1a
55
57
0 Packet(s) dropped by kernel
56
58
57 PROBERESPONSE(s) captured
57
59
60
+ Monitor mode (device entered promiscuous mode) and packet injection (57 PROBERESPONSE(s) captured) is working!
61
+
58
62
exit on sigterm
59
63
60
64
$ sudo dmesg
61
65
62
66
```
63
67
[21146.046337] mt7921u 1-9.3:1.3 wlp22s0f0u9u3i3: entered promiscuous mode
64
68
[21153.630136] mt7921u 1-9.3:1.3 wlp22s0f0u9u3i3: left promiscuous mode
69
+
65
70
```
66
71
67
- Monitor mode (device entered promiscuous mode) and packet injection (57 PROBERESPONSE(s) captured) is working!
You can’t perform that action at this time.
0 commit comments