[Help] Wifi Monitor Mode

Anyone know a way to use monitor mode on rockpi4b?

On any dist, with any kind of manipulation, except buying wifi stick.

Hi,

I got some info from the Rockchip SDK. It seems we need a tool called dhd_priv to enable the mode.

https://github.com/rockchip-linux/rkwifibt/blob/master/brcm_tools/dhd_priv.c

dhd_priv channel 6 # channel numbers
dhd_priv monitor 1 # enable monitor mode
dhd_priv monitor 0 # disable monitor mode

I haven’t tested it yet. Not sure how to monitor the traffic packets.

2 Likes