KernelSU comes out of the box.
Monitor mode driver support included.
Just Flash and enjoy.
Download : https://github.com/Rhythm113/kernel_xiaomi_sm8250_nethunter/releases/tag/release-1.1
To enable monitor mode :
ip link set wlan0 down
echo "4" > /sys/module/wlan/parameters/con_mode
ip link set wlan0 upTo turn it Off :
ip link set wlan0 down
echo "0" > /sys/module/wlan/parameters/con_mode
ip link set wlan0 upI don't personally recommend enabling monitor mode on wlan0 as the chip is weak.
Thanks to EmanuelCN for the fixed sources.
Maintainer : @Rhythm113


















